diff --git a/charts/frigate/Chart.yaml b/charts/frigate/Chart.yaml index d29c159..3e2a390 100644 --- a/charts/frigate/Chart.yaml +++ b/charts/frigate/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "0.12.0" description: NVR With Realtime Object Detection for IP Cameras name: frigate -version: 1.0.1 +version: 1.0.2 keywords: - tensorflow - coral diff --git a/charts/frigate/templates/Statefulset.yaml b/charts/frigate/templates/Statefulset.yaml index ba48dca..42a29db 100644 --- a/charts/frigate/templates/Statefulset.yaml +++ b/charts/frigate/templates/Statefulset.yaml @@ -138,7 +138,7 @@ spec: spec: accessModes: - ReadWriteOnce - # storageClassName: {{ .Values.storageClassName }} + storageClassName: {{ .Values.storageClassName }} resources: requests: storage: 1Gi diff --git a/charts/frigate/values.yaml b/charts/frigate/values.yaml index 08962a0..859c00b 100644 --- a/charts/frigate/values.yaml +++ b/charts/frigate/values.yaml @@ -11,7 +11,7 @@ image: # -- Docker image pull policy pullPolicy: # if using nfs then use nfs-client to mount -storageClassName: local-path +storageClassName: standard # -- Docker image pull policy imagePullSecrets: [] # -- additional ENV variables to set. Prefix with FRIGATE_ to target Frigate configuration values