diff --git a/dev/helmfile.yaml b/dev/helmfile.yaml index 216a93c6..e1e0cb78 100644 --- a/dev/helmfile.yaml +++ b/dev/helmfile.yaml @@ -17,7 +17,7 @@ releases: - name: prometheus-operator-crds namespace: kube-system chart: prometheus-community/prometheus-operator-crds - version: 16.0.1 + version: 17.0.2 - name: cilium namespace: kube-system chart: cilium/cilium diff --git a/kubernetes/clusters/bootstrap/helmfile.yaml b/kubernetes/clusters/bootstrap/helmfile.yaml index 900e141a..6f3c444d 100644 --- a/kubernetes/clusters/bootstrap/helmfile.yaml +++ b/kubernetes/clusters/bootstrap/helmfile.yaml @@ -17,7 +17,7 @@ releases: - name: prometheus-operator-crds namespace: kube-system chart: prometheus-community/prometheus-operator-crds - version: 16.0.1 + version: 17.0.2 - name: cilium namespace: kube-system chart: cilium/cilium diff --git a/kubernetes/platform/kube-prometheus-stack/prometheus-operator-crds/base/helm.yaml b/kubernetes/platform/kube-prometheus-stack/prometheus-operator-crds/base/helm.yaml index 02ec0a6c..64df1d75 100644 --- a/kubernetes/platform/kube-prometheus-stack/prometheus-operator-crds/base/helm.yaml +++ b/kubernetes/platform/kube-prometheus-stack/prometheus-operator-crds/base/helm.yaml @@ -8,7 +8,7 @@ spec: chart: spec: chart: prometheus-operator-crds - version: 16.0.1 + version: 17.0.2 sourceRef: kind: HelmRepository name: prometheus-community