Skip to content

Commit 8821547

Browse files
chore(deps): update helm release k8s-monitoring to v1.6.50
| datasource | package | from | to | | ---------- | -------------- | ------ | ------ | | helm | k8s-monitoring | 1.6.48 | 1.6.50 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent d1a1ef8 commit 8821547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/terraform/k8-monitoring.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resource "helm_release" "grafana-k8s-monitoring" {
33
name = "grafana-k8s-monitoring"
44
repository = "https://grafana.github.io/helm-charts"
55
chart = "k8s-monitoring"
6-
version = "1.6.48"
6+
version = "1.6.50"
77
namespace = "quickpizza-monitoring"
88
create_namespace = true
99
atomic = true

0 commit comments

Comments
 (0)