From 63d12528bbf902cf4d2cfbb06c8aff71462c7e2a Mon Sep 17 00:00:00 2001 From: Starttoaster Date: Sat, 8 Feb 2025 12:21:31 -0800 Subject: [PATCH] Update chart image repository and tag --- chart/nfs-subdir-external-provisioner/Chart.yaml | 2 +- chart/nfs-subdir-external-provisioner/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/nfs-subdir-external-provisioner/Chart.yaml b/chart/nfs-subdir-external-provisioner/Chart.yaml index 6e9e679b..afd89447 100644 --- a/chart/nfs-subdir-external-provisioner/Chart.yaml +++ b/chart/nfs-subdir-external-provisioner/Chart.yaml @@ -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.21 +version: 4.0.22 kubeVersion: ">=1.9.0-0" sources: - https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner diff --git a/chart/nfs-subdir-external-provisioner/values.yaml b/chart/nfs-subdir-external-provisioner/values.yaml index b7d11878..aa39d4e2 100644 --- a/chart/nfs-subdir-external-provisioner/values.yaml +++ b/chart/nfs-subdir-external-provisioner/values.yaml @@ -2,8 +2,8 @@ replicaCount: 1 strategyType: Recreate image: - repository: registry.k8s.io/sig-storage/nfs-subdir-external-provisioner - tag: v4.0.2 + repository: ghcr.io/starttoaster/nfs-subdir-external-provisioner + tag: v4.0.4 pullPolicy: IfNotPresent imagePullSecrets: []