From 6954d5555cf95cbd93eeb090862d8cdf38c91fb6 Mon Sep 17 00:00:00 2001 From: Tom Neuber Date: Tue, 7 Jan 2025 17:58:36 +0100 Subject: [PATCH] chore(woodpecker): remove deprecated chart URL Sorry for the complication, the `oci:` is only needed for the helm command. The argocd resources are not compatible with it and don't need it. --- app-files/apps.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-files/apps.yaml b/app-files/apps.yaml index d200aaa..e744ed2 100644 --- a/app-files/apps.yaml +++ b/app-files/apps.yaml @@ -28,7 +28,7 @@ spec: project: default sources: - chart: woodpecker - repoURL: https://woodpecker-ci.org/ + repoURL: ghcr.io/woodpecker-ci/helm targetRevision: 2.0.3 helm: releaseName: woodpecker