diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index 2fdb64564d0f482fa0dd50dd89faa183d41dbf65..a2acb6834fbd9c1650b18913cd23128ad812eb09 100644 --- a/deploy/chart/Chart.yaml +++ b/deploy/chart/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Use HostPath for persistent local storage with Kubernetes name: local-path-provisioner -version: 0.0.20 -appVersion: "v0.0.20" +version: 0.0.21 +appVersion: "v0.0.21" keywords: - storage - hostpath diff --git a/deploy/chart/README.md b/deploy/chart/README.md index 8999003011f2c52b934321a43043ad067e03a44b..07f52dbc5f79106a069d58e15fbcdb6ab5a20f1b 100644 --- a/deploy/chart/README.md +++ b/deploy/chart/README.md @@ -56,7 +56,7 @@ default values. | Parameter | Description | Default | | ----------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | | `image.repository` | Local Path Provisioner image name | `rancher/local-path-provisioner` | -| `image.tag` | Local Path Provisioner image tag | `v0.0.20` | +| `image.tag` | Local Path Provisioner image tag | `v0.0.21` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `storageClass.create` | If true, create a `StorageClass` | `true` | | `storageClass.provisionerName` | The provisioner name for the storage class | `nil` | diff --git a/deploy/chart/values.yaml b/deploy/chart/values.yaml index 043337e46e2f34f87bd41c211223e0e302f6c0a0..571075331be5451e2816aa85af7a2307bafb8160 100644 --- a/deploy/chart/values.yaml +++ b/deploy/chart/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: rancher/local-path-provisioner - tag: v0.0.20 + tag: v0.0.21 pullPolicy: IfNotPresent helperImage: diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml index 9b4f4a4ee16583c950fc993b00fe3b1b67391136..32db7e10ef3f4bdd823267e2370e36f322b15abb 100644 --- a/deploy/local-path-storage.yaml +++ b/deploy/local-path-storage.yaml @@ -62,7 +62,7 @@ spec: serviceAccountName: local-path-provisioner-service-account containers: - name: local-path-provisioner - image: rancher/local-path-provisioner:v0.0.20 + image: rancher/local-path-provisioner:v0.0.21 imagePullPolicy: IfNotPresent command: - local-path-provisioner diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml index cdd30c7c00bf92cf1ff36038a47c769b181573a2..17aa6f92998127f27d18a410c3268372dd2d318c 100644 --- a/deploy/provisioner.yaml +++ b/deploy/provisioner.yaml @@ -16,7 +16,7 @@ spec: serviceAccountName: local-path-provisioner-service-account containers: - name: local-path-provisioner - image: rancher/local-path-provisioner:v0.0.20 + image: rancher/local-path-provisioner:v0.0.21 imagePullPolicy: Always command: - local-path-provisioner