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 b05b3c2 commit 104d6b0Copy full SHA for 104d6b0
1 file changed
.tekton/agent-helm-build-pull-request.yaml
@@ -106,6 +106,10 @@ spec:
106
VMs
107
name: privileged-nested
108
type: string
109
+ - default: "sources/argocd-agent/install/helm-repo/argocd-agent-agent"
110
+ description: directory where the chart is stored
111
+ name: chart-context
112
+ type: string
113
results:
114
- description: ""
115
name: IMAGE_URL
@@ -119,10 +123,6 @@ spec:
119
123
120
124
name: CHAINS-GIT_COMMIT
121
125
value: $(tasks.clone-repository.results.commit)
122
- - default: "sources/argocd-agent/install/helm-repo/argocd-agent-agent"
- description: directory where the chart is stored
- name: chart-context
- type: string
126
tasks:
127
- name: init
128
params:
0 commit comments