Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated flannel cni image to 1.6.0 #2109

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/kube-flannel-psp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: docker.io/flannel/flannel-cni-plugin:v1.5.1-flannel2
image: docker.io/flannel/flannel-cni-plugin:v1.6.0-flannel1
command:
- cp
args:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: docker.io/flannel/flannel-cni-plugin:v1.5.1-flannel2
image: docker.io/flannel/flannel-cni-plugin:v1.6.0-flannel1
command:
- cp
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: docker.io/flannel/flannel-cni-plugin:v1.5.1-flannel2
image: docker.io/flannel/flannel-cni-plugin:v1.6.0-flannel1
command:
- cp
args:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/kustomization/kube-flannel/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: docker.io/flannel/flannel-cni-plugin:v1.5.1-flannel2
image: docker.io/flannel/flannel-cni-plugin:v1.6.0-flannel1
command:
- cp
args:
Expand Down
2 changes: 1 addition & 1 deletion chart/kube-flannel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flannel:
tag: v0.26.1
image_cni:
repository: docker.io/flannel/flannel-cni-plugin
tag: v1.5.1-flannel2
tag: v1.6.0-flannel1
# flannel command arguments
enableNFTables: false
args:
Expand Down
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG SLES="registry.suse.com/suse/sle15:15.4"
FROM ${SLES} AS k3s
ARG ARCH
ARG K3S_VERSION="v1.29.8+k3s1"
ARG CNI_VERSION="v1.5.1"
ARG CNI_VERSION="v1.6.0"
RUN set -x \
&& zypper -n in \
ca-certificates \
Expand Down
Loading