Skip to content

Commit 8b650e6

Browse files
author
serverless-qe
committed
[release-v1.15] Sync Konflux configurations
1 parent 001ef47 commit 8b650e6

20 files changed

Lines changed: 19 additions & 29 deletions

.github/workflows/dependabot-deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.actor == 'dependabot[bot]' }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.head_ref }}
2020
path: ./src/github.com/${{ github.repository }}

.konflux/applications/serverless-operator-135/components/kn-client-cli-artifacts-115.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ metadata:
77
name: kn-client-cli-artifacts-115
88
spec:
99
componentName: kn-client-cli-artifacts-115
10-
application: serverless-operator-135
11-
10+
application: serverless-operator-135
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.konflux/applications/serverless-operator-135/components/kn-client-kn-115.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ metadata:
77
name: kn-client-kn-115
88
spec:
99
componentName: kn-client-kn-115
10-
application: serverless-operator-135
11-
10+
application: serverless-operator-135
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.konflux/applications/serverless-operator-135/components/kn-client-test-grpc-ping-115.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ metadata:
77
name: kn-client-test-grpc-ping-115
88
spec:
99
componentName: kn-client-test-grpc-ping-115
10-
application: serverless-operator-135
11-
10+
application: serverless-operator-135
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.konflux/applications/serverless-operator-135/components/kn-client-test-helloworld-115.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ metadata:
77
name: kn-client-test-helloworld-115
88
spec:
99
componentName: kn-client-test-helloworld-115
10-
application: serverless-operator-135
11-
10+
application: serverless-operator-135
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.konflux/applications/serverless-operator-135/components/kn-client-test-servingcontainer-115.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ metadata:
77
name: kn-client-test-servingcontainer-115
88
spec:
99
componentName: kn-client-test-servingcontainer-115
10-
application: serverless-operator-135
11-
10+
application: serverless-operator-135
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.konflux/applications/serverless-operator-135/components/kn-client-test-sidecarcontainer-115.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ metadata:
77
name: kn-client-test-sidecarcontainer-115
88
spec:
99
componentName: kn-client-test-sidecarcontainer-115
10-
application: serverless-operator-135
11-
10+
application: serverless-operator-135
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.tekton/docker-build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,6 @@ spec:
283283
params:
284284
- name: IMAGE
285285
value: $(params.output-image)
286-
- name: COMMIT_SHA
287-
value: $(tasks.clone-repository.results.commit)
288-
- name: IMAGE_EXPIRES_AFTER
289-
value: $(params.image-expires-after)
290286
- name: ALWAYS_BUILD_INDEX
291287
value: $(params.build-image-index)
292288
- name: IMAGES

.tekton/kn-client-cli-artifacts-115-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: build-args
2323
value:
2424
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0
25-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
25+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25
2626
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2727
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime

.tekton/kn-client-cli-artifacts-115-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
- name: build-args
2222
value:
2323
- CLI_ARTIFACTS=brew.registry.redhat.io/rh-osbs/openshift-serverless-1-kn-cli-artifacts-rhel8:1.15.0
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.22
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_golang_1.25
2525
- GO_RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi8/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi8/openjdk-21-runtime

0 commit comments

Comments
 (0)