From 5b2621b7a8f5caab5b173278c7a4eed99b49ccce Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Mon, 1 Jun 2020 08:15:21 -0700 Subject: [PATCH] Local Path Provisioner v0.0.14 release Thanks to @dittos for fixing the leaking `tick`. Signed-off-by: Sheng Yang --- deploy/chart/Chart.yaml | 4 ++-- deploy/chart/README.md | 2 +- deploy/chart/values.yaml | 2 +- deploy/local-path-storage.yaml | 2 +- deploy/provisioner.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index b92953728..a53e0805d 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.13 -appVersion: "v0.0.13" +version: 0.0.14 +appVersion: "v0.0.14" keywords: - storage - hostpath diff --git a/deploy/chart/README.md b/deploy/chart/README.md index 01fbeb076..d2422232f 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.13` | +| `image.tag` | Local Path Provisioner image tag | `v0.0.14` | | `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 10d5d27fb..b24166300 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.13 + tag: v0.0.14 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml index 77dc3fd6f..d34c865c9 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.13 + image: rancher/local-path-provisioner:v0.0.14 imagePullPolicy: IfNotPresent command: - local-path-provisioner diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml index 07df50108..41824c58e 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.13 + image: rancher/local-path-provisioner:v0.0.14 imagePullPolicy: Always command: - local-path-provisioner