chore(prom): Bump to latest
This commit was merged in pull request #117.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user