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

Merge branch 'master' into 'update-monitoring'

# Conflicts:
#   ansible/01-playbook/roles/monitoring/tasks/main.yml
parents 01334d86 cc932ca5
No related branches found
No related tags found
1 merge request!20Update monitoring
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
release_namespace: monitoring release_namespace: monitoring
create_namespace: true create_namespace: true
kubeconfig: "{{ playbook_dir }}/../artifacts/admin.conf" kubeconfig: "{{ playbook_dir }}/../artifacts/admin.conf"
chart_version: "62.7.0" chart_version: "58.7.1"
update_repo_cache: True update_repo_cache: True
values_files: values_files:
- "{{ role_path }}/files/values.yaml" - "{{ role_path }}/files/values.yaml"
......
...@@ -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