Skip to content

Commit

Permalink
Bump multus, whereabouts, cniplugins and flannel images
Browse files Browse the repository at this point in the history
Signed-off-by: manuelbuil <[email protected]>
  • Loading branch information
manuelbuil committed Sep 10, 2024
1 parent f1cd0f1 commit 61ffe22
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
- repository: docker.io/flannel/flannel
- tag: v0.25.6
+ repository: rancher/hardened-flannel
+ tag: v0.25.6-build20240828
+ tag: v0.25.6-build20240910
image_cni:
- repository: docker.io/flannel/flannel-cni-plugin
- tag: v1.5.1-flannel2
+ repository: rancher/hardened-cni-plugins
+ tag: v1.5.1-build20240830
+ tag: v1.5.1-build20240910
# flannel command arguments
enableNFTables: false
args:
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-flannel/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://github.com/flannel-io/flannel/releases/download/v0.25.6/flannel.tgz
packageVersion: 00
packageVersion: 01
4 changes: 2 additions & 2 deletions packages/rke2-multus/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

image:
repository: rancher/hardened-multus-cni
tag: v4.1.0-build20240830
tag: v4.1.0-build20240910
pullPolicy: IfNotPresent

#imagePullSecrets: []
Expand Down Expand Up @@ -122,7 +122,7 @@ tolerations:
cniplugins:
image:
repository: rancher/hardened-cni-plugins
tag: v1.5.1-build20240830
tag: v1.5.1-build20240910

# skipcnis is a comma separated list of cni binaries to skip from
# installing.
Expand Down
2 changes: 1 addition & 1 deletion packages/rke2-multus/package.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: local
workingDir: charts
packageVersion: 00
packageVersion: 01
2 changes: 1 addition & 1 deletion packages/rke2-whereabouts/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: rancher/hardened-whereabouts
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.8.0-build20240830
tag: v0.8.0-build20240910

updateStrategy: RollingUpdate
imagePullSecrets: []
Expand Down

0 comments on commit 61ffe22

Please sign in to comment.