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.0.0 | 62.1.0 |
  • Loading branch information
graphops-renovate[bot] committed Aug 20, 2024
1 parent 67d6941 commit 36bc762
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.0.0"
version: "62.1.0"
{{- 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.0.0"
version: "62.1.0"
disableValidationOnInstall: true
}
}
Expand Down

0 comments on commit 36bc762

Please sign in to comment.