diff --git a/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml b/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml index a4e7afb66..18d59722a 100644 --- a/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml +++ b/kubernetes/apps/kube-system/cilium/app/helmrelease.yaml @@ -10,7 +10,7 @@ spec: mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip operation: copy ref: - tag: 1.17.5 + tag: 1.17.6 url: oci://ghcr.io/home-operations/charts-mirror/cilium --- # yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json diff --git a/kubernetes/bootstrap/apps/helmfile.yaml b/kubernetes/bootstrap/apps/helmfile.yaml index 1d28b3dd8..e82bdfdfc 100644 --- a/kubernetes/bootstrap/apps/helmfile.yaml +++ b/kubernetes/bootstrap/apps/helmfile.yaml @@ -25,7 +25,7 @@ releases: namespace: kube-system atomic: true chart: oci://ghcr.io/home-operations/charts-mirror/cilium - version: 1.17.5 + version: 1.17.6 values: ["../../apps/kube-system/cilium/app/helm-values.yaml"] hooks: - # Wait for cilium CRDs to be available