diff --git a/dev/helmfile.yaml b/dev/helmfile.yaml index 97942fd0..a0a54a95 100644 --- a/dev/helmfile.yaml +++ b/dev/helmfile.yaml @@ -21,7 +21,7 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: 1.16.6 + version: 1.17.1 values: - ../kubernetes/platform/cilium/app/base/values.yaml - ../kubernetes/platform/cilium/app/components/istio-config/values.yaml diff --git a/kubernetes/clusters/bootstrap/helmfile.yaml b/kubernetes/clusters/bootstrap/helmfile.yaml index 4de9ba1b..bd4fa50c 100644 --- a/kubernetes/clusters/bootstrap/helmfile.yaml +++ b/kubernetes/clusters/bootstrap/helmfile.yaml @@ -21,7 +21,7 @@ releases: - name: cilium namespace: kube-system chart: cilium/cilium - version: 1.16.6 + version: 1.17.1 values: - ../../platform/cilium/app/base/values.yaml - ../../platform/cilium/app/components/istio-config/values.yaml diff --git a/kubernetes/platform/cilium/app/base/helm.yaml b/kubernetes/platform/cilium/app/base/helm.yaml index e1301d6a..e71139c4 100644 --- a/kubernetes/platform/cilium/app/base/helm.yaml +++ b/kubernetes/platform/cilium/app/base/helm.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: cilium - version: 1.16.6 + version: 1.17.1 sourceRef: kind: HelmRepository name: cilium