diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-17 09:30:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-17 09:30:23 +0000 |
commit | 517a443636daa1e8085cb4e5325524a54e8a8fd7 (patch) | |
tree | 5352109cc7cd5122274ab0cfc1f887b685f04edf /integrations/deploy.yaml | |
parent | Releasing debian version 1.42.4-1. (diff) | |
download | netdata-517a443636daa1e8085cb4e5325524a54e8a8fd7.tar.xz netdata-517a443636daa1e8085cb4e5325524a54e8a8fd7.zip |
Merging upstream version 1.43.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'integrations/deploy.yaml')
-rw-r--r-- | integrations/deploy.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/integrations/deploy.yaml b/integrations/deploy.yaml index 846a779d7..1e13b29ea 100644 --- a/integrations/deploy.yaml +++ b/integrations/deploy.yaml @@ -89,16 +89,16 @@ distro: 'rhel' quick_start: -1 - <<: *linux - id: deploy-almalinux + id: deploy-rockylinux meta: <<: *linux_meta - name: Alma Linux - link: https://almalinux.org/ - icon_filename: 'alma.png' + name: Rocky Linux + link: https://rockylinux.org/ + icon_filename: 'rocky.svg' most_popular: false platform_info: group: 'include' - distro: 'almalinux' + distro: 'rockylinux' quick_start: -1 - <<: *linux id: deploy-alpinelinux @@ -428,7 +428,7 @@ quick_start: 3 - id: deploy-kubernetes meta: - name: Kubernetes + name: Kubernetes (Helm) link: '' categories: - deploy.docker-kubernetes |