From 14664b00326cf028cffe82d4f48a87bc176deb2e Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 10 May 2024 12:04:51 +0200 Subject: [PATCH] Add Templates to pretty config --- internal/controllers/applications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controllers/applications.go b/internal/controllers/applications.go index 2843eeb..8d428bd 100644 --- a/internal/controllers/applications.go +++ b/internal/controllers/applications.go @@ -103,7 +103,7 @@ func (app *Application) Create(ctx context.Context) error { Version: app.Data.Version, }, Repo: helmrelease.Repo{ - URL: "oci://git.badhouseplants.net/softplayer/helm", + URL: "oci://registry.badhouseplants.net/softplayer/helm", Type: "oci", }, },