Skip to content

Commit 00b4153

Browse files
ci(deps): update monitoring dependencies (#1540)
| datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | helm | kube-prometheus-stack | 75.5.0 | 75.6.0 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent b0a0a9e commit 00b4153

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
@@ -158,7 +158,7 @@ templates:
158158
version: {{ .Values | get "kube-prometheus-stack" | get "chartVersion" }}
159159
{{- end }}
160160
{{- if (not (or ( .Values | get "kube-prometheus-stack" dict | get "chartVersion" false ) ( .Values | get "kube-prometheus-stack" dict | get "chartUrl" false ) )) }}
161-
version: "75.5.0"
161+
version: "75.6.0"
162162
{{- end }}
163163
disableValidationOnInstall: true
164164

src/schemas/monitoring.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ package LaunchpadNamespaces
5151
chart: {_repositories["prometheus-community"].charts["kube-prometheus-stack"]}
5252
feature: #features.#metrics
5353
_template: {
54-
version: "75.5.0"
54+
version: "75.6.0"
5555
disableValidationOnInstall: true
5656
}
5757
}

0 commit comments

Comments
 (0)