Skip to content

Commit f3a9ff8

Browse files
Bump docker.io/flannel/flannel image from v0.27.4 to v0.28.2
1 parent d992380 commit f3a9ff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/flannel/daemonset.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ resource "kubernetes_daemonset" "flannel" {
7373

7474
container {
7575
name = "flannel"
76-
image = "docker.io/flannel/flannel:v0.27.4"
76+
image = "docker.io/flannel/flannel:v0.28.2"
7777
command = [
7878
"/opt/bin/flanneld",
7979
"--ip-masq",

0 commit comments

Comments
 (0)