Compare commits

..

3 Commits

4 changed files with 11 additions and 3 deletions

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: grafana chart: grafana
version: "8.5.3" version: "8.5.4"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: grafana-charts name: grafana-charts

View File

@ -6,3 +6,4 @@ resources:
- ./helm-release.yaml - ./helm-release.yaml
- ./alerts.yaml - ./alerts.yaml
- ./service-monitor.yaml - ./service-monitor.yaml
- ./snapshot-class.yaml

View File

@ -0,0 +1,7 @@
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/snapshot.storage.k8s.io/volumesnapshotclass_v1.json
kind: VolumeSnapshotClass
apiVersion: snapshot.storage.k8s.io/v1
metadata:
name: longhorn
driver: driver.longhorn.io
deletionPolicy: Delete

View File

@ -8,7 +8,7 @@ spec:
chart: chart:
spec: spec:
chart: grafana chart: grafana
version: "8.5.3" version: "8.5.4"
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: grafana name: grafana