Skip to content
Snippets Groups Projects
Commit 47ea4695 authored by David Ko's avatar David Ko
Browse files

Update image version in the chart


Signed-off-by: default avatarDavid Ko <dko@suse.com>
parent 3436e3cf
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ apiVersion: v1
description: Use HostPath for persistent local storage with Kubernetes
name: local-path-provisioner
version: 0.0.19
appVersion: "v0.0.19"
appVersion: "v0.0.20"
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.19` |
| `image.tag` | Local Path Provisioner image tag | `v0.0.20` |
| `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.19
tag: v0.0.20
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.19
image: rancher/local-path-provisioner:v0.0.20
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.19
image: rancher/local-path-provisioner:v0.0.20
imagePullPolicy: Always
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