Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 28, 2024
1 parent b0c6847 commit b6fba4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/flannel-net.j2
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
fieldPath: metadata.namespace
- name: EVENT_QUEUE_DEPTH
value: "5000"
image: docker.io/flannel/flannel:v0.23.0
image: docker.io/flannel/flannel:v0.24.2
name: kube-flannel
resources:
requests:
Expand All @@ -180,7 +180,7 @@ spec:
- /opt/cni/bin/flannel
command:
- cp
image: docker.io/flannel/flannel-cni-plugin:v1.2.0
image: docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
name: install-cni-plugin
volumeMounts:
- mountPath: /opt/cni/bin
Expand All @@ -191,7 +191,7 @@ spec:
- /etc/cni/net.d/10-flannel.conflist
command:
- cp
image: docker.io/flannel/flannel:v0.23.0
image: docker.io/flannel/flannel:v0.24.2
name: install-cni
volumeMounts:
- mountPath: /etc/cni/net.d
Expand Down

0 comments on commit b6fba4e

Please sign in to comment.