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: