Skip to content

Commit f08e8aa

Browse files
authored
remove sources.access.ref
`sources.access.ref` can no longer specified in conjuntion with `sources.access.commit`
1 parent f7c9c01 commit f08e8aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ sources:
7171
type: gitHub
7272
repoUrl: (( values.REPO_URL ))
7373
commit: (( values.COMMIT ))
74-
ref: (( contains(values.VERSION, "-dev") ? ~~ :"refs/tags/" values.VERSION ))
7574
resources:
7675
- <<<: (( sum[funcs.splitIgnoreEmpty(",", funcs.ignoreDisabled(defaults.BP_COMPONENTS))|[]|s,comp|-> s *templates.blueprint] ))
7776
- <<<: (( 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

Comments
 (0)