From 28c811915fd0b6e38dd558cabdc36b94e81398e0 Mon Sep 17 00:00:00 2001 From: talasulin Date: Tue, 24 Oct 2023 19:51:59 +0300 Subject: [PATCH] fix: helm repo fix for pulling image --- charts/local-pvc-releaser/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/local-pvc-releaser/values.yaml b/charts/local-pvc-releaser/values.yaml index 3fef9c8..2f0e8c5 100644 --- a/charts/local-pvc-releaser/values.yaml +++ b/charts/local-pvc-releaser/values.yaml @@ -11,7 +11,7 @@ controller: image: # Repository path to the controller image. - repository: "github.com/appsflyer/local-pvc-releaser" + repository: "appsflyer/local-pvc-releaser" # Tag of the controller image. tag: # Image pull policy for the controller image.