Skip to content

Commit

Permalink
Merge pull request #805 from DSD-DBS/grafana-fix
Browse files Browse the repository at this point in the history
fix: Temporarily downgrade Grafana to version 9.5.5
  • Loading branch information
MoritzWeber0 authored Jun 29, 2023
2 parents 74dcece + 10e5525 commit e1c8baf
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion helm/templates/backend/backend.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
{{ end }}
{{ if .Values.loki.enabled }}
- name: promtail
image: {{ .Values.docker.registry.external -}}{{- .Values.docker.images.promtail }}
image: {{ .Values.docker.registry.external -}}/grafana/promtail
args:
- "--config.file=/etc/promtail/promtail.yaml"
- "-log-config-reverse-order"
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/frontend/frontend.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
{{ end }}
{{ if .Values.loki.enabled }}
- name: promtail
image: {{ .Values.docker.registry.external -}}{{- .Values.docker.images.promtail }}
image: {{ .Values.docker.registry.external -}}/grafana/promtail
args:
- "--config.file=/etc/promtail/promtail.yaml"
- "-log-config-reverse-order"
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/grafana/grafana.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
{{- include "capellacollab.pod.spec" . | indent 6 -}}
containers:
- name: grafana
image: {{ .Values.docker.registry.external -}}{{- .Values.docker.images.grafana }}
image: {{ .Values.docker.registry.external -}}/grafana/grafana:9.5.5
ports:
- containerPort: 3000
resources:
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/guacamole/guacamole.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
{{ end }}
{{ if .Values.loki.enabled }}
- name: promtail
image: {{ .Values.docker.registry.external -}}{{- .Values.docker.images.promtail }}
image: {{ .Values.docker.registry.external -}}/grafana/promtail
args:
- "--config.file=/etc/promtail/promtail.yaml"
- "-log-config-reverse-order"
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/guacamole/guacd.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
{{ end }}
{{ if .Values.loki.enabled }}
- name: promtail
image: {{ .Values.docker.registry.external -}}{{- .Values.docker.images.promtail }}
image: {{ .Values.docker.registry.external -}}/grafana/promtail
args:
- "--config.file=/etc/promtail/promtail.yaml"
- "-log-config-reverse-order"
Expand Down
2 changes: 1 addition & 1 deletion helm/templates/prometheus/prometheus.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
{{- include "capellacollab.pod.spec" . | indent 6 -}}
containers:
- name: prometheus
image: {{ .Values.docker.registry.external }}{{ .Values.docker.images.prometheus }}
image: {{ .Values.docker.registry.external }}/prom/prometheus
args:
- "--storage.tsdb.retention.time=12h"
- "--config.file=/etc/prometheus/prometheus.yml"
Expand Down
5 changes: 0 additions & 5 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ docker:
guacamole: docker.io/guacamole/guacamole:1.5.0
guacd: docker.io/guacamole/guacd:1.5.0

prometheus: /prom/prometheus

promtail: /grafana/promtail
grafana: /grafana/grafana

mocks:
oauth: ghcr.io/navikt/mock-oauth2-server:0.5.8

Expand Down

0 comments on commit e1c8baf

Please sign in to comment.