diff --git a/README.md b/README.md index e2081ef52cccd705c05fcb7234adff40c46a340d..c383afcd9bdd5d373084a67372563de5a38841dc 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ In this setup, the directory `/opt/local-path-provisioner` will be used across a - Stable ``` -kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.22/deploy/local-path-storage.yaml +kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.23/deploy/local-path-storage.yaml ``` - Development @@ -38,7 +38,7 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisione Or, use `kustomize` to deploy. - Stable ``` -kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.22" | kubectl apply -f - +kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.23" | kubectl apply -f - ``` - Development @@ -239,7 +239,7 @@ To uninstall, execute: - Stable ``` -kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.22/deploy/local-path-storage.yaml +kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.23/deploy/local-path-storage.yaml ``` - Development diff --git a/deploy/chart/local-path-provisioner/Chart.yaml b/deploy/chart/local-path-provisioner/Chart.yaml index db136e910f34e6838705b4e53e14e3bf859a4ea5..ec24e80c42a7c12ac4dba5be00914becfaccefbb 100644 --- a/deploy/chart/local-path-provisioner/Chart.yaml +++ b/deploy/chart/local-path-provisioner/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 description: Use HostPath for persistent local storage with Kubernetes name: local-path-provisioner -version: 0.0.22 -appVersion: "v0.0.22" +version: 0.0.23 +appVersion: "v0.0.23" keywords: - storage - hostpath diff --git a/deploy/chart/local-path-provisioner/README.md b/deploy/chart/local-path-provisioner/README.md index dde34f15c264a5a50531098d3746835632d6872b..aa940806ffad902300c2366a60ae4312d76f1994 100644 --- a/deploy/chart/local-path-provisioner/README.md +++ b/deploy/chart/local-path-provisioner/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.22` | +| `image.tag` | Local Path Provisioner image tag | `v0.0.23` | | `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/local-path-provisioner/values.yaml b/deploy/chart/local-path-provisioner/values.yaml index c483f16036b44aa3719ac29c0ebad956d6136aa0..004cb8436d989cea4cf890536a564fce2a877394 100644 --- a/deploy/chart/local-path-provisioner/values.yaml +++ b/deploy/chart/local-path-provisioner/values.yaml @@ -4,7 +4,7 @@ replicaCount: 1 image: repository: rancher/local-path-provisioner - tag: v0.0.22 + tag: v0.0.23 pullPolicy: IfNotPresent helperImage: diff --git a/deploy/local-path-storage.yaml b/deploy/local-path-storage.yaml index a5806a1358919f4de4d0175ce6447c9d5a1e62f5..5a5595bcf425c0ff92fd4152c495912e719efb83 100644 --- a/deploy/local-path-storage.yaml +++ b/deploy/local-path-storage.yaml @@ -62,7 +62,7 @@ spec: serviceAccountName: local-path-provisioner-service-account containers: - name: local-path-provisioner - image: rancher/local-path-provisioner:v0.0.22 + image: rancher/local-path-provisioner:v0.0.23 imagePullPolicy: IfNotPresent command: - local-path-provisioner diff --git a/deploy/provisioner.yaml b/deploy/provisioner.yaml index 2fdf77b96be8dc98ad3b80df33faf4f1e387b280..f474d3695d211e6485546d20f063b41d9db016a7 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.22 + image: rancher/local-path-provisioner:v0.0.23 imagePullPolicy: Always command: - local-path-provisioner diff --git a/examples/quota/local-path-storage.yaml b/examples/quota/local-path-storage.yaml index ccb5ed62412f13c3cb027ddc1145a27c2c119fab..04f21b65b95b8ed21a5a85924429adcfaa3aae27 100644 --- a/examples/quota/local-path-storage.yaml +++ b/examples/quota/local-path-storage.yaml @@ -62,7 +62,7 @@ spec: serviceAccountName: local-path-provisioner-service-account containers: - name: local-path-provisioner - image: rancher/local-path-provisioner:v0.0.22 + image: rancher/local-path-provisioner:v0.0.23 imagePullPolicy: IfNotPresent command: - local-path-provisioner