Skip to content

Commit e4576c1

Browse files
ci(deps): update monitoring dependencies (#1324)
| datasource | package | from | to | | ---------- | ---------------- | ------ | ------ | | helm | loki-distributed | 0.80.1 | 0.80.2 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent d5a2a00 commit e4576c1

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
@@ -189,7 +189,7 @@ templates:
189189
version: {{ .Values | get "loki" | get "chartVersion" }}
190190
{{- end }}
191191
{{- if (not (or ( .Values | get "loki" dict | get "chartVersion" false ) ( .Values | get "loki" dict | get "chartUrl" false ) )) }}
192-
version: "0.80.1"
192+
version: "0.80.2"
193193
{{- end }}
194194

195195
promtail:

src/schemas/monitoring.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ package LaunchpadNamespaces
6363
loki: {
6464
chart: {_repositories.grafana.charts["loki-distributed"]}
6565
feature: #features.#logs
66-
_template: {version: "0.80.1"}
66+
_template: {version: "0.80.2"}
6767
}
6868
promtail: {
6969
chart: {_repositories.grafana.charts.promtail}

0 commit comments

Comments
 (0)