Skip to content

Commit

Permalink
[release-v1.15] Sync Konflux configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
serverless-qe committed Oct 2, 2024
1 parent 673bbfb commit 85246af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tekton/net-kourier-kourier-115-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/kourier/Dockerfile
- name: build-args
value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand Down
4 changes: 2 additions & 2 deletions .tekton/net-kourier-kourier-115-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
- name: dockerfile
value: openshift/ci-operator/knative-images/kourier/Dockerfile
- name: build-args
value: [ VERSION=release-1.35, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
value: [ VERSION=1.35.0, GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22, GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal, ]
- name: git-url
value: '{{source_url}}'
- name: hermetic
Expand All @@ -30,7 +30,7 @@ spec:
- name: revision
value: '{{revision}}'
- name: additional-tags
value: [ release-1.35, latest, ]
value: [ 1.35.0, latest, ]
pipelineRef:
name: docker-build
taskRunTemplate: {}
Expand Down

0 comments on commit 85246af

Please sign in to comment.