Skip to content

Commit 2778104

Browse files
author
serverless-qe
committed
[release-v1.15] Sync Konflux configurations
1 parent dd77b59 commit 2778104

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.konflux/applications/serverless-operator-135/components/kn-plugin-func-func-util-115.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@ spec:
99
componentName: kn-plugin-func-func-util-115
1010
application: serverless-operator-135
1111

12-
build-nudges-ref:
13-
14-
- "serverless-bundle-135"
15-
16-
1712
source:
1813
git:
1914
url: https://github.com/openshift-knative/kn-plugin-func.git

.tekton/docker-build.yaml

+9
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ spec:
105105
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
106106
name: build-args-file
107107
type: string
108+
- default: "false"
109+
description: Whether to enable privileged mode, should be used only with remote
110+
VMs
111+
name: privileged-nested
112+
type: string
108113
results:
109114
- description: ""
110115
name: IMAGE_URL
@@ -264,6 +269,8 @@ spec:
264269
- $(params.build-args[*])
265270
- name: BUILD_ARGS_FILE
266271
value: $(params.build-args-file)
272+
- name: PRIVILEGED_NESTED
273+
value: $(params.privileged-nested)
267274
- name: SOURCE_ARTIFACT
268275
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
269276
- name: CACHI2_ARTIFACT
@@ -457,6 +464,8 @@ spec:
457464
- "false"
458465
- name: sast-unicode-check
459466
params:
467+
- name: image-digest
468+
value: $(tasks.build-image-index.results.IMAGE_DIGEST)
460469
- name: image-url
461470
value: $(tasks.build-image-index.results.IMAGE_URL)
462471
- name: SOURCE_ARTIFACT

.tekton/kn-plugin-func-func-util-115-pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ spec:
5454
memory: 4Gi
5555
pipelineRef:
5656
name: docker-build
57-
taskRunTemplate: {}
57+
taskRunTemplate:
58+
serviceAccountName: build-pipeline-kn-plugin-func-func-util-115
5859
workspaces:
5960
- name: git-auth
6061
secret:

.tekton/kn-plugin-func-func-util-115-push.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ spec:
5353
memory: 4Gi
5454
pipelineRef:
5555
name: docker-build
56-
taskRunTemplate: {}
56+
taskRunTemplate:
57+
serviceAccountName: build-pipeline-kn-plugin-func-func-util-115
5758
workspaces:
5859
- name: git-auth
5960
secret:

0 commit comments

Comments
 (0)