We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bafdea commit cc7c3d8Copy full SHA for cc7c3d8
addons/cilium/deployment.tf
@@ -58,7 +58,7 @@ resource "kubernetes_deployment" "operator" {
58
enable_service_links = false
59
container {
60
name = "cilium-operator"
61
- image = "quay.io/cilium/operator-generic:v1.18.1"
+ image = "quay.io/cilium/operator-generic:v1.18.4"
62
command = ["cilium-operator-generic"]
63
args = [
64
"--config-dir=/tmp/cilium/config-map",
0 commit comments