diff --git a/helmfile.d/prometheus.yaml.gotmpl b/helmfile.d/prometheus.yaml.gotmpl index 5bc5a041..afd11a53 100644 --- a/helmfile.d/prometheus.yaml.gotmpl +++ b/helmfile.d/prometheus.yaml.gotmpl @@ -15,7 +15,7 @@ releases: - name: prometheus namespace: prometheus chart: prometheus/kube-prometheus-stack - version: {{ if eq (requiredEnv "ARGOCD_ENV_CLUSTER_NAME") "oceanbox" }}72.9.1{{ else }}82.10.1{{ end }} + version:82.10.1 condition: prometheus.enabled values: - ../values/prometheus/values/prometheus.yaml.gotmpl diff --git a/values/prometheus/manifests/prometheus.yaml b/values/prometheus/manifests/prometheus.yaml index 053ca132..ea7bab67 100644 --- a/values/prometheus/manifests/prometheus.yaml +++ b/values/prometheus/manifests/prometheus.yaml @@ -68,8 +68,7 @@ spec: server: 'https://kubernetes.default.svc' source: repoURL: 'https://prometheus-community.github.io/helm-charts' - targetRevision: {{- if eq .Values.prometheus.cluster "oceanbox" }} '14.0.0' {{- else }} '27.0.0' {{- end }} - # targetRevision: '27.0.0' + targetRevision: '27.0.0' chart: prometheus-operator-crds project: sys syncPolicy: