Extracted external snapshotter rev

This commit is contained in:
George Raven
2024-07-10 22:13:11 +01:00
parent a6e6269e19
commit 7e5c3e2e7f
3 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ spec:
source:
path: deploy/kubernetes/snapshot-controller
repoURL: https://github.com/kubernetes-csi/external-snapshotter
targetRevision: v7.0.2
targetRevision: {{ .Values.targetRevision }}
kustomize:
namespace: external-snapshotter
syncPolicy:

View File

@@ -14,7 +14,7 @@ spec:
source:
path: client/config/crd/
repoURL: https://github.com/kubernetes-csi/external-snapshotter
targetRevision: v7.0.2
targetRevision: {{ .Values.targetRevision }}
kustomize:
namespace: external-snapshotter
syncPolicy:

View File

@@ -0,0 +1 @@
targetRevision: v7.0.2