Skip to content

Commit

Permalink
bump local-path-provisioner to 0.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbn committed Jan 28, 2025
1 parent d302299 commit a20210d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/local-path-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/local-path-provisioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion charts/local-path-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ commonLabels: {}

image:
repository: rancher/local-path-provisioner
tag: v0.0.30
tag: v0.0.31
pullPolicy: IfNotPresent

helperImage:
Expand Down

0 comments on commit a20210d

Please sign in to comment.