Skip to content

Commit d728014

Browse files
ci(deps): update monitoring dependencies
| datasource | package | from | to | | ---------- | -------- | ------ | ------ | | helm | promtail | 6.16.2 | 6.16.3 |
1 parent 5e5b8af commit d728014

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monitoring/helmfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ templates:
204204
version: {{ .Values | get "promtail" | get "chartVersion" }}
205205
{{- end }}
206206
{{- if (not (or ( .Values | get "promtail" dict | get "chartVersion" false ) ( .Values | get "promtail" dict | get "chartUrl" false ) )) }}
207-
version: "6.16.2"
207+
version: "6.16.3"
208208
{{- end }}
209209

210210
releases:

src/schemas/monitoring.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ package LaunchpadNamespaces
6868
promtail: {
6969
chart: {_repositories.grafana.charts.promtail}
7070
feature: #features.#logs
71-
_template: {version: "6.16.2"}
71+
_template: {version: "6.16.3"}
7272
}
7373
}
7474

0 commit comments

Comments
 (0)