Skip to content

Commit 1abf833

Browse files
authored
Merge pull request #816 from serverless-qe/sync-konflux-release-1.15
[release-1.15] Update Konflux configurations
2 parents b3bac4c + 73b4b96 commit 1abf833

7 files changed

+21
-6
lines changed

.tekton/docker-build.yaml

Lines changed: 9 additions & 0 deletions
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-event-sender-115-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ spec:
5252
memory: 4Gi
5353
pipelineRef:
5454
name: docker-build
55-
taskRunTemplate: {}
55+
taskRunTemplate:
56+
serviceAccountName: build-pipeline-kn-plugin-event-sender-115
5657
workspaces:
5758
- name: git-auth
5859
secret:

.tekton/kn-plugin-event-sender-115-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ spec:
5151
memory: 4Gi
5252
pipelineRef:
5353
name: docker-build
54-
taskRunTemplate: {}
54+
taskRunTemplate:
55+
serviceAccountName: build-pipeline-kn-plugin-event-sender-115
5556
workspaces:
5657
- name: git-auth
5758
secret:

.tekton/kn-plugin-event-test-eventshub-115-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ spec:
5252
memory: 4Gi
5353
pipelineRef:
5454
name: docker-build
55-
taskRunTemplate: {}
55+
taskRunTemplate:
56+
serviceAccountName: build-pipeline-kn-plugin-event-test-eventshub-115
5657
workspaces:
5758
- name: git-auth
5859
secret:

.tekton/kn-plugin-event-test-eventshub-115-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ spec:
5151
memory: 4Gi
5252
pipelineRef:
5353
name: docker-build
54-
taskRunTemplate: {}
54+
taskRunTemplate:
55+
serviceAccountName: build-pipeline-kn-plugin-event-test-eventshub-115
5556
workspaces:
5657
- name: git-auth
5758
secret:

.tekton/kn-plugin-event-test-wathola-forwarder-115-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ spec:
5252
memory: 4Gi
5353
pipelineRef:
5454
name: docker-build
55-
taskRunTemplate: {}
55+
taskRunTemplate:
56+
serviceAccountName: build-pipeline-kn-plugin-event-test-wathola-forwarder-115
5657
workspaces:
5758
- name: git-auth
5859
secret:

.tekton/kn-plugin-event-test-wathola-forwarder-115-push.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ spec:
5151
memory: 4Gi
5252
pipelineRef:
5353
name: docker-build
54-
taskRunTemplate: {}
54+
taskRunTemplate:
55+
serviceAccountName: build-pipeline-kn-plugin-event-test-wathola-forwarder-115
5556
workspaces:
5657
- name: git-auth
5758
secret:

0 commit comments

Comments
 (0)