Compare commits

..

3 Commits

4 changed files with 11 additions and 3 deletions

View File

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

View File

@ -5,4 +5,5 @@ resources:
- ./helm-repository.yaml
- ./helm-release.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:
spec:
chart: grafana
version: "8.5.3"
version: "8.5.4"
sourceRef:
kind: HelmRepository
name: grafana