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
|
- name: prometheus
|
||||||
namespace: prometheus
|
namespace: prometheus
|
||||||
chart: prometheus/kube-prometheus-stack
|
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
|
condition: prometheus.enabled
|
||||||
values:
|
values:
|
||||||
- ../values/prometheus/values/prometheus.yaml.gotmpl
|
- ../values/prometheus/values/prometheus.yaml.gotmpl
|
||||||
|
|||||||
@@ -68,8 +68,7 @@ spec:
|
|||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://prometheus-community.github.io/helm-charts'
|
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
|
chart: prometheus-operator-crds
|
||||||
project: sys
|
project: sys
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
|||||||
Reference in New Issue
Block a user