diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index db633e6b86b9e5d107454081e94add887a299270..8c41aade13c159013a2dd9ca94aa8da3cf51f88f 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.16 -appVersion: "v0.0.16" +version: 0.0.17 +appVersion: "v0.0.17" keywords: - storage - hostpath diff --git a/deploy/chart/README.md b/deploy/chart/README.md index 58ab516a88bd484ad0584c8091cea77b1788751b..23ca95afc77602f403145ac560e044dfcffbe05b 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.16` | +| `image.tag` | Local Path Provisioner image tag | `v0.0.17` | | `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 24f6d0b4838cc80a845685e312c43771b948a0d3..8f202c2391d880adfffaf955e737111223e3134f 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.16 + tag: v0.0.17 pullPolicy: IfNotPresent helperImage: diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml index 8bc79a97a838dd4c1da4eb016a8fa64cd0a7a8e8..6d1f359cc08039f8cbc2dd3742ad5337bcfa766b 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.16 + image: rancher/local-path-provisioner:v0.0.17 imagePullPolicy: IfNotPresent command: - local-path-provisioner diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml index 21d581ed7a7a684411979e34c03313d10837df24..4cebc66379d5871bc8031f719e37c55646df4ae2 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.16 + image: rancher/local-path-provisioner:v0.0.17 imagePullPolicy: Always command: - local-path-provisioner