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 5e5b8af commit d728014Copy full SHA for d728014
monitoring/helmfile.yaml
@@ -204,7 +204,7 @@ templates:
204
version: {{ .Values | get "promtail" | get "chartVersion" }}
205
{{- end }}
206
{{- if (not (or ( .Values | get "promtail" dict | get "chartVersion" false ) ( .Values | get "promtail" dict | get "chartUrl" false ) )) }}
207
- version: "6.16.2"
+ version: "6.16.3"
208
209
210
releases:
src/schemas/monitoring.cue
@@ -68,7 +68,7 @@ package LaunchpadNamespaces
68
promtail: {
69
chart: {_repositories.grafana.charts.promtail}
70
feature: #features.#logs
71
- _template: {version: "6.16.2"}
+ _template: {version: "6.16.3"}
72
}
73
74
0 commit comments