Skip to content

Commit

Permalink
bump istio version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Sep 21, 2024
1 parent d8afc83 commit 194293f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# defaults file for ansible-orchestration
configure_mesh: Yes
calico_version: v3.27.0
istio_version: 1.20.3
calico_version: v3.28.1
istio_version: 1.23.2
2 changes: 1 addition & 1 deletion tasks/service-mesh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- name: Service-mesh | patch calico configuration to apply application-level security
ansible.builtin.command: >
kubectl exec -ti -n kube-system calicoctl -- /calicoctl \
kubectl calico \
patch FelixConfiguration default --patch \
'{"spec": {"policySyncPathPrefix": "/var/run/nodeagent"}}'
become: true
Expand Down

0 comments on commit 194293f

Please sign in to comment.