diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index f781034f..b9295372 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.12 -appVersion: "v0.0.12" +version: 0.0.13 +appVersion: "v0.0.13" keywords: - storage - hostpath diff --git a/deploy/chart/README.md b/deploy/chart/README.md index dffd89c9..01fbeb07 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.12` | +| `image.tag` | Local Path Provisioner image tag | `v0.0.13` | | `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 72db1cc5..10d5d27f 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.12 + tag: v0.0.13 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml index d83c368a..77dc3fd6 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.12 + image: rancher/local-path-provisioner:v0.0.13 imagePullPolicy: IfNotPresent command: - local-path-provisioner diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml index 9f5af5c9..07df5010 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.12 + image: rancher/local-path-provisioner:v0.0.13 imagePullPolicy: Always command: - local-path-provisioner