Skip to content

Commit 8b80c00

Browse files
author
Diego Luisi
committed
[ci skip] ⚡
1 parent 566d9c3 commit 8b80c00

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

apps/grafana/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ helmCharts:
55
- name: grafana
66
includeCRDs: true
77
releaseName: grafana
8-
version: 8.0.0
8+
version: 8.0.2
99
repo: https://grafana.github.io/helm-charts
1010
valuesInline:
1111
fullname: grafana
1212
useStatefulSet: true
1313
persistence:
1414
enabled: true
15-
existingClaim: storage-grafana-0
15+
# existingClaim: storage-grafana-0
1616
# nodeSelector:
1717
# topology.kubernetes.io/zone: "us-east-1c"
1818
serviceMonitor:

apps/grafana/overlays/ops/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
44
- ../../base
5-
- pvc.yaml
5+
# - pvc.yaml
66
- secrets.yaml
77
- virtual-service.yaml

0 commit comments

Comments
 (0)