We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a2a00 commit e4576c1Copy full SHA for e4576c1
monitoring/helmfile.yaml
@@ -189,7 +189,7 @@ templates:
189
version: {{ .Values | get "loki" | get "chartVersion" }}
190
{{- end }}
191
{{- if (not (or ( .Values | get "loki" dict | get "chartVersion" false ) ( .Values | get "loki" dict | get "chartUrl" false ) )) }}
192
- version: "0.80.1"
+ version: "0.80.2"
193
194
195
promtail:
src/schemas/monitoring.cue
@@ -63,7 +63,7 @@ package LaunchpadNamespaces
63
loki: {
64
chart: {_repositories.grafana.charts["loki-distributed"]}
65
feature: #features.#logs
66
- _template: {version: "0.80.1"}
+ _template: {version: "0.80.2"}
67
}
68
promtail: {
69
chart: {_repositories.grafana.charts.promtail}
0 commit comments