Merge pull request #14 from Starttoaster/helm-update

Update helm chart app version
This commit is contained in:
Starttoaster 2025-02-08 13:20:02 -08:00 committed by GitHub
commit f4cdddf78e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ appVersion: 4.0.4
description: nfs-subdir-external-provisioner is an automatic provisioner that used your *already configured* NFS server, automatically creating Persistent Volumes.
name: nfs-subdir-external-provisioner
home: https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner
version: 4.0.22
version: 4.0.23
kubeVersion: ">=1.9.0-0"
sources:
- https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner

View File

@ -3,7 +3,7 @@ strategyType: Recreate
image:
repository: ghcr.io/starttoaster/nfs-subdir-external-provisioner
tag: v4.0.4
tag: v4.0.5
pullPolicy: IfNotPresent
imagePullSecrets: []