Skip to content

Commit d728150

Browse files
committed
Update Helm release grafana to v9.2.8
Signed-off-by: Renovate Bot <tech+renovate@vshn.ch>
1 parent e5eaa60 commit d728150

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ parameters:
1212
secrets: {}
1313

1414
charts:
15-
grafana: 9.2.7
15+
grafana: 9.2.8
1616
dashboards: {}
1717
datasources: {}
1818
extraConfigMap: {}

tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ metadata:
55
app.kubernetes.io/instance: grafana-helm
66
app.kubernetes.io/name: grafana
77
app.kubernetes.io/version: 12.0.2
8-
helm.sh/chart: grafana-9.2.7
8+
helm.sh/chart: grafana-9.2.8
99
name: grafana-helm-clusterrole
1010
rules: []

tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/clusterrolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/instance: grafana-helm
66
app.kubernetes.io/name: grafana
77
app.kubernetes.io/version: 12.0.2
8-
helm.sh/chart: grafana-9.2.7
8+
helm.sh/chart: grafana-9.2.8
99
name: grafana-helm-clusterrolebinding
1010
roleRef:
1111
apiGroup: rbac.authorization.k8s.io

tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ metadata:
2020
app.kubernetes.io/instance: grafana-helm
2121
app.kubernetes.io/name: grafana
2222
app.kubernetes.io/version: 12.0.2
23-
helm.sh/chart: grafana-9.2.7
23+
helm.sh/chart: grafana-9.2.8
2424
name: grafana-helm
2525
namespace: syn-grafana

tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/instance: grafana-helm
66
app.kubernetes.io/name: grafana
77
app.kubernetes.io/version: 12.0.2
8-
helm.sh/chart: grafana-9.2.7
8+
helm.sh/chart: grafana-9.2.8
99
name: grafana-helm
1010
namespace: syn-grafana
1111
spec:
@@ -27,7 +27,7 @@ spec:
2727
app.kubernetes.io/instance: grafana-helm
2828
app.kubernetes.io/name: grafana
2929
app.kubernetes.io/version: 12.0.2
30-
helm.sh/chart: grafana-9.2.7
30+
helm.sh/chart: grafana-9.2.8
3131
spec:
3232
automountServiceAccountToken: true
3333
containers:

tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/role.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/instance: grafana-helm
66
app.kubernetes.io/name: grafana
77
app.kubernetes.io/version: 12.0.2
8-
helm.sh/chart: grafana-9.2.7
8+
helm.sh/chart: grafana-9.2.8
99
name: grafana-helm
1010
namespace: syn-grafana
1111
rules: []

tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/rolebinding.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/instance: grafana-helm
66
app.kubernetes.io/name: grafana
77
app.kubernetes.io/version: 12.0.2
8-
helm.sh/chart: grafana-9.2.7
8+
helm.sh/chart: grafana-9.2.8
99
name: grafana-helm
1010
namespace: syn-grafana
1111
roleRef:

tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/instance: grafana-helm
66
app.kubernetes.io/name: grafana
77
app.kubernetes.io/version: 12.0.2
8-
helm.sh/chart: grafana-9.2.7
8+
helm.sh/chart: grafana-9.2.8
99
name: grafana-helm
1010
namespace: syn-grafana
1111
spec:

tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/serviceaccount.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ metadata:
66
app.kubernetes.io/instance: grafana-helm
77
app.kubernetes.io/name: grafana
88
app.kubernetes.io/version: 12.0.2
9-
helm.sh/chart: grafana-9.2.7
9+
helm.sh/chart: grafana-9.2.8
1010
name: grafana-helm
1111
namespace: syn-grafana

tests/golden/defaults/grafana-helm/grafana-helm/01_helmchart/grafana/templates/servicemonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/instance: grafana-helm
66
app.kubernetes.io/name: grafana
77
app.kubernetes.io/version: 12.0.2
8-
helm.sh/chart: grafana-9.2.7
8+
helm.sh/chart: grafana-9.2.8
99
name: grafana-helm
1010
namespace: syn-grafana
1111
spec:

0 commit comments

Comments
 (0)