diff --git a/cluster/apps/kube-system/cilium/app/helmrelease.yaml b/cluster/apps/kube-system/cilium/app/helmrelease.yaml index 92dceb67..50254731 100644 --- a/cluster/apps/kube-system/cilium/app/helmrelease.yaml +++ b/cluster/apps/kube-system/cilium/app/helmrelease.yaml @@ -12,7 +12,7 @@ spec: kind: HelmRepository name: cilium namespace: flux-system - version: 1.17.6 + version: 1.18.0 interval: 30m valuesFrom: diff --git a/provision/servonet/modules/bootstrap/cilium.tf b/provision/servonet/modules/bootstrap/cilium.tf index fb971bd8..30b369f6 100644 --- a/provision/servonet/modules/bootstrap/cilium.tf +++ b/provision/servonet/modules/bootstrap/cilium.tf @@ -9,7 +9,7 @@ resource "helm_release" "cilium" { chart = "cilium" name = "cilium" namespace = "kube-system" - version = "1.17.6" + version = "1.18.0" values = [data.github_repository_file.config.content] wait = true depends_on = [helm_release.prometheus_crds]