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", }, },