Skip to content

Commit 0901327

Browse files
author
serverless-qe
committed
[release-v1.17] Sync Konflux configurations
1 parent 87f20f4 commit 0901327

20 files changed

Lines changed: 35 additions & 25 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-137/components/kn-client-cli-artifacts-117.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-117
88
spec:
99
componentName: kn-client-cli-artifacts-117
10-
application: serverless-operator-137
11-
10+
application: serverless-operator-137
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.konflux/applications/serverless-operator-137/components/kn-client-kn-117.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-117
88
spec:
99
componentName: kn-client-kn-117
10-
application: serverless-operator-137
11-
10+
application: serverless-operator-137
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.konflux/applications/serverless-operator-137/components/kn-client-test-grpc-ping-117.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-117
88
spec:
99
componentName: kn-client-test-grpc-ping-117
10-
application: serverless-operator-137
11-
10+
application: serverless-operator-137
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.konflux/applications/serverless-operator-137/components/kn-client-test-helloworld-117.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-117
88
spec:
99
componentName: kn-client-test-helloworld-117
10-
application: serverless-operator-137
11-
10+
application: serverless-operator-137
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.konflux/applications/serverless-operator-137/components/kn-client-test-servingcontainer-117.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-117
88
spec:
99
componentName: kn-client-test-servingcontainer-117
10-
application: serverless-operator-137
11-
10+
application: serverless-operator-137
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.konflux/applications/serverless-operator-137/components/kn-client-test-sidecarcontainer-117.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-117
88
spec:
99
componentName: kn-client-test-sidecarcontainer-117
10-
application: serverless-operator-137
11-
10+
application: serverless-operator-137
1211
source:
1312
git:
1413
url: https://github.com/openshift-knative/client.git

.tekton/docker-build.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ spec:
8787
- default: "false"
8888
description: Enable cache proxy configuration
8989
name: enable-cache-proxy
90+
- default: "true"
91+
description: Use the package registry proxy when prefetching dependencies
92+
name: enable-package-registry-proxy
93+
- default: .
94+
description: Target directories in component's source code to scan with SAST tools.
95+
Multiple values should be separated with commas.
96+
name: sast-target-dirs
97+
type: string
9098
- default: []
9199
description: Array of --build-arg values ("arg=value" strings) for buildah
92100
name: build-args
@@ -122,6 +130,8 @@ spec:
122130
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
123131
- name: image-url
124132
value: $(tasks.build-image-index.results.IMAGE_URL)
133+
- name: TARGET_DIRS
134+
value: $(params.sast-target-dirs)
125135
- name: SOURCE_ARTIFACT
126136
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
127137
- name: CACHI2_ARTIFACT
@@ -148,6 +158,8 @@ spec:
148158
value: $(params.prefetch-input-dev-package-managers)
149159
- name: input
150160
value: $(params.prefetch-input)
161+
- name: enable-package-registry-proxy
162+
value: $(params.enable-package-registry-proxy)
151163
- name: SOURCE_ARTIFACT
152164
value: $(tasks.clone-repository.results.SOURCE_ARTIFACT)
153165
- name: ociStorage
@@ -434,6 +446,8 @@ spec:
434446
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
435447
- name: image-url
436448
value: $(tasks.build-image-index.results.IMAGE_URL)
449+
- name: TARGET_DIRS
450+
value: $(params.sast-target-dirs)
437451
- name: SOURCE_ARTIFACT
438452
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
439453
- name: CACHI2_ARTIFACT
@@ -460,6 +474,8 @@ spec:
460474
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
461475
- name: image-url
462476
value: $(tasks.build-image-index.results.IMAGE_URL)
477+
- name: TARGET_DIRS
478+
value: $(params.sast-target-dirs)
463479
- name: SOURCE_ARTIFACT
464480
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
465481
- name: CACHI2_ARTIFACT

.tekton/kn-client-cli-artifacts-117-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.16.0
25-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
25+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
2626
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
2727
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
2828
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime

.tekton/kn-client-cli-artifacts-117-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.16.0
24-
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23
24+
- GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25
2525
- GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal
2626
- JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21
2727
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime

0 commit comments

Comments
 (0)