Skip to content

Commit 54f59a9

Browse files
serverless-qeKaustubh-pande
authored andcommitted
[release-v1.17] Sync Konflux configurations
1 parent 34b9e82 commit 54f59a9

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

.tekton/docker-build.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apiVersion: tekton.dev/v1
22
kind: Pipeline
33
metadata:
4-
creationTimestamp: null
54
labels:
65
pipelines.openshift.io/runtime: generic
76
pipelines.openshift.io/strategy: docker
@@ -89,6 +88,9 @@ spec:
8988
oci or docker.
9089
name: buildah-format
9190
type: string
91+
- default: "false"
92+
description: Enable cache proxy configuration
93+
name: enable-cache-proxy
9294
- default: []
9395
description: Array of --build-arg values ("arg=value" strings) for buildah
9496
name: build-args
@@ -199,6 +201,8 @@ spec:
199201
value: $(params.rebuild)
200202
- name: skip-checks
201203
value: $(params.skip-checks)
204+
- name: enable-cache-proxy
205+
value: $(params.enable-cache-proxy)
202206
taskRef:
203207
params:
204208
- name: name
@@ -269,6 +273,10 @@ spec:
269273
value: $(tasks.clone-repository.results.url)
270274
- name: BUILDAH_FORMAT
271275
value: $(params.buildah-format)
276+
- name: HTTP_PROXY
277+
value: $(tasks.init.results.http-proxy)
278+
- name: NO_PROXY
279+
value: $(tasks.init.results.no-proxy)
272280
- name: SOURCE_ARTIFACT
273281
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
274282
- name: CACHI2_ARTIFACT
@@ -541,7 +549,7 @@ spec:
541549
- name: name
542550
value: rpms-signature-scan
543551
- name: bundle
544-
value: quay.io/konflux-ci/konflux-vanguard/task-rpms-signature-scan:0.2@sha256:da66f14b1a3f2c2ec1e02a3183941ee4230ea4ac4a36515342c97bdb2fe905e0
552+
value: quay.io/konflux-ci/tekton-catalog/task-rpms-signature-scan:0.2@sha256:f2df541f49b5310f343b55f58b0881a46a2b46c5df39a9c34563c5042b106f6f
545553
- name: kind
546554
value: task
547555
resolver: bundles

.tekton/kn-backstage-plugins-eventmesh-117-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
2929
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
3030
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
31-
- VERSION=1.37.0
31+
- VERSION=1.37.1
3232
- name: git-url
3333
value: '{{source_url}}'
3434
- name: hermetic

.tekton/kn-backstage-plugins-eventmesh-117-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
2828
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
2929
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
30-
- VERSION=1.37.0
30+
- VERSION=1.37.1
3131
- name: git-url
3232
value: '{{source_url}}'
3333
- name: hermetic
@@ -39,7 +39,7 @@ spec:
3939
- name: additional-tags
4040
value:
4141
- $(context.pipelineRun.uid)-{{revision}}
42-
- 1.37.0
42+
- 1.37.1
4343
- latest
4444
- name: prefetch-input
4545
value: '[{"path":".","type":"gomod"}]'

0 commit comments

Comments
 (0)