Skip to content

Commit cc7c3d8

Browse files
Bump quay.io/cilium/operator-generic image from v1.18.1 to v1.18.4
1 parent 6bafdea commit cc7c3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/cilium/deployment.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ resource "kubernetes_deployment" "operator" {
5858
enable_service_links = false
5959
container {
6060
name = "cilium-operator"
61-
image = "quay.io/cilium/operator-generic:v1.18.1"
61+
image = "quay.io/cilium/operator-generic:v1.18.4"
6262
command = ["cilium-operator-generic"]
6363
args = [
6464
"--config-dir=/tmp/cilium/config-map",

0 commit comments

Comments
 (0)