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

chore(release): bump to v0.0.31


Signed-off-by: default avatarDerek Su <derek.su@suse.com>
parent d5255773
Branches
Tags v0.0.31
No related merge requests found
...@@ -27,7 +27,7 @@ In this setup, the directory `/opt/local-path-provisioner` will be used across a ...@@ -27,7 +27,7 @@ In this setup, the directory `/opt/local-path-provisioner` will be used across a
- Stable - Stable
``` ```
kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.30/deploy/local-path-storage.yaml kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.31/deploy/local-path-storage.yaml
``` ```
- Development - Development
...@@ -38,7 +38,7 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisione ...@@ -38,7 +38,7 @@ kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisione
Or, use `kustomize` to deploy. Or, use `kustomize` to deploy.
- Stable - Stable
``` ```
kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.30" | kubectl apply -f - kustomize build "github.com/rancher/local-path-provisioner/deploy?ref=v0.0.31" | kubectl apply -f -
``` ```
- Development - Development
...@@ -301,7 +301,7 @@ To uninstall, execute: ...@@ -301,7 +301,7 @@ To uninstall, execute:
- Stable - Stable
``` ```
kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.30/deploy/local-path-storage.yaml kubectl delete -f https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.31/deploy/local-path-storage.yaml
``` ```
- Development - Development
......
apiVersion: v1 apiVersion: v1
description: Use HostPath for persistent local storage with Kubernetes description: Use HostPath for persistent local storage with Kubernetes
name: local-path-provisioner name: local-path-provisioner
version: 0.0.30 version: 0.0.31
appVersion: "v0.0.30" appVersion: "v0.0.31"
keywords: keywords:
- storage - storage
- hostpath - hostpath
......
...@@ -57,7 +57,7 @@ default values. ...@@ -57,7 +57,7 @@ default values.
| ----------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | | ----------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `commonLabels` | Custom labels to apply to all resources | `{}` | | `commonLabels` | Custom labels to apply to all resources | `{}` |
| `image.repository` | Local Path Provisioner image name | `rancher/local-path-provisioner` | | `image.repository` | Local Path Provisioner image name | `rancher/local-path-provisioner` |
| `image.tag` | Local Path Provisioner image tag | `v0.0.30` . | | `image.tag` | Local Path Provisioner image tag | `v0.0.31` . |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `storageClass.create` | If true, create a `StorageClass` | `true` | | `storageClass.create` | If true, create a `StorageClass` | `true` |
| `storageClass.provisionerName` | The provisioner name for the storage class | `nil` | | `storageClass.provisionerName` | The provisioner name for the storage class | `nil` |
......
...@@ -5,7 +5,7 @@ commonLabels: {} ...@@ -5,7 +5,7 @@ commonLabels: {}
image: image:
repository: rancher/local-path-provisioner repository: rancher/local-path-provisioner
tag: v0.0.30 tag: v0.0.31
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
helperImage: helperImage:
......
...@@ -88,7 +88,7 @@ spec: ...@@ -88,7 +88,7 @@ spec:
serviceAccountName: local-path-provisioner-service-account serviceAccountName: local-path-provisioner-service-account
containers: containers:
- name: local-path-provisioner - name: local-path-provisioner
image: rancher/local-path-provisioner:v0.0.30 image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- local-path-provisioner - local-path-provisioner
......
...@@ -16,7 +16,7 @@ spec: ...@@ -16,7 +16,7 @@ spec:
serviceAccountName: local-path-provisioner-service-account serviceAccountName: local-path-provisioner-service-account
containers: containers:
- name: local-path-provisioner - name: local-path-provisioner
image: rancher/local-path-provisioner:v0.0.30 image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- local-path-provisioner - local-path-provisioner
......
...@@ -88,7 +88,7 @@ spec: ...@@ -88,7 +88,7 @@ spec:
serviceAccountName: local-path-provisioner-service-account serviceAccountName: local-path-provisioner-service-account
containers: containers:
- name: local-path-provisioner - name: local-path-provisioner
image: rancher/local-path-provisioner:v0.0.30 image: rancher/local-path-provisioner:v0.0.31
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: command:
- local-path-provisioner - local-path-provisioner
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment