From a20210d3f821f632a1075ae3b00f014763211ae7 Mon Sep 17 00:00:00 2001 From: Robin Scherrer Date: Tue, 28 Jan 2025 09:42:59 +0100 Subject: [PATCH] bump local-path-provisioner to 0.0.31 --- charts/local-path-provisioner/Chart.yaml | 2 +- charts/local-path-provisioner/README.md | 2 +- charts/local-path-provisioner/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: