Skip to content

Commit

Permalink
Merge pull request #539 from mgfritch/update-cni-plugins
Browse files Browse the repository at this point in the history
Update hardened-cni-plugins to `v1.5.1-build20241009`
  • Loading branch information
mgfritch authored Oct 10, 2024
2 parents 68a1a5b + 03cf929 commit 2a6c1d8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
+portmapPlugin:
+ image:
+ repository: "rancher/hardened-cni-plugins"
+ tag: "v1.5.1-build20240910"
+ tag: "v1.5.1-build20241009"
+
+global:
+ systemDefaultRegistry: ""
2 changes: 1 addition & 1 deletion packages/rke2-cilium/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: https://helm.cilium.io/cilium-1.16.2.tgz
packageVersion: 00
packageVersion: 01
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- repository: docker.io/flannel/flannel-cni-plugin
- tag: v1.5.1-flannel2
+ repository: rancher/hardened-cni-plugins
+ tag: v1.5.1-build20240910
+ tag: v1.5.1-build20241009
# 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.7/flannel.tgz
packageVersion: 00
packageVersion: 01
2 changes: 1 addition & 1 deletion packages/rke2-multus/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ tolerations:
cniplugins:
image:
repository: rancher/hardened-cni-plugins
tag: v1.5.1-build20240910
tag: v1.5.1-build20241009

# 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 updatecli/scripts/cilium-values.yaml.patch.template
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
+portmapPlugin:
+ image:
+ repository: "rancher/hardened-cni-plugins"
+ tag: "v1.5.1-build20240910"
+ tag: "v1.5.1-build20241009"
+
+global:
+ systemDefaultRegistry: ""

0 comments on commit 2a6c1d8

Please sign in to comment.