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

Local Path Provisioner v0.0.22 release


Signed-off-by: default avatarDerek Su <derek.su@suse.com>
parent 42df7227
No related branches found
No related tags found
No related merge requests found
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.22-dev version: 0.0.22
appVersion: "v0.0.22-dev" appVersion: "v0.0.22"
keywords: keywords:
- storage - storage
- hostpath - hostpath
......
...@@ -56,7 +56,7 @@ default values. ...@@ -56,7 +56,7 @@ default values.
| Parameter | Description | Default | | Parameter | Description | Default |
| ----------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | | ----------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
| `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 | `master-head` | | `image.tag` | Local Path Provisioner image tag | `v0.0.22` |
| `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` |
......
...@@ -4,7 +4,7 @@ replicaCount: 1 ...@@ -4,7 +4,7 @@ replicaCount: 1
image: image:
repository: rancher/local-path-provisioner repository: rancher/local-path-provisioner
tag: master-head tag: v0.0.22
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
helperImage: helperImage:
......
...@@ -62,7 +62,7 @@ spec: ...@@ -62,7 +62,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:master-head image: rancher/local-path-provisioner:v0.0.22
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:master-head image: rancher/local-path-provisioner:v0.0.22
imagePullPolicy: Always imagePullPolicy: Always
command: command:
- local-path-provisioner - local-path-provisioner
......
...@@ -62,7 +62,7 @@ spec: ...@@ -62,7 +62,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:master-head image: rancher/local-path-provisioner:v0.0.22
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