UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit af44c7da authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'promtail_6.2.2_update' into 'master'

Feat: testing promtail updates

Closes platform-one/big-bang/apps/sandbox/promtail#6 and #1241

See merge request platform-one/big-bang/bigbang!1923
parents e9172483 ec10eeb4
No related branches found
No related tags found
1 merge request!1923Feat: testing promtail updates
Pipeline #906877 passed
......@@ -35,10 +35,11 @@ imagePullSecrets:
{{- if .Values.loki.enabled }}
config:
{{- if eq .Values.loki.strategy "monolith" }}
lokiAddress: http://logging-loki.logging.svc.cluster.local:3100/loki/api/v1/push
{{- else }}
lokiAddress: http://logging-loki-write.logging.svc.cluster.local:3100/loki/api/v1/push
{{- end }}
clients:
{{- if eq .Values.loki.strategy "monolith" }}
- url: http://logging-loki.logging.svc.cluster.local:3100/loki/api/v1/push
{{- else }}
- url: http://logging-loki-write.logging.svc.cluster.local:3100/loki/api/v1/push
{{- end }}
{{- end }}
{{- end -}}
......@@ -492,7 +492,7 @@ promtail:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/promtail.git
path: "./chart"
tag: "4.2.0-bb.2"
tag: "6.2.2-bb.0"
# -- Flux reconciliation overrides specifically for the Promtail Package
flux: {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment