diff --git a/src/prometheus-stack/common/zarf.yaml b/src/prometheus-stack/common/zarf.yaml index d4c161622..fefc30e50 100644 --- a/src/prometheus-stack/common/zarf.yaml +++ b/src/prometheus-stack/common/zarf.yaml @@ -15,7 +15,7 @@ components: - name: kube-prometheus-stack namespace: monitoring url: https://prometheus-community.github.io/helm-charts - version: 64.0.0 + version: 65.0.0 valuesFiles: - "../values/values.yaml" actions: diff --git a/src/prometheus-stack/zarf.yaml b/src/prometheus-stack/zarf.yaml index 6b09a60a0..7c1126a86 100644 --- a/src/prometheus-stack/zarf.yaml +++ b/src/prometheus-stack/zarf.yaml @@ -10,7 +10,7 @@ components: charts: - name: prometheus-operator-crds url: https://prometheus-community.github.io/helm-charts - version: 14.0.0 + version: 15.0.0 namespace: uds-crds valuesFiles: - "values/crd-values.yaml"