Skip to content
Snippets Groups Projects
Commit 0f2d2e73 authored by Derek Su's avatar Derek Su
Browse files

Bump to v0.0.23


Signed-off-by: default avatarDerek Su <derek.su@suse.com>
parent 18040592
Branches
Tags
No related merge requests found
......@@ -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
......
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
......
......@@ -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` |
......
......@@ -4,7 +4,7 @@ replicaCount: 1
image:
repository: rancher/local-path-provisioner
tag: v0.0.22
tag: v0.0.23
pullPolicy: IfNotPresent
helperImage:
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment