Skip to content
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
6 changes: 3 additions & 3 deletions 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: ghcr.io/flannel-io/flannel-cni-plugin:v1.7.1-flannel1
image: ghcr.io/flannel-io/flannel-cni-plugin:v1.8.0-flannel1
command:
- cp
args:
Expand All @@ -177,7 +177,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: ghcr.io/flannel-io/flannel:v0.27.3
image: ghcr.io/flannel-io/flannel:v0.27.4
command:
- cp
args:
Expand All @@ -191,7 +191,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: ghcr.io/flannel-io/flannel:v0.27.3
image: ghcr.io/flannel-io/flannel:v0.27.4
command:
- /opt/bin/flanneld
args:
Expand Down
6 changes: 3 additions & 3 deletions 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: ghcr.io/flannel-io/flannel-cni-plugin:v1.7.1-flannel1
image: ghcr.io/flannel-io/flannel-cni-plugin:v1.8.0-flannel1
command:
- cp
args:
Expand All @@ -144,7 +144,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: ghcr.io/flannel-io/flannel:v0.27.3
image: ghcr.io/flannel-io/flannel:v0.27.4
command:
- cp
args:
Expand All @@ -158,7 +158,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: ghcr.io/flannel-io/flannel:v0.27.3
image: ghcr.io/flannel-io/flannel:v0.27.4
command:
- /opt/bin/flanneld
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: ghcr.io/flannel-io/flannel-cni-plugin:v1.7.1-flannel1
image: ghcr.io/flannel-io/flannel-cni-plugin:v1.8.0-flannel1
command:
- cp
args:
Expand All @@ -177,7 +177,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: ghcr.io/flannel-io/flannel:v0.27.3
image: ghcr.io/flannel-io/flannel:v0.27.4
command:
- cp
args:
Expand All @@ -191,7 +191,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: ghcr.io/flannel-io/flannel:v0.27.3
image: ghcr.io/flannel-io/flannel:v0.27.4
command:
- /opt/bin/flanneld
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
- kube-flannel-psp.yml
images:
- name: ghcr.io/flannel-io/flannel
newTag: v0.22.1
newTag: v0.27.4
6 changes: 3 additions & 3 deletions 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: ghcr.io/flannel-io/flannel-cni-plugin:v1.7.1-flannel1
image: ghcr.io/flannel-io/flannel-cni-plugin:v1.8.0-flannel1
command:
- cp
args:
Expand All @@ -135,7 +135,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: ghcr.io/flannel-io/flannel:v0.27.3
image: ghcr.io/flannel-io/flannel:v0.27.4
command:
- cp
args:
Expand All @@ -149,7 +149,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: ghcr.io/flannel-io/flannel:v0.27.3
image: ghcr.io/flannel-io/flannel:v0.27.4
command:
- /opt/bin/flanneld
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
- kube-flannel.yml
images:
- name: ghcr.io/flannel-io/flannel
newTag: v0.27.3
newTag: v0.27.4
15 changes: 7 additions & 8 deletions OWNERS
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
reviewers:
- ksubrmnn (Kalya Subramanian)
- madhanrm (Madhan Raj Mookkandy)
- rajatchopra (Rajat Chopra)
- Oats87 (Chris Kim)
- luthermonson (Luther Monson)
- AleksandrNull (Aleksandr Shaposhnikov)
- manuelbuil (Manuel Buil)
- mgfritch (Michael Fritch)
- rbrtbnfgl (Roberto Bonafiglia)
- thomasferrandiz (Thomas Ferrandiz)
approvers:
- rajatchopra
- tomdee
- manuelbuil
- mgfritch
- rbrtbnfgl
- thomasferrandiz
4 changes: 2 additions & 2 deletions chart/kube-flannel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
appVersion: v0.27.3
appVersion: v0.27.4
description: Install Flannel Network Plugin.
keywords:
- Flannel
name: flannel
sources:
- https://github.com/flannel-io/flannel
version: v0.27.3
version: v0.27.4
4 changes: 2 additions & 2 deletions chart/kube-flannel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ flannel:
# kube-flannel image
image:
repository: ghcr.io/flannel-io/flannel
tag: v0.27.3
tag: v0.27.4
image_cni:
repository: ghcr.io/flannel-io/flannel-cni-plugin
tag: v1.7.1-flannel1
tag: v1.8.0-flannel1
# cniBinDir is the directory to which the flannel CNI binary is installed.
cniBinDir: "/opt/cni/bin"
# cniConfDir is the directory where the CNI configuration is located.
Expand Down
Loading