diff --git a/charts/system/snapshot-controller/Chart.yaml b/charts/system/snapshot-controller/Chart.yaml index ba833239b00..c6def5da55f 100644 --- a/charts/system/snapshot-controller/Chart.yaml +++ b/charts/system/snapshot-controller/Chart.yaml @@ -10,7 +10,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: system apiVersion: v2 -appVersion: 8.2.1 +appVersion: 8.3.0 dependencies: - name: common version: 25.4.10 @@ -43,5 +43,5 @@ sources: - https://github.com/snapshot-controller/snapshot-controller-helm-chart - https://github.com/truecharts/charts/tree/master/charts/system/snapshot-controller type: application -version: 3.7.3 +version: 3.8.0 diff --git a/charts/system/snapshot-controller/values.yaml b/charts/system/snapshot-controller/values.yaml index e8b99d37d85..57559d15eb2 100644 --- a/charts/system/snapshot-controller/values.yaml +++ b/charts/system/snapshot-controller/values.yaml @@ -1,9 +1,7 @@ image: pullPolicy: IfNotPresent repository: registry.k8s.io/sig-storage/snapshot-controller - tag: v8.2.1 - - + tag: v8.3.0 service: main: enabled: true