Skip to content

Commit f81b4e7

Browse files
committed
update argocd-agent commit id
Signed-off-by: Anand Kumar Singh <anandrkskd@gmail.com>
1 parent 04fab05 commit f81b4e7

5 files changed

Lines changed: 616 additions & 24 deletions

File tree

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -199,27 +199,27 @@ spec:
199199
- name: netrc
200200
workspace: netrc
201201
# debug
202-
- name: check-helm-dir
203-
runAfter:
204-
- prefetch-dependencies
205-
taskRef:
206-
params:
207-
- name: name
208-
value: run-script-oci-ta
209-
- name: bundle
210-
value: quay.io/konflux-ci/tekton-catalog/run-script-oci-ta:0.1
211-
- name: kind
212-
value: task
213-
resolver: bundles
214-
params:
215-
- name: ociStorage
216-
value: $(params.output-image).prefetch
217-
- name: SOURCE_ARTIFACT
218-
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
219-
- name: SCRIPT
220-
value: ls /var/workdir/source
221-
- name: SCRIPT_RUNNER_IMAGE
222-
value: registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:a50731d3397a4ee28583f1699842183d4d24fadcc565c4688487af9ee4e13a44
202+
# - name: check-helm-dir
203+
# runAfter:
204+
# - prefetch-dependencies
205+
# taskRef:
206+
# params:
207+
# - name: name
208+
# value: run-script-oci-ta
209+
# - name: bundle
210+
# value: quay.io/konflux-ci/tekton-catalog/task-run-script-oci-ta:0.1
211+
# - name: kind
212+
# value: task
213+
# resolver: bundles
214+
# params:
215+
# - name: ociStorage
216+
# value: $(params.output-image).prefetch
217+
# - name: SOURCE_ARTIFACT
218+
# value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
219+
# - name: SCRIPT
220+
# value: ls /var/workdir/source
221+
# - name: SCRIPT_RUNNER_IMAGE
222+
# value: registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:a50731d3397a4ee28583f1699842183d4d24fadcc565c4688487af9ee4e13a44
223223
# taskSpec:
224224
# steps:
225225
# - name: run-my-script

0 commit comments

Comments
 (0)