Skip to content

Commit

Permalink
ci(deps): update monitoring dependencies (#214)
Browse files Browse the repository at this point in the history
| datasource | package               | from   | to     |
| ---------- | --------------------- | ------ | ------ |
| helm       | kube-prometheus-stack | 54.0.1 | 54.1.0 |

Co-authored-by: Renovate Bot <135047802+graphops-renovate[bot]@users.noreply.github.com>
  • Loading branch information
graphops-renovate[bot] authored Nov 17, 2023
1 parent a4bb621 commit cc1234a
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 @@ -146,7 +146,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: "54.0.1"
version: "54.1.0"
{{- end }}
node-problem-detector:
{{- if ( .Values | get "node-problem-detector" dict | get "chartUrl" false ) }}
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: "54.0.1"
version: "54.1.0"
disableValidationOnInstall: true
}
}
Expand Down

0 comments on commit cc1234a

Please sign in to comment.