From d1595d14200a42f736d094aac4b28a6d11b1d3b2 Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Mon, 11 May 2026 16:24:20 +0100 Subject: [PATCH] zabbix: update the task to checkout correct helm chart Signed-off-by: David Kirwan --- roles/zabbix/zabbix_openshift_proxy/tasks/call-helm.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/zabbix/zabbix_openshift_proxy/tasks/call-helm.yaml b/roles/zabbix/zabbix_openshift_proxy/tasks/call-helm.yaml index 9c5aa5b375..ede0a168eb 100644 --- a/roles/zabbix/zabbix_openshift_proxy/tasks/call-helm.yaml +++ b/roles/zabbix/zabbix_openshift_proxy/tasks/call-helm.yaml @@ -8,8 +8,9 @@ - name: Git clone the Zabbix Helm Chart ansible.builtin.git: - repo: "https://codeberg.org/fedora/forgejo-helm.git" + repo: "https://git.zabbix.com/scm/zt/kubernetes-helm.git" dest: /tmp/zabbix-kubernetes-helm + version: "release/7.0" - name: Build Helm chart dependencies ansible.builtin.command: