Skip to content

Commit

Permalink
ci(deps): update monitoring dependencies
Browse files Browse the repository at this point in the history
| datasource | package               | from   | to     |
| ---------- | --------------------- | ------ | ------ |
| helm       | kube-prometheus-stack | 62.2.0 | 62.2.1 |
  • Loading branch information
graphops-renovate[bot] committed Aug 21, 2024
1 parent 71f28c9 commit cca3baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monitoring/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ templates:
version: {{ .Values | get "kube-prometheus-stack" | get "chartVersion" }}
{{- end }}
{{- if (not (or ( .Values | get "kube-prometheus-stack" dict | get "chartVersion" false ) ( .Values | get "kube-prometheus-stack" dict | get "chartUrl" false ) )) }}
version: "62.2.0"
version: "62.2.1"
{{- end }}
disableValidationOnInstall: true

Expand Down
2 changes: 1 addition & 1 deletion src/schemas/monitoring.cue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ package LaunchpadNamespaces
chart: {_repositories["prometheus-community"].charts["kube-prometheus-stack"]}
feature: #features.#metrics
_template: {
version: "62.2.0"
version: "62.2.1"
disableValidationOnInstall: true
}
}
Expand Down

0 comments on commit cca3baa

Please sign in to comment.