Skip to content

Commit

Permalink
upgrade prom/alertmanager and grafana version in prom-linuxaid helm c…
Browse files Browse the repository at this point in the history
…hart
  • Loading branch information
ashish1099 committed Aug 20, 2024
1 parent 5e984f3 commit dcf4385
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
runAsUser: 1000
serviceAccountName: alertmanager-main
portName: web
version: v0.26.0
version: {{ .Values.alertmanager.version }}
configSecret: alertmanager-config-{{ .Values.customerid }}
secrets:
- puppet-agent-tls-auth
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
spec:
containers:
- name: grafana
image: grafana/grafana:9.5.3
image: grafana/grafana:{{ .Values.grafana.version }}
persistentVolumeClaim:
spec:
accessModes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ spec:
requests:
storage: {{ .Values.prometheus.storage.size }}
storageClassName: {{ .Values.prometheus.storage.className }}
version: v2.48.1
version: {{ .Values.prometheus.version }}
enableRemoteWriteReceiver: true
3 changes: 3 additions & 0 deletions argocd-helm-charts/prometheus-linuxaid/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
prometheus:
version: v2.53.2
server: prometheus.obmondo.com
ingress:
enable: false
Expand All @@ -13,6 +14,7 @@ prometheus:
memory: 2Gi
grafana:
server: graphs.obmondo.com
version: 11.1.4
prometheusRule:
backup: true
btrfs: true
Expand Down Expand Up @@ -44,6 +46,7 @@ prometheusRule:
ssacli: true
zfsExporter: true
alertmanager:
version: v0.27.0
config:
global:
resolve_timeout: 5m
Expand Down

0 comments on commit dcf4385

Please sign in to comment.