Skip to content

Commit

Permalink
Bump docker.io/flannel/flannel image from v0.25.4 to v0.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble-renovate[bot] authored and dghubble committed Jul 20, 2024
1 parent ca1f897 commit 6a61afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/flannel/daemonset.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ resource "kubernetes_daemonset" "flannel" {

container {
name = "flannel"
image = "docker.io/flannel/flannel:v0.25.4"
image = "docker.io/flannel/flannel:v0.25.5"
command = [
"/opt/bin/flanneld",
"--ip-masq",
Expand Down

0 comments on commit 6a61afc

Please sign in to comment.