diff --git a/charts/local-path-provisioner/Chart.yaml b/charts/local-path-provisioner/Chart.yaml index 89e6782..8a07f17 100644 --- a/charts/local-path-provisioner/Chart.yaml +++ b/charts/local-path-provisioner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Use HostPath for persistent local storage with Kubernetes name: local-path-provisioner version: 0.0.31 -appVersion: "v0.0.30" +appVersion: "v0.0.31" keywords: - storage - hostpath diff --git a/charts/local-path-provisioner/README.md b/charts/local-path-provisioner/README.md index 7c66b47..4067993 100644 --- a/charts/local-path-provisioner/README.md +++ b/charts/local-path-provisioner/README.md @@ -57,7 +57,7 @@ default values. | ----------------------------------- | ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | | `commonLabels` | Custom labels to apply to all resources | `{}` | | `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` | | `storageClass.create` | If true, create a `StorageClass` | `true` | | `storageClass.provisionerName` | The provisioner name for the storage class | `nil` | diff --git a/charts/local-path-provisioner/values.yaml b/charts/local-path-provisioner/values.yaml index 3c56f43..d0741d6 100644 --- a/charts/local-path-provisioner/values.yaml +++ b/charts/local-path-provisioner/values.yaml @@ -5,7 +5,7 @@ commonLabels: {} image: repository: rancher/local-path-provisioner - tag: v0.0.30 + tag: v0.0.31 pullPolicy: IfNotPresent helperImage: