diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index 872ad8a31cc28bbf6594121719bf80e7f50fce00..eb964a41e31fb94f520af45024d4ba3d32871ee0 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.10 -appVersion: "v0.0.10" +version: 0.0.11 +appVersion: "v0.0.11" keywords: - storage - hostpath diff --git a/deploy/chart/README.md b/deploy/chart/README.md index 4cb3fc3c3f496fa182bc2eb81366447358f31c1f..c6984ffa676cb5a38749d08f074e56632d36a4ea 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.10` | +| `image.tag` | Local Path Provisioner image tag | `v0.0.11` | | `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 5dd8b6d9c1851d7ce5329ea7632eba3a56918e97..2030559e4cbb7845490ba497cb4c519314f8ec5e 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.10 + tag: v0.0.11 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml index c60a258aea01fe3c866e5d8a888d503b9f0db5a3..3022c0a9f21e2a1e2e61da99c201b82f8f1973dd 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.10 + image: rancher/local-path-provisioner:v0.0.11 imagePullPolicy: IfNotPresent command: - local-path-provisioner diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml index 794b28fcac72d5a09cd0e8f471fbc5f558bd4a59..a768ab8d9e0ffb4f6c301f179d33ec0bc25fc8a9 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.10 + image: rancher/local-path-provisioner:v0.0.11 imagePullPolicy: Always command: - local-path-provisioner