diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index 8c41aade13c159013a2dd9ca94aa8da3cf51f88f..59f96aa99db6a6ff3f46f2645abdd2933ec5a9e5 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.17 -appVersion: "v0.0.17" +version: 0.0.18 +appVersion: "v0.0.18" keywords: - storage - hostpath diff --git a/deploy/chart/README.md b/deploy/chart/README.md index e4e739ff645a87bef89ae8f1bb8adea911a0cf3c..03235f011e3161eb4f3500f2ebd297eb96835998 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.17` | +| `image.tag` | Local Path Provisioner image tag | `v0.0.18` | | `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 66a8f5526bcdd5f37d1dafedaa266c36ca20f6a6..a19bcd2205be33147a74710d5b51c16481fe4fc0 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.17 + tag: v0.0.18 pullPolicy: IfNotPresent helperImage: diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml index 8d4a5605504ad71d8fd33a42cc412c337d9fd4f6..18434c910292a8a5ff37df00cd44eef454921264 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.17 + image: rancher/local-path-provisioner:v0.0.18 imagePullPolicy: IfNotPresent command: - local-path-provisioner diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml index 4cebc66379d5871bc8031f719e37c55646df4ae2..a6a1adf0dc8a61e67e7d8a0d6670e0474b4e1313 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.17 + image: rancher/local-path-provisioner:v0.0.18 imagePullPolicy: Always command: - local-path-provisioner