diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index 59f96aa99db6a6ff3f46f2645abdd2933ec5a9e5..98bf3d9954dab02f87b2ba8feac4c9d4794da194 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.18 -appVersion: "v0.0.18" +version: 0.0.19 +appVersion: "v0.0.19" keywords: - storage - hostpath diff --git a/deploy/chart/README.md b/deploy/chart/README.md index 03235f011e3161eb4f3500f2ebd297eb96835998..b5e110fbdbb37110f6ee09d04da4c00e768100f2 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.18` | +| `image.tag` | Local Path Provisioner image tag | `v0.0.19` | | `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 a19bcd2205be33147a74710d5b51c16481fe4fc0..5d3a8f10cfeb97ce5501f5697081a52698d3f8c7 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.18 + tag: v0.0.19 pullPolicy: IfNotPresent helperImage: diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml index 18434c910292a8a5ff37df00cd44eef454921264..dc174ad076fa2507035d412e2b79698c3442d032 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.18 + image: rancher/local-path-provisioner:v0.0.19 imagePullPolicy: IfNotPresent command: - local-path-provisioner diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml index a6a1adf0dc8a61e67e7d8a0d6670e0474b4e1313..1f69478353c5ba12b24fda2ab40e39c9cb65b67c 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.18 + image: rancher/local-path-provisioner:v0.0.19 imagePullPolicy: Always command: - local-path-provisioner