Skip to content

Commit 104d6b0

Browse files
committed
fix params
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
1 parent b05b3c2 commit 104d6b0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.tekton/agent-helm-build-pull-request.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ spec:
106106
VMs
107107
name: privileged-nested
108108
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
109113
results:
110114
- description: ""
111115
name: IMAGE_URL
@@ -119,10 +123,6 @@ spec:
119123
- description: ""
120124
name: CHAINS-GIT_COMMIT
121125
value: $(tasks.clone-repository.results.commit)
122-
- default: "sources/argocd-agent/install/helm-repo/argocd-agent-agent"
123-
description: directory where the chart is stored
124-
name: chart-context
125-
type: string
126126
tasks:
127127
- name: init
128128
params:

0 commit comments

Comments
 (0)