Skip to content
Snippets Groups Projects
Commit e58dee50 authored by Ing. Klára Moravcová's avatar Ing. Klára Moravcová
Browse files

Fix helm chart version.

parent 694a5ac3
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,8 @@ ...@@ -13,7 +13,8 @@
release_namespace: monitoring release_namespace: monitoring
create_namespace: true create_namespace: true
kubeconfig: "{{ playbook_dir }}/../artifacts/admin.conf" kubeconfig: "{{ playbook_dir }}/../artifacts/admin.conf"
version: "58.7.1" chart_version: "58.7.1"
update_repo_cache: True
values_files: values_files:
- "{{ role_path }}/files/values.yaml" - "{{ role_path }}/files/values.yaml"
when: install_monitoring_task | bool when: install_monitoring_task | bool
......
...@@ -13,9 +13,10 @@ ...@@ -13,9 +13,10 @@
chart_ref: ingress-nginx/ingress-nginx chart_ref: ingress-nginx/ingress-nginx
release_namespace: ingress-nginx release_namespace: ingress-nginx
create_namespace: true create_namespace: true
version: "4.11.2" chart_version: "4.11.2"
update_repo_cache: True
values_files: values_files:
- "{{ role_path }}/files/values.yaml" - "{{ role_path }}/files/values.yaml"
when: install_nginx_task | bool when: install_nginx_task | bool
tags: tags:
- ingress - ingress
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment