diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index b92953728739a17cff7149a698a5ad066cc09473..a53e0805db40528409d8614067f570376fdb48b7 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.13 -appVersion: "v0.0.13" +version: 0.0.14 +appVersion: "v0.0.14" keywords: - storage - hostpath diff --git a/deploy/chart/README.md b/deploy/chart/README.md index 01fbeb0761d1a75a6de2571776ae405a9e9f1b5f..d2422232f560ee7993276c971416e42886173583 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.13` | +| `image.tag` | Local Path Provisioner image tag | `v0.0.14` | | `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 10d5d27fb4e6ff4641cb35a3990e3047b5243699..b24166300989f4f04c793ceabf2ff5777b16abac 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.13 + tag: v0.0.14 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml index 77dc3fd6f00f1f2ef6000403cd66f70a97124356..d34c865c9ccd3787d86629a2c939029ad6ea2ca3 100644 --- a/deploy/local-path-storage.yaml +++ b/deploy/local-path-storage.yaml @@ -58,7 +58,7 @@ spec: serviceAccountName: local-path-provisioner-service-account containers: - name: local-path-provisioner - image: rancher/local-path-provisioner:v0.0.13 + image: rancher/local-path-provisioner:v0.0.14 imagePullPolicy: IfNotPresent command: - local-path-provisioner diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml index 07df50108615e12939ec98ddbbb4467127167800..41824c58e93391fe10aa4cdc8dd077193b7297df 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.13 + image: rancher/local-path-provisioner:v0.0.14 imagePullPolicy: Always command: - local-path-provisioner