Skip to content
Snippets Groups Projects
Verified Commit f126037c authored by Jaromír Hradil's avatar Jaromír Hradil
Browse files

Upgrading ingress-nginx due to the latest security recommendations

parent 4f48672d
Branches
No related tags found
No related merge requests found
...@@ -353,7 +353,7 @@ ...@@ -353,7 +353,7 @@
when: "'ingress-nginx' not in ansible_local.helm_repos | map(attribute='name') | list" when: "'ingress-nginx' not in ansible_local.helm_repos | map(attribute='name') | list"
- name: Ingress - name: Ingress
vars: vars:
version: 4.11.3 # app 1.11.3 version: 4.12.1 # app 1.12.1
config: >- config: >-
--set controller.service.type=NodePort --set controller.service.type=NodePort
--set controller.service.externalIPs={{ '{' + hostvars[groups['ingress'][0]].ansible_default_ipv4.address + '}' }} --set controller.service.externalIPs={{ '{' + hostvars[groups['ingress'][0]].ansible_default_ipv4.address + '}' }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment