Skip to content

Commit a5901ba

Browse files
ci(deps): update monitoring dependencies (#1587)
| datasource | package | from | to | | ---------- | --------------------- | ------- | ------- | | helm | kube-prometheus-stack | 75.10.0 | 75.11.0 | Co-authored-by: graphops-renovate[bot] <135047802+graphops-renovate[bot]@users.noreply.github.com>
1 parent a4448e2 commit a5901ba

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.10.0"
161+
version: "75.11.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.10.0"
54+
version: "75.11.0"
5555
disableValidationOnInstall: true
5656
}
5757
}

0 commit comments

Comments
 (0)