From de81b1f71db5f34852dc916607553dc402f42cdd Mon Sep 17 00:00:00 2001 From: serverless-qe Date: Thu, 7 May 2026 09:09:27 +0000 Subject: [PATCH] [release-1.37] Sync Konflux configurations --- .github/workflows/dependabot-deps.yaml | 2 +- .tekton/bundle-build.yaml | 21 +++-- .tekton/docker-build.yaml | 21 +++-- .tekton/fbc-builder.yaml | 76 ++++++++++++------- .../serverless-bundle-137-pull-request.yaml | 2 +- .tekton/serverless-bundle-137-push.yaml | 2 +- ...erless-index-137-fbc-412-pull-request.yaml | 56 -------------- .../serverless-index-137-fbc-412-push.yaml | 55 -------------- ...erless-index-137-fbc-413-pull-request.yaml | 56 -------------- .../serverless-index-137-fbc-413-push.yaml | 55 -------------- ...erless-index-137-fbc-414-pull-request.yaml | 12 ++- .../serverless-index-137-fbc-414-push.yaml | 12 ++- ...erless-index-137-fbc-415-pull-request.yaml | 14 +++- .../serverless-index-137-fbc-415-push.yaml | 14 +++- ...erless-index-137-fbc-416-pull-request.yaml | 14 +++- .../serverless-index-137-fbc-416-push.yaml | 14 +++- ...erless-index-137-fbc-417-pull-request.yaml | 15 +++- .../serverless-index-137-fbc-417-push.yaml | 15 +++- ...erless-index-137-fbc-418-pull-request.yaml | 15 +++- .../serverless-index-137-fbc-418-push.yaml | 15 +++- ...erless-index-137-fbc-419-pull-request.yaml | 15 +++- .../serverless-index-137-fbc-419-push.yaml | 15 +++- ...erless-index-137-fbc-420-pull-request.yaml | 15 +++- .../serverless-index-137-fbc-420-push.yaml | 15 +++- ...erless-index-137-fbc-421-pull-request.yaml | 15 +++- .../serverless-index-137-fbc-421-push.yaml | 15 +++- ...erless-index-137-fbc-422-pull-request.yaml | 15 +++- .../serverless-index-137-fbc-422-push.yaml | 15 +++- .../serverless-ingress-137-pull-request.yaml | 2 +- .tekton/serverless-ingress-137-push.yaml | 2 +- ...rverless-kn-operator-137-pull-request.yaml | 2 +- .tekton/serverless-kn-operator-137-push.yaml | 2 +- ...ess-metadata-webhook-137-pull-request.yaml | 2 +- .../serverless-metadata-webhook-137-push.yaml | 2 +- ...rverless-must-gather-137-pull-request.yaml | 2 +- .tekton/serverless-must-gather-137-push.yaml | 2 +- ...penshift-kn-operator-137-pull-request.yaml | 2 +- ...erless-openshift-kn-operator-137-push.yaml | 2 +- 38 files changed, 315 insertions(+), 311 deletions(-) delete mode 100755 .tekton/serverless-index-137-fbc-412-pull-request.yaml delete mode 100755 .tekton/serverless-index-137-fbc-412-push.yaml delete mode 100755 .tekton/serverless-index-137-fbc-413-pull-request.yaml delete mode 100755 .tekton/serverless-index-137-fbc-413-push.yaml diff --git a/.github/workflows/dependabot-deps.yaml b/.github/workflows/dependabot-deps.yaml index 08b73f2a93..4573a188a0 100644 --- a/.github/workflows/dependabot-deps.yaml +++ b/.github/workflows/dependabot-deps.yaml @@ -14,7 +14,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.head_ref }} path: ./src/github.com/${{ github.repository }} diff --git a/.tekton/bundle-build.yaml b/.tekton/bundle-build.yaml index 1c00b82588..b0ebbe6b23 100755 --- a/.tekton/bundle-build.yaml +++ b/.tekton/bundle-build.yaml @@ -26,7 +26,8 @@ spec: name: build-source-image type: string - default: "false" - description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.' + description: 'Enable in-development package managers. WARNING: the behavior may + change at any time without notice. Use at your own risk.' name: prefetch-input-dev-package-managers - default: [] description: Additional image tags @@ -43,11 +44,13 @@ spec: name: output-image type: string - default: . - description: Path to the source code of an application's component from where to build image. + description: Path to the source code of an application's component from where + to build image. name: path-context type: string - default: Dockerfile - description: Path to the Dockerfile inside the context specified by parameter path-context + description: Path to the Dockerfile inside the context specified by parameter + path-context name: dockerfile type: string - default: "false" @@ -63,11 +66,13 @@ spec: name: prefetch-input type: string - default: "" - description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. + description: Image tag expiration time, time values could be something like 1h, + 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after type: string - default: docker - description: The format for the resulting image's mediaType. Valid values are oci or docker. + description: The format for the resulting image's mediaType. Valid values are + oci or docker. name: buildah-format type: string - default: "false" @@ -82,12 +87,14 @@ spec: name: build-args-file type: string - default: "false" - description: Whether to enable privileged mode, should be used only with remote VMs + description: Whether to enable privileged mode, should be used only with remote + VMs name: privileged-nested type: string - default: - linux/x86_64 - 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. + 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. name: build-platforms type: array results: diff --git a/.tekton/docker-build.yaml b/.tekton/docker-build.yaml index 54e72f4782..225f986fa9 100755 --- a/.tekton/docker-build.yaml +++ b/.tekton/docker-build.yaml @@ -18,7 +18,8 @@ spec: - linux/arm64 - linux/ppc64le - linux/s390x - 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. + 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. name: build-platforms type: array - default: --all-projects --org=3e1a4cca-ebfb-495f-b64c-3cc960d566b4 --exclude=test*,vendor,third_party @@ -30,7 +31,8 @@ spec: name: build-source-image type: string - default: "false" - description: 'Enable in-development package managers. WARNING: the behavior may change at any time without notice. Use at your own risk.' + description: 'Enable in-development package managers. WARNING: the behavior may + change at any time without notice. Use at your own risk.' name: prefetch-input-dev-package-managers - default: [] description: Additional image tags @@ -47,11 +49,13 @@ spec: name: output-image type: string - default: . - description: Path to the source code of an application's component from where to build image. + description: Path to the source code of an application's component from where + to build image. name: path-context type: string - default: Dockerfile - description: Path to the Dockerfile inside the context specified by parameter path-context + description: Path to the Dockerfile inside the context specified by parameter + path-context name: dockerfile type: string - default: "false" @@ -67,7 +71,8 @@ spec: name: prefetch-input type: string - default: "" - description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. + description: Image tag expiration time, time values could be something like 1h, + 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after type: string - default: "true" @@ -75,7 +80,8 @@ spec: name: build-image-index type: string - default: docker - description: The format for the resulting image's mediaType. Valid values are oci or docker. + description: The format for the resulting image's mediaType. Valid values are + oci or docker. name: buildah-format type: string - default: "false" @@ -90,7 +96,8 @@ spec: name: build-args-file type: string - default: "false" - description: Whether to enable privileged mode, should be used only with remote VMs + description: Whether to enable privileged mode, should be used only with remote + VMs name: privileged-nested type: string results: diff --git a/.tekton/fbc-builder.yaml b/.tekton/fbc-builder.yaml index 3498a03caa..c5cc84cdb5 100755 --- a/.tekton/fbc-builder.yaml +++ b/.tekton/fbc-builder.yaml @@ -15,9 +15,9 @@ spec: params: - default: - linux/x86_64 - # - linux/arm64 - # - linux/ppc64le - # - linux/s390x + - linux/arm64 + - linux/ppc64le + - linux/s390x 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. name: build-platforms @@ -26,6 +26,23 @@ spec: description: Build a source image. name: build-source-image type: string + - default: [] + description: Array of opm command arguments + name: opm-args + type: array + - default: "" + description: OPM output path + name: opm-output-path + type: string + - default: "" + description: Optional. Relative path to a file (e.g., catalog-template.yml) in + which pullspecs should be updated before running opm. + name: file-to-update-pullspec + type: string + - default: .tekton/images-mirror-set.yaml + description: Optional, path for ImageDigestMirrorSet file. It defaults to '.tekton/images-mirror-set.yaml'. + name: idms-path + type: string - default: [] description: Additional image tags name: additional-tags @@ -96,6 +113,34 @@ spec: name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) tasks: + - name: run-opm-command + params: + - name: OPM_ARGS + value: + - $(params.opm-args[*]) + - name: OPM_OUTPUT_PATH + value: $(params.opm-output-path) + - name: FILE_TO_UPDATE_PULLSPEC + value: $(params.file-to-update-pullspec) + - name: IDMS_PATH + value: $(params.idms-path) + - name: SOURCE_ARTIFACT + value: $(tasks.clone-repository.results.SOURCE_ARTIFACT) + - name: ociStorage + value: $(params.output-image).opm + - name: ociArtifactExpiresAfter + value: $(params.image-expires-after) + runAfter: + - clone-repository + taskRef: + params: + - name: name + value: run-opm-command-oci-ta + - name: bundle + value: quay.io/konflux-ci/tekton-catalog/task-run-opm-command-oci-ta:0.1@sha256:c79858b867713e44927438f6193c49004bf40bfd9248682f20c5a83ea2a9d2f1 + - name: kind + value: task + resolver: bundles - name: apply-tags params: - name: ADDITIONAL_TAGS @@ -152,31 +197,6 @@ spec: workspaces: - name: basic-auth workspace: git-auth - - name: run-opm-command - params: - - name: SOURCE_ARTIFACT - value: $(tasks.clone-repository.results.SOURCE_ARTIFACT) - - name: ociStorage - value: $(params.output-image).opm - - name: ociArtifactExpiresAfter - value: $(params.image-expires-after) - - name: OPM_ARGS - value: [] - - name: OPM_OUTPUT_PATH - value: "" - - name: IDMS_PATH - value: "" - runAfter: - - clone-repository - taskRef: - params: - - name: name - value: run-opm-command-oci-ta - - name: bundle - value: quay.io/konflux-ci/tekton-catalog/task-run-opm-command-oci-ta:0.1@sha256:c79858b867713e44927438f6193c49004bf40bfd9248682f20c5a83ea2a9d2f1 - - name: kind - value: task - resolver: bundles - name: prefetch-dependencies params: - name: input diff --git a/.tekton/serverless-bundle-137-pull-request.yaml b/.tekton/serverless-bundle-137-pull-request.yaml index 47075eb79f..e4fde73a3f 100755 --- a/.tekton/serverless-bundle-137-pull-request.yaml +++ b/.tekton/serverless-bundle-137-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/serverless-bundle-137-push.yaml b/.tekton/serverless-bundle-137-push.yaml index 7f09b3c934..76599c5a58 100755 --- a/.tekton/serverless-bundle-137-push.yaml +++ b/.tekton/serverless-bundle-137-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/serverless-index-137-fbc-412-pull-request.yaml b/.tekton/serverless-index-137-fbc-412-pull-request.yaml deleted file mode 100755 index 63654b33c9..0000000000 --- a/.tekton/serverless-index-137-fbc-412-pull-request.yaml +++ /dev/null @@ -1,56 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift-knative/serverless-operator?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-1.37" && ( files.all.exists(x, x.matches('^olm-catalog/serverless-operator-index/v4.12/')) || files.all.exists(x, x.matches('^.tekton/')) ) - creationTimestamp: null - labels: - appstudio.openshift.io/application: serverless-operator-137-fbc-412 - appstudio.openshift.io/component: serverless-index-137-fbc-412 - pipelines.appstudio.openshift.io/type: build - name: serverless-index-137-fbc-412-on-pull-request - namespace: ocp-serverless-tenant -spec: - params: - - name: dockerfile - value: Dockerfile - - name: path-context - value: ./olm-catalog/serverless-operator-index/v4.12 - - name: build-args - value: - - VERSION=1.37.1 - - TAG=v1.17.0 - - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 - - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry:v4.12 - - name: git-url - value: '{{source_url}}' - - name: hermetic - value: "true" - - name: image-expires-after - value: 5d - - name: output-image - value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-137-fbc-412/serverless-index-137-fbc-412:on-pr-{{revision}} - - name: build-platforms - value: - - linux/x86_64 - - name: revision - value: '{{revision}}' - pipelineRef: - name: fbc-builder - taskRunTemplate: - serviceAccountName: build-pipeline-serverless-index-137-fbc-412 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' diff --git a/.tekton/serverless-index-137-fbc-412-push.yaml b/.tekton/serverless-index-137-fbc-412-push.yaml deleted file mode 100755 index 529ea1fb03..0000000000 --- a/.tekton/serverless-index-137-fbc-412-push.yaml +++ /dev/null @@ -1,55 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift-knative/serverless-operator?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-1.37" && ( files.all.exists(x, x.matches('^olm-catalog/serverless-operator-index/v4.12/')) || files.all.exists(x, x.matches('^.tekton/')) ) - creationTimestamp: null - labels: - appstudio.openshift.io/application: serverless-operator-137-fbc-412 - appstudio.openshift.io/component: serverless-index-137-fbc-412 - pipelines.appstudio.openshift.io/type: build - name: serverless-index-137-fbc-412-on-push - namespace: ocp-serverless-tenant -spec: - params: - - name: dockerfile - value: Dockerfile - - name: path-context - value: ./olm-catalog/serverless-operator-index/v4.12 - - name: build-args - value: - - VERSION=1.37.1 - - TAG=v1.17.0 - - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 - - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry:v4.12 - - name: git-url - value: '{{source_url}}' - - name: hermetic - value: "true" - - name: output-image - value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-137-fbc-412/serverless-index-137-fbc-412:{{revision}} - - name: revision - value: '{{revision}}' - - name: additional-tags - value: - - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 - - latest - pipelineRef: - name: fbc-builder - taskRunTemplate: - serviceAccountName: build-pipeline-serverless-index-137-fbc-412 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' diff --git a/.tekton/serverless-index-137-fbc-413-pull-request.yaml b/.tekton/serverless-index-137-fbc-413-pull-request.yaml deleted file mode 100755 index aaff0fb3d1..0000000000 --- a/.tekton/serverless-index-137-fbc-413-pull-request.yaml +++ /dev/null @@ -1,56 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift-knative/serverless-operator?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "release-1.37" && ( files.all.exists(x, x.matches('^olm-catalog/serverless-operator-index/v4.13/')) || files.all.exists(x, x.matches('^.tekton/')) ) - creationTimestamp: null - labels: - appstudio.openshift.io/application: serverless-operator-137-fbc-413 - appstudio.openshift.io/component: serverless-index-137-fbc-413 - pipelines.appstudio.openshift.io/type: build - name: serverless-index-137-fbc-413-on-pull-request - namespace: ocp-serverless-tenant -spec: - params: - - name: dockerfile - value: Dockerfile - - name: path-context - value: ./olm-catalog/serverless-operator-index/v4.13 - - name: build-args - value: - - VERSION=1.37.1 - - TAG=v1.17.0 - - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 - - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry:v4.13 - - name: git-url - value: '{{source_url}}' - - name: hermetic - value: "true" - - name: image-expires-after - value: 5d - - name: output-image - value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-137-fbc-413/serverless-index-137-fbc-413:on-pr-{{revision}} - - name: build-platforms - value: - - linux/x86_64 - - name: revision - value: '{{revision}}' - pipelineRef: - name: fbc-builder - taskRunTemplate: - serviceAccountName: build-pipeline-serverless-index-137-fbc-413 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' diff --git a/.tekton/serverless-index-137-fbc-413-push.yaml b/.tekton/serverless-index-137-fbc-413-push.yaml deleted file mode 100755 index 944702c206..0000000000 --- a/.tekton/serverless-index-137-fbc-413-push.yaml +++ /dev/null @@ -1,55 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift-knative/serverless-operator?rev={{revision}} - build.appstudio.redhat.com/commit_sha: '{{revision}}' - build.appstudio.redhat.com/target_branch: '{{target_branch}}' - pipelinesascode.tekton.dev/max-keep-runs: "3" - pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "release-1.37" && ( files.all.exists(x, x.matches('^olm-catalog/serverless-operator-index/v4.13/')) || files.all.exists(x, x.matches('^.tekton/')) ) - creationTimestamp: null - labels: - appstudio.openshift.io/application: serverless-operator-137-fbc-413 - appstudio.openshift.io/component: serverless-index-137-fbc-413 - pipelines.appstudio.openshift.io/type: build - name: serverless-index-137-fbc-413-on-push - namespace: ocp-serverless-tenant -spec: - params: - - name: dockerfile - value: Dockerfile - - name: path-context - value: ./olm-catalog/serverless-operator-index/v4.13 - - name: build-args - value: - - VERSION=1.37.1 - - TAG=v1.17.0 - - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 - - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry:v4.13 - - name: git-url - value: '{{source_url}}' - - name: hermetic - value: "true" - - name: output-image - value: quay.io/redhat-user-workloads/ocp-serverless-tenant/serverless-operator-137-fbc-413/serverless-index-137-fbc-413:{{revision}} - - name: revision - value: '{{revision}}' - - name: additional-tags - value: - - $(context.pipelineRun.uid)-{{revision}} - - 1.37.1 - - latest - pipelineRef: - name: fbc-builder - taskRunTemplate: - serviceAccountName: build-pipeline-serverless-index-137-fbc-413 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' diff --git a/.tekton/serverless-index-137-fbc-414-pull-request.yaml b/.tekton/serverless-index-137-fbc-414-pull-request.yaml index 3090b9bb29..81bfd20b96 100755 --- a/.tekton/serverless-index-137-fbc-414-pull-request.yaml +++ b/.tekton/serverless-index-137-fbc-414-pull-request.yaml @@ -26,7 +26,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime @@ -46,6 +46,16 @@ spec: - linux/x86_64 - name: revision value: '{{revision}}' + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.14/catalog-template.yaml" + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.14/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.14/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-414-push.yaml b/.tekton/serverless-index-137-fbc-414-push.yaml index 7ef24e8e69..75ed76a2b7 100755 --- a/.tekton/serverless-index-137-fbc-414-push.yaml +++ b/.tekton/serverless-index-137-fbc-414-push.yaml @@ -25,7 +25,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime @@ -45,6 +45,16 @@ spec: - $(context.pipelineRun.uid)-{{revision}} - 1.37.1 - latest + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.14/catalog-template.yaml" + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.14/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.14/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-415-pull-request.yaml b/.tekton/serverless-index-137-fbc-415-pull-request.yaml index 47e16c5cef..ff31695374 100755 --- a/.tekton/serverless-index-137-fbc-415-pull-request.yaml +++ b/.tekton/serverless-index-137-fbc-415-pull-request.yaml @@ -26,13 +26,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.15 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.15 - name: git-url value: '{{source_url}}' - name: hermetic @@ -46,6 +46,16 @@ spec: - linux/x86_64 - name: revision value: '{{revision}}' + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.15/catalog-template.yaml" + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.15/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.15/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-415-push.yaml b/.tekton/serverless-index-137-fbc-415-push.yaml index eb071e73a3..9b50bde899 100755 --- a/.tekton/serverless-index-137-fbc-415-push.yaml +++ b/.tekton/serverless-index-137-fbc-415-push.yaml @@ -25,13 +25,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.15 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.15 - name: git-url value: '{{source_url}}' - name: hermetic @@ -45,6 +45,16 @@ spec: - $(context.pipelineRun.uid)-{{revision}} - 1.37.1 - latest + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.15/catalog-template.yaml" + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.15/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.15/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-416-pull-request.yaml b/.tekton/serverless-index-137-fbc-416-pull-request.yaml index 53a98d4b52..8d3998a8a8 100755 --- a/.tekton/serverless-index-137-fbc-416-pull-request.yaml +++ b/.tekton/serverless-index-137-fbc-416-pull-request.yaml @@ -26,13 +26,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.16 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.16 - name: git-url value: '{{source_url}}' - name: hermetic @@ -46,6 +46,16 @@ spec: - linux/x86_64 - name: revision value: '{{revision}}' + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.16/catalog-template.yaml" + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.16/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.16/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-416-push.yaml b/.tekton/serverless-index-137-fbc-416-push.yaml index 0289e86e4a..ca1719bee9 100755 --- a/.tekton/serverless-index-137-fbc-416-push.yaml +++ b/.tekton/serverless-index-137-fbc-416-push.yaml @@ -25,13 +25,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.16 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.16 - name: git-url value: '{{source_url}}' - name: hermetic @@ -45,6 +45,16 @@ spec: - $(context.pipelineRun.uid)-{{revision}} - 1.37.1 - latest + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.16/catalog-template.yaml" + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.16/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.16/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-417-pull-request.yaml b/.tekton/serverless-index-137-fbc-417-pull-request.yaml index 9f45e062ad..8af2338cbf 100755 --- a/.tekton/serverless-index-137-fbc-417-pull-request.yaml +++ b/.tekton/serverless-index-137-fbc-417-pull-request.yaml @@ -26,13 +26,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.17 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.17 - name: git-url value: '{{source_url}}' - name: hermetic @@ -46,6 +46,17 @@ spec: - linux/x86_64 - name: revision value: '{{revision}}' + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.17/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.17/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.17/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-417-push.yaml b/.tekton/serverless-index-137-fbc-417-push.yaml index aeef4539b0..aa58eb0abc 100755 --- a/.tekton/serverless-index-137-fbc-417-push.yaml +++ b/.tekton/serverless-index-137-fbc-417-push.yaml @@ -25,13 +25,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.17 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.17 - name: git-url value: '{{source_url}}' - name: hermetic @@ -45,6 +45,17 @@ spec: - $(context.pipelineRun.uid)-{{revision}} - 1.37.1 - latest + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.17/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.17/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.17/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-418-pull-request.yaml b/.tekton/serverless-index-137-fbc-418-pull-request.yaml index d6d9fe4436..a07dbe8960 100755 --- a/.tekton/serverless-index-137-fbc-418-pull-request.yaml +++ b/.tekton/serverless-index-137-fbc-418-pull-request.yaml @@ -26,13 +26,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.18 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.18 - name: git-url value: '{{source_url}}' - name: hermetic @@ -46,6 +46,17 @@ spec: - linux/x86_64 - name: revision value: '{{revision}}' + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.18/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.18/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.18/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-418-push.yaml b/.tekton/serverless-index-137-fbc-418-push.yaml index 0a47020d27..446724641e 100755 --- a/.tekton/serverless-index-137-fbc-418-push.yaml +++ b/.tekton/serverless-index-137-fbc-418-push.yaml @@ -25,13 +25,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.18 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.18 - name: git-url value: '{{source_url}}' - name: hermetic @@ -45,6 +45,17 @@ spec: - $(context.pipelineRun.uid)-{{revision}} - 1.37.1 - latest + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.18/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.18/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.18/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-419-pull-request.yaml b/.tekton/serverless-index-137-fbc-419-pull-request.yaml index b7e99ebce6..e5de80f4aa 100755 --- a/.tekton/serverless-index-137-fbc-419-pull-request.yaml +++ b/.tekton/serverless-index-137-fbc-419-pull-request.yaml @@ -26,13 +26,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.19 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.19 - name: git-url value: '{{source_url}}' - name: hermetic @@ -46,6 +46,17 @@ spec: - linux/x86_64 - name: revision value: '{{revision}}' + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.19/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.19/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.19/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-419-push.yaml b/.tekton/serverless-index-137-fbc-419-push.yaml index dc4578c340..c2af4f47c7 100755 --- a/.tekton/serverless-index-137-fbc-419-push.yaml +++ b/.tekton/serverless-index-137-fbc-419-push.yaml @@ -25,13 +25,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.19 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.19 - name: git-url value: '{{source_url}}' - name: hermetic @@ -45,6 +45,17 @@ spec: - $(context.pipelineRun.uid)-{{revision}} - 1.37.1 - latest + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.19/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.19/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.19/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-420-pull-request.yaml b/.tekton/serverless-index-137-fbc-420-pull-request.yaml index 10b4bbe4a3..4e3db9005d 100755 --- a/.tekton/serverless-index-137-fbc-420-pull-request.yaml +++ b/.tekton/serverless-index-137-fbc-420-pull-request.yaml @@ -26,13 +26,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.20 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.20 - name: git-url value: '{{source_url}}' - name: hermetic @@ -46,6 +46,17 @@ spec: - linux/x86_64 - name: revision value: '{{revision}}' + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.20/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.20/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.20/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-420-push.yaml b/.tekton/serverless-index-137-fbc-420-push.yaml index e125708c3a..597a4abebf 100755 --- a/.tekton/serverless-index-137-fbc-420-push.yaml +++ b/.tekton/serverless-index-137-fbc-420-push.yaml @@ -25,13 +25,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.20 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.20 - name: git-url value: '{{source_url}}' - name: hermetic @@ -45,6 +45,17 @@ spec: - $(context.pipelineRun.uid)-{{revision}} - 1.37.1 - latest + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.20/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.20/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.20/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-421-pull-request.yaml b/.tekton/serverless-index-137-fbc-421-pull-request.yaml index f841b0f021..207cca8bd9 100755 --- a/.tekton/serverless-index-137-fbc-421-pull-request.yaml +++ b/.tekton/serverless-index-137-fbc-421-pull-request.yaml @@ -26,13 +26,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.21 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.21 - name: git-url value: '{{source_url}}' - name: hermetic @@ -46,6 +46,17 @@ spec: - linux/x86_64 - name: revision value: '{{revision}}' + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.21/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.21/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.21/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-421-push.yaml b/.tekton/serverless-index-137-fbc-421-push.yaml index 658a43a344..fe7d0bdb54 100755 --- a/.tekton/serverless-index-137-fbc-421-push.yaml +++ b/.tekton/serverless-index-137-fbc-421-push.yaml @@ -25,13 +25,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.21 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.21 - name: git-url value: '{{source_url}}' - name: hermetic @@ -45,6 +45,17 @@ spec: - $(context.pipelineRun.uid)-{{revision}} - 1.37.1 - latest + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.21/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.21/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.21/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-422-pull-request.yaml b/.tekton/serverless-index-137-fbc-422-pull-request.yaml index 988fe889cb..68f2321551 100755 --- a/.tekton/serverless-index-137-fbc-422-pull-request.yaml +++ b/.tekton/serverless-index-137-fbc-422-pull-request.yaml @@ -26,13 +26,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.21 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.22 - name: git-url value: '{{source_url}}' - name: hermetic @@ -46,6 +46,17 @@ spec: - linux/x86_64 - name: revision value: '{{revision}}' + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.22/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.22/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.22/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-index-137-fbc-422-push.yaml b/.tekton/serverless-index-137-fbc-422-push.yaml index dabc91eb78..32b4a6e2f1 100755 --- a/.tekton/serverless-index-137-fbc-422-push.yaml +++ b/.tekton/serverless-index-137-fbc-422-push.yaml @@ -25,13 +25,13 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime - NODE_BUILDER=registry.access.redhat.com/ubi9/nodejs-20 - NODE_RUNTIME=registry.access.redhat.com/ubi9/nodejs-20 - - OPM_IMAGE=brew.registry.redhat.io/rh-osbs/openshift-ose-operator-registry-rhel9:v4.21 + - OPM_IMAGE=registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.22 - name: git-url value: '{{source_url}}' - name: hermetic @@ -45,6 +45,17 @@ spec: - $(context.pipelineRun.uid)-{{revision}} - 1.37.1 - latest + - name: opm-args + value: + - alpha + - render-template + - basic + - "olm-catalog/serverless-operator-index/v4.22/catalog-template.yaml" + - --migrate-level=bundle-object-to-csv-metadata + - name: opm-output-path + value: olm-catalog/serverless-operator-index/v4.22/catalog/serverless-operator/catalog.yaml + - name: file-to-update-pullspec + value: olm-catalog/serverless-operator-index/v4.22/catalog/serverless-operator/catalog.yaml pipelineRef: name: fbc-builder taskRunTemplate: diff --git a/.tekton/serverless-ingress-137-pull-request.yaml b/.tekton/serverless-ingress-137-pull-request.yaml index 1bb6c649dc..6bc284b3a3 100755 --- a/.tekton/serverless-ingress-137-pull-request.yaml +++ b/.tekton/serverless-ingress-137-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/serverless-ingress-137-push.yaml b/.tekton/serverless-ingress-137-push.yaml index 70d0048c9d..2bc7deb38c 100755 --- a/.tekton/serverless-ingress-137-push.yaml +++ b/.tekton/serverless-ingress-137-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/serverless-kn-operator-137-pull-request.yaml b/.tekton/serverless-kn-operator-137-pull-request.yaml index 84f92791d9..5d1455b0ff 100755 --- a/.tekton/serverless-kn-operator-137-pull-request.yaml +++ b/.tekton/serverless-kn-operator-137-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/serverless-kn-operator-137-push.yaml b/.tekton/serverless-kn-operator-137-push.yaml index b055c274ca..99578d8383 100755 --- a/.tekton/serverless-kn-operator-137-push.yaml +++ b/.tekton/serverless-kn-operator-137-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/serverless-metadata-webhook-137-pull-request.yaml b/.tekton/serverless-metadata-webhook-137-pull-request.yaml index 914076fc91..3430a4ad36 100755 --- a/.tekton/serverless-metadata-webhook-137-pull-request.yaml +++ b/.tekton/serverless-metadata-webhook-137-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/serverless-metadata-webhook-137-push.yaml b/.tekton/serverless-metadata-webhook-137-push.yaml index 74911a31b7..d89b2d5b10 100755 --- a/.tekton/serverless-metadata-webhook-137-push.yaml +++ b/.tekton/serverless-metadata-webhook-137-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/serverless-must-gather-137-pull-request.yaml b/.tekton/serverless-must-gather-137-pull-request.yaml index fd8f6cb355..d09ef5a9f6 100755 --- a/.tekton/serverless-must-gather-137-pull-request.yaml +++ b/.tekton/serverless-must-gather-137-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/serverless-must-gather-137-push.yaml b/.tekton/serverless-must-gather-137-push.yaml index 2e8d9322e9..40f3fd02e1 100755 --- a/.tekton/serverless-must-gather-137-push.yaml +++ b/.tekton/serverless-must-gather-137-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/serverless-openshift-kn-operator-137-pull-request.yaml b/.tekton/serverless-openshift-kn-operator-137-pull-request.yaml index 47f1edb76e..b086627318 100755 --- a/.tekton/serverless-openshift-kn-operator-137-pull-request.yaml +++ b/.tekton/serverless-openshift-kn-operator-137-pull-request.yaml @@ -24,7 +24,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime diff --git a/.tekton/serverless-openshift-kn-operator-137-push.yaml b/.tekton/serverless-openshift-kn-operator-137-push.yaml index 7aae242ea1..aafb3e3db4 100755 --- a/.tekton/serverless-openshift-kn-operator-137-push.yaml +++ b/.tekton/serverless-openshift-kn-operator-137-push.yaml @@ -23,7 +23,7 @@ spec: - VERSION=1.37.1 - TAG=v1.17.0 - CLI_ARTIFACTS=registry.redhat.io/openshift4/ose-cli-artifacts-rhel9:v4.16 - - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.23 + - GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25 - GO_RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal - JAVA_BUILDER=registry.access.redhat.com/ubi9/openjdk-21 - JAVA_RUNTIME=registry.access.redhat.com/ubi9/openjdk-21-runtime