From f08e8aa9212f10122b952ac9bf164499c69a1afe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Sch=C3=BCnemann?= Date: Tue, 13 May 2025 14:29:31 +0200 Subject: [PATCH] remove sources.access.ref `sources.access.ref` can no longer specified in conjuntion with `sources.access.commit` --- components.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/components.yaml b/components.yaml index dead40b..0c319ed 100644 --- a/components.yaml +++ b/components.yaml @@ -71,7 +71,6 @@ sources: type: gitHub repoUrl: (( values.REPO_URL )) commit: (( values.COMMIT )) - ref: (( contains(values.VERSION, "-dev") ? ~~ :"refs/tags/" values.VERSION )) resources: - <<<: (( sum[funcs.splitIgnoreEmpty(",", funcs.ignoreDisabled(defaults.BP_COMPONENTS))|[]|s,comp|-> s *templates.blueprint] )) - <<<: (( sum[funcs.splitIgnoreEmpty(",", funcs.ignoreDisabled(defaults.CHART_COMPONENTS))|[]|s,cv|-> ("cvs" = split(":", cv)) ("comp" = cvs[0], "chart_version" = (cvs[1] || defaults.CHART_VERSION)) s *templates.chart] ))