Skip to content

Commit 53341df

Browse files
author
serverless-qe
committed
[release-1.37] Sync Konflux configurations
1 parent 407496c commit 53341df

9 files changed

Lines changed: 33 additions & 241 deletions

.tekton/bundle-build.yaml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ spec:
2626
name: build-source-image
2727
type: string
2828
- default: "false"
29-
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
29+
description: 'Enable in-development package managers. WARNING: the behavior may
30+
change at any time without notice. Use at your own risk.'
3031
name: prefetch-input-dev-package-managers
3132
- default: []
3233
description: Additional image tags
@@ -43,11 +44,13 @@ spec:
4344
name: output-image
4445
type: string
4546
- default: .
46-
description: Path to the source code of an application's component from where to build image.
47+
description: Path to the source code of an application's component from where
48+
to build image.
4749
name: path-context
4850
type: string
4951
- default: Dockerfile
50-
description: Path to the Dockerfile inside the context specified by parameter path-context
52+
description: Path to the Dockerfile inside the context specified by parameter
53+
path-context
5154
name: dockerfile
5255
type: string
5356
- default: "false"
@@ -63,11 +66,13 @@ spec:
6366
name: prefetch-input
6467
type: string
6568
- default: ""
66-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
69+
description: Image tag expiration time, time values could be something like 1h,
70+
2d, 3w for hours, days, and weeks, respectively.
6771
name: image-expires-after
6872
type: string
6973
- default: docker
70-
description: The format for the resulting image's mediaType. Valid values are oci or docker.
74+
description: The format for the resulting image's mediaType. Valid values are
75+
oci or docker.
7176
name: buildah-format
7277
type: string
7378
- default: "false"
@@ -82,12 +87,14 @@ spec:
8287
name: build-args-file
8388
type: string
8489
- default: "false"
85-
description: Whether to enable privileged mode, should be used only with remote VMs
90+
description: Whether to enable privileged mode, should be used only with remote
91+
VMs
8692
name: privileged-nested
8793
type: string
8894
- default:
8995
- linux/x86_64
90-
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
96+
description: List of platforms to build the container images on. The available
97+
set of values is determined by the configuration of the multi-platform-controller.
9198
name: build-platforms
9299
type: array
93100
results:

.tekton/docker-build.yaml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ spec:
1818
- linux/arm64
1919
- linux/ppc64le
2020
- linux/s390x
21-
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
21+
description: List of platforms to build the container images on. The available
22+
set of values is determined by the configuration of the multi-platform-controller.
2223
name: build-platforms
2324
type: array
2425
- default: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party
@@ -30,7 +31,8 @@ spec:
3031
name: build-source-image
3132
type: string
3233
- default: "false"
33-
description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.'
34+
description: 'Enable in-development package managers. WARNING: the behavior may
35+
change at any time without notice. Use at your own risk.'
3436
name: prefetch-input-dev-package-managers
3537
- default: []
3638
description: Additional image tags
@@ -47,11 +49,13 @@ spec:
4749
name: output-image
4850
type: string
4951
- default: .
50-
description: Path to the source code of an application's component from where to build image.
52+
description: Path to the source code of an application's component from where
53+
to build image.
5154
name: path-context
5255
type: string
5356
- default: Dockerfile
54-
description: Path to the Dockerfile inside the context specified by parameter path-context
57+
description: Path to the Dockerfile inside the context specified by parameter
58+
path-context
5559
name: dockerfile
5660
type: string
5761
- default: "false"
@@ -67,15 +71,17 @@ spec:
6771
name: prefetch-input
6872
type: string
6973
- default: ""
70-
description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively.
74+
description: Image tag expiration time, time values could be something like 1h,
75+
2d, 3w for hours, days, and weeks, respectively.
7176
name: image-expires-after
7277
type: string
7378
- default: "true"
7479
description: Add built image into an OCI image index
7580
name: build-image-index
7681
type: string
7782
- default: docker
78-
description: The format for the resulting image's mediaType. Valid values are oci or docker.
83+
description: The format for the resulting image's mediaType. Valid values are
84+
oci or docker.
7985
name: buildah-format
8086
type: string
8187
- default: "false"
@@ -90,7 +96,8 @@ spec:
9096
name: build-args-file
9197
type: string
9298
- default: "false"
93-
description: Whether to enable privileged mode, should be used only with remote VMs
99+
description: Whether to enable privileged mode, should be used only with remote
100+
VMs
94101
name: privileged-nested
95102
type: string
96103
results:

.tekton/fbc-builder.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ spec:
1515
params:
1616
- default:
1717
- linux/x86_64
18-
# - linux/arm64
19-
# - linux/ppc64le
20-
# - linux/s390x
18+
- linux/arm64
19+
- linux/ppc64le
20+
- linux/s390x
2121
description: List of platforms to build the container images on. The available
2222
set of values is determined by the configuration of the multi-platform-controller.
2323
name: build-platforms

.tekton/serverless-index-137-fbc-412-pull-request.yaml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.tekton/serverless-index-137-fbc-412-push.yaml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.tekton/serverless-index-137-fbc-413-pull-request.yaml

Lines changed: 0 additions & 56 deletions
This file was deleted.

.tekton/serverless-index-137-fbc-413-push.yaml

Lines changed: 0 additions & 55 deletions
This file was deleted.

.tekton/serverless-index-137-fbc-422-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
3333
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
3434
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
35-
- OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.21
35+
- OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.22
3636
- name: git-url
3737
value: '{{source_url}}'
3838
- name: hermetic

.tekton/serverless-index-137-fbc-422-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
- JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime
3232
- NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20
3333
- NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20
34-
- OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.21
34+
- OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.22
3535
- name: git-url
3636
value: '{{source_url}}'
3737
- name: hermetic

0 commit comments

Comments
 (0)