We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c9c01 commit f08e8aaCopy full SHA for f08e8aa
components.yaml
@@ -71,7 +71,6 @@ sources:
71
type: gitHub
72
repoUrl: (( values.REPO_URL ))
73
commit: (( values.COMMIT ))
74
- ref: (( contains(values.VERSION, "-dev") ? ~~ :"refs/tags/" values.VERSION ))
75
resources:
76
- <<<: (( sum[funcs.splitIgnoreEmpty(",", funcs.ignoreDisabled(defaults.BP_COMPONENTS))|[]|s,comp|-> s *templates.blueprint] ))
77
- <<<: (( 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] ))
0 commit comments