From 3e554e4f440fd62fae8f3e8e66e4341c33f2e249 Mon Sep 17 00:00:00 2001 From: danmanor Date: Mon, 5 Jan 2026 14:49:44 +0000 Subject: [PATCH] NO-ISSUE: setup assisted-installer version v2.49 --- ...ed-installer-acm-ds-2-16-pull-request.yaml | 67 ----------------- .../assisted-installer-acm-ds-2-16-push.yaml | 72 ------------------- ...ed-installer-acm-ds-main-pull-request.yaml | 67 ----------------- .../assisted-installer-acm-ds-main-push.yaml | 72 ------------------- ...r-controller-acm-ds-2-16-pull-request.yaml | 67 ----------------- ...installer-controller-acm-ds-2-16-push.yaml | 72 ------------------- ...r-controller-acm-ds-main-pull-request.yaml | 67 ----------------- ...installer-controller-acm-ds-main-push.yaml | 72 ------------------- ...ler-controller-ds-v2-49-pull-request.yaml} | 14 ++-- ...d-installer-controller-ds-v2-49-push.yaml} | 16 ++--- ...sted-installer-ds-v2-49-pull-request.yaml} | 14 ++-- ... => assisted-installer-ds-v2-49-push.yaml} | 16 ++--- 12 files changed, 30 insertions(+), 586 deletions(-) delete mode 100644 .tekton/assisted-installer-acm-ds-2-16-pull-request.yaml delete mode 100644 .tekton/assisted-installer-acm-ds-2-16-push.yaml delete mode 100644 .tekton/assisted-installer-acm-ds-main-pull-request.yaml delete mode 100644 .tekton/assisted-installer-acm-ds-main-push.yaml delete mode 100644 .tekton/assisted-installer-controller-acm-ds-2-16-pull-request.yaml delete mode 100644 .tekton/assisted-installer-controller-acm-ds-2-16-push.yaml delete mode 100644 .tekton/assisted-installer-controller-acm-ds-main-pull-request.yaml delete mode 100644 .tekton/assisted-installer-controller-acm-ds-main-push.yaml rename .tekton/{assisted-installer-controller-ds-main-pull-request.yaml => assisted-installer-controller-ds-v2-49-pull-request.yaml} (89%) rename .tekton/{assisted-installer-controller-ds-main-push.yaml => assisted-installer-controller-ds-v2-49-push.yaml} (86%) rename .tekton/{assisted-installer-ds-main-pull-request.yaml => assisted-installer-ds-v2-49-pull-request.yaml} (85%) rename .tekton/{assisted-installer-ds-main-push.yaml => assisted-installer-ds-v2-49-push.yaml} (83%) diff --git a/.tekton/assisted-installer-acm-ds-2-16-pull-request.yaml b/.tekton/assisted-installer-acm-ds-2-16-pull-request.yaml deleted file mode 100644 index 7e5f8c96f9..0000000000 --- a/.tekton/assisted-installer-acm-ds-2-16-pull-request.yaml +++ /dev/null @@ -1,67 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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-ocm-2.16" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-2-16 - appstudio.openshift.io/component: assisted-installer-acm-ds-2-16 - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-acm-ds-2-16-on-pull-request - namespace: assisted-installer-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-acm-ds-2-16/assisted-installer-acm-ds-2-16:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - pipelineRef: - resolver: git - params: - - name: url - value: "https://github.com/openshift-assisted/assisted-installer-konflux-pipelines.git" - - name: revision - value: main - - name: pathInRepo - value: "pipelines/standard-pipeline.yaml" - taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-acm-ds-2-16 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-acm-ds-2-16-push.yaml b/.tekton/assisted-installer-acm-ds-2-16-push.yaml deleted file mode 100644 index c8e0392a60..0000000000 --- a/.tekton/assisted-installer-acm-ds-2-16-push.yaml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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-ocm-2.16" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-2-16 - appstudio.openshift.io/component: assisted-installer-acm-ds-2-16 - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-acm-ds-2-16-on-push - namespace: assisted-installer-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-acm-ds-2-16/assisted-installer-acm-ds-2-16:{{revision}} - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - - name: send-slack-webhook-notification-on-fail - value: "true" - - name: slack-webhook-notification-secret - value: slack-notif-webhook - - name: slack-webhook-notification-secret-key - value: token - - name: slack-webhook-notification-message - value: "[ACM] [2.16] [assisted-installer] [] [] Konflux build failed" - pipelineRef: - resolver: git - params: - - name: url - value: "https://github.com/openshift-assisted/assisted-installer-konflux-pipelines.git" - - name: revision - value: main - - name: pathInRepo - value: "pipelines/standard-pipeline.yaml" - taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-acm-ds-2-16 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-acm-ds-main-pull-request.yaml b/.tekton/assisted-installer-acm-ds-main-pull-request.yaml deleted file mode 100644 index 988496899d..0000000000 --- a/.tekton/assisted-installer-acm-ds-main-pull-request.yaml +++ /dev/null @@ -1,67 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "master" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-main - appstudio.openshift.io/component: assisted-installer-acm-ds-main - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-acm-ds-main-on-pull-request - namespace: assisted-installer-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-acm-ds-main/assisted-installer-acm-ds-main:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - pipelineRef: - resolver: git - params: - - name: url - value: "https://github.com/openshift-assisted/assisted-installer-konflux-pipelines.git" - - name: revision - value: main - - name: pathInRepo - value: "pipelines/standard-pipeline.yaml" - taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-acm-ds-main - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-acm-ds-main-push.yaml b/.tekton/assisted-installer-acm-ds-main-push.yaml deleted file mode 100644 index c175b11a97..0000000000 --- a/.tekton/assisted-installer-acm-ds-main-push.yaml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "master" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-main - appstudio.openshift.io/component: assisted-installer-acm-ds-main - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-acm-ds-main-on-push - namespace: assisted-installer-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-acm-ds-main/assisted-installer-acm-ds-main:{{revision}} - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - - name: send-slack-webhook-notification-on-fail - value: "true" - - name: slack-webhook-notification-secret - value: slack-notif-webhook - - name: slack-webhook-notification-secret-key - value: token - - name: slack-webhook-notification-message - value: "[ACM] [main] [assisted-installer] [] [] Konflux build failed" - pipelineRef: - resolver: git - params: - - name: url - value: "https://github.com/openshift-assisted/assisted-installer-konflux-pipelines.git" - - name: revision - value: main - - name: pathInRepo - value: "pipelines/standard-pipeline.yaml" - taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-acm-ds-main - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-controller-acm-ds-2-16-pull-request.yaml b/.tekton/assisted-installer-controller-acm-ds-2-16-pull-request.yaml deleted file mode 100644 index 590693c3bb..0000000000 --- a/.tekton/assisted-installer-controller-acm-ds-2-16-pull-request.yaml +++ /dev/null @@ -1,67 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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-ocm-2.16" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-2-16 - appstudio.openshift.io/component: assisted-installer-controller-acm-ds-2-16 - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-acm-ds-2-16-on-pull-request - namespace: assisted-installer-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-acm-ds-2-16/assisted-installer-controller-acm-ds-2-16:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-controller-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer-controller/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - pipelineRef: - resolver: git - params: - - name: url - value: "https://github.com/openshift-assisted/assisted-installer-konflux-pipelines.git" - - name: revision - value: main - - name: pathInRepo - value: "pipelines/standard-pipeline.yaml" - taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-controller-acm-ds-2-16 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-controller-acm-ds-2-16-push.yaml b/.tekton/assisted-installer-controller-acm-ds-2-16-push.yaml deleted file mode 100644 index 354372b28b..0000000000 --- a/.tekton/assisted-installer-controller-acm-ds-2-16-push.yaml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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-ocm-2.16" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-2-16 - appstudio.openshift.io/component: assisted-installer-controller-acm-ds-2-16 - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-acm-ds-2-16-on-push - namespace: assisted-installer-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-acm-ds-2-16/assisted-installer-controller-acm-ds-2-16:{{revision}} - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-controller-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer-controller/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - - name: send-slack-webhook-notification-on-fail - value: "true" - - name: slack-webhook-notification-secret - value: slack-notif-webhook - - name: slack-webhook-notification-secret-key - value: token - - name: slack-webhook-notification-message - value: "[ACM] [2.16] [assisted-installer-controller] [] [] Konflux build failed" - pipelineRef: - resolver: git - params: - - name: url - value: "https://github.com/openshift-assisted/assisted-installer-konflux-pipelines.git" - - name: revision - value: main - - name: pathInRepo - value: "pipelines/standard-pipeline.yaml" - taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-controller-acm-ds-2-16 - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-controller-acm-ds-main-pull-request.yaml b/.tekton/assisted-installer-controller-acm-ds-main-pull-request.yaml deleted file mode 100644 index e07ca2a349..0000000000 --- a/.tekton/assisted-installer-controller-acm-ds-main-pull-request.yaml +++ /dev/null @@ -1,67 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "master" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-main - appstudio.openshift.io/component: assisted-installer-controller-acm-ds-main - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-acm-ds-main-on-pull-request - namespace: assisted-installer-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-acm-ds-main/assisted-installer-controller-acm-ds-main:on-pr-{{revision}} - - name: image-expires-after - value: 5d - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-controller-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer-controller/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - pipelineRef: - resolver: git - params: - - name: url - value: "https://github.com/openshift-assisted/assisted-installer-konflux-pipelines.git" - - name: revision - value: main - - name: pathInRepo - value: "pipelines/standard-pipeline.yaml" - taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-controller-acm-ds-main - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-controller-acm-ds-main-push.yaml b/.tekton/assisted-installer-controller-acm-ds-main-push.yaml deleted file mode 100644 index 4eac208f55..0000000000 --- a/.tekton/assisted-installer-controller-acm-ds-main-push.yaml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: tekton.dev/v1 -kind: PipelineRun -metadata: - annotations: - build.appstudio.openshift.io/repo: https://github.com/openshift/assisted-installer?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 == "master" - creationTimestamp: - labels: - appstudio.openshift.io/application: assisted-installer-application-acm-ds-main - appstudio.openshift.io/component: assisted-installer-controller-acm-ds-main - pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-acm-ds-main-on-push - namespace: assisted-installer-tenant -spec: - params: - - name: git-url - value: '{{source_url}}' - - name: revision - value: '{{revision}}' - - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-acm-ds-main/assisted-installer-controller-acm-ds-main:{{revision}} - - name: build-platforms - value: - - linux/x86_64 - - linux/arm64 - - linux/ppc64le - - linux/s390x - - name: dockerfile - value: Dockerfile.assisted-installer-controller-mce - - name: path-context - value: . - - name: build-args - value: - - release={{target_branch}} - - version={{revision}} - - name: hermetic - value: "true" - - name: prefetch-input - value: '[{"type": "gomod", "path": "."}, {"type": "rpm", "path": "./rpm-prefetching/assisted-installer-controller/"}]' - - name: build-source-image - value: "true" - - name: sast-snyk-check-args - value: "--project-name=assisted-installer --report --org=3e6fd93b-b325-49dd-8a33-432a0160ab66" - - name: sast-snyk-check-ignore-file-paths - value: "vendor/sigs.k8s.io/controller-runtime/pkg/log/log.go" - - name: send-slack-webhook-notification-on-fail - value: "true" - - name: slack-webhook-notification-secret - value: slack-notif-webhook - - name: slack-webhook-notification-secret-key - value: token - - name: slack-webhook-notification-message - value: "[ACM] [main] [assisted-installer-controller] [] [] Konflux build failed" - pipelineRef: - resolver: git - params: - - name: url - value: "https://github.com/openshift-assisted/assisted-installer-konflux-pipelines.git" - - name: revision - value: main - - name: pathInRepo - value: "pipelines/standard-pipeline.yaml" - taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-controller-acm-ds-main - workspaces: - - name: git-auth - secret: - secretName: '{{ git_auth_secret }}' -status: {} diff --git a/.tekton/assisted-installer-controller-ds-main-pull-request.yaml b/.tekton/assisted-installer-controller-ds-v2-49-pull-request.yaml similarity index 89% rename from .tekton/assisted-installer-controller-ds-main-pull-request.yaml rename to .tekton/assisted-installer-controller-ds-v2-49-pull-request.yaml index 6cffdd24ce..c10dbff471 100644 --- a/.tekton/assisted-installer-controller-ds-main-pull-request.yaml +++ b/.tekton/assisted-installer-controller-ds-v2-49-pull-request.yaml @@ -7,13 +7,13 @@ metadata: 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 == "master" + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "v2.49" creationTimestamp: labels: - appstudio.openshift.io/application: assisted-installer-application-ds-main - appstudio.openshift.io/component: assisted-installer-controller-ds-main + appstudio.openshift.io/application: assisted-installer-application-ds-v2-49 + appstudio.openshift.io/component: assisted-installer-controller-ds-v2-49 pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-ds-main-on-pull-request + name: assisted-installer-controller-ds-v2-49-on-pull-request namespace: assisted-installer-tenant spec: params: @@ -22,7 +22,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-main/assisted-installer-controller-ds-main:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-v2-49/assisted-installer-controller-ds-v2-49:on-pr-{{revision}} - name: image-expires-after value: 5d - name: build-platforms @@ -59,9 +59,9 @@ spec: - name: pathInRepo value: "pipelines/standard-pipeline.yaml" taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-controller-ds-main + serviceAccountName: build-pipeline-assisted-installer-controller-ds-v2-49 workspaces: - name: git-auth secret: secretName: '{{ git_auth_secret }}' -status: {} +status: {} \ No newline at end of file diff --git a/.tekton/assisted-installer-controller-ds-main-push.yaml b/.tekton/assisted-installer-controller-ds-v2-49-push.yaml similarity index 86% rename from .tekton/assisted-installer-controller-ds-main-push.yaml rename to .tekton/assisted-installer-controller-ds-v2-49-push.yaml index 19eb1c2bc0..32ee40063a 100644 --- a/.tekton/assisted-installer-controller-ds-main-push.yaml +++ b/.tekton/assisted-installer-controller-ds-v2-49-push.yaml @@ -6,13 +6,13 @@ metadata: 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 == "master" + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "v2.49" creationTimestamp: labels: - appstudio.openshift.io/application: assisted-installer-application-ds-main - appstudio.openshift.io/component: assisted-installer-controller-ds-main + appstudio.openshift.io/application: assisted-installer-application-ds-v2-49 + appstudio.openshift.io/component: assisted-installer-controller-ds-v2-49 pipelines.appstudio.openshift.io/type: build - name: assisted-installer-controller-ds-main-on-push + name: assisted-installer-controller-ds-v2-49-on-push namespace: assisted-installer-tenant spec: params: @@ -21,7 +21,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-main/assisted-installer-controller-ds-main:{{revision}} + value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-v2-49/assisted-installer-controller-ds-v2-49:{{revision}} - name: build-platforms value: - linux/x86_64 @@ -55,7 +55,7 @@ spec: - name: slack-webhook-notification-secret-key value: token - name: slack-webhook-notification-message - value: "[D/S] [main] [assisted-installer-controller] [] [] Konflux build failed" + value: "[D/S] [2.49] [assisted-installer-controller] [] [] Konflux build failed" pipelineRef: resolver: git params: @@ -66,9 +66,9 @@ spec: - name: pathInRepo value: "pipelines/standard-pipeline.yaml" taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-controller-ds-main + serviceAccountName: build-pipeline-assisted-installer-controller-ds-v2-49 workspaces: - name: git-auth secret: secretName: '{{ git_auth_secret }}' -status: {} +status: {} \ No newline at end of file diff --git a/.tekton/assisted-installer-ds-main-pull-request.yaml b/.tekton/assisted-installer-ds-v2-49-pull-request.yaml similarity index 85% rename from .tekton/assisted-installer-ds-main-pull-request.yaml rename to .tekton/assisted-installer-ds-v2-49-pull-request.yaml index cc6bc4172d..dfdca02f96 100644 --- a/.tekton/assisted-installer-ds-main-pull-request.yaml +++ b/.tekton/assisted-installer-ds-v2-49-pull-request.yaml @@ -7,13 +7,13 @@ metadata: 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 == "master" + pipelinesascode.tekton.dev/on-cel-expression: event == "pull_request" && target_branch == "v2.49" creationTimestamp: labels: - appstudio.openshift.io/application: assisted-installer-application-ds-main - appstudio.openshift.io/component: assisted-installer-ds-main + appstudio.openshift.io/application: assisted-installer-application-ds-v2-49 + appstudio.openshift.io/component: assisted-installer-ds-v2-49 pipelines.appstudio.openshift.io/type: build - name: assisted-installer-ds-main-on-pull-request + name: assisted-installer-ds-v2-49-on-pull-request namespace: assisted-installer-tenant spec: params: @@ -22,7 +22,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-main/assisted-installer-ds-main:on-pr-{{revision}} + value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-v2-49/assisted-installer-ds-v2-49:on-pr-{{revision}} - name: image-expires-after value: 5d - name: build-platforms @@ -59,9 +59,9 @@ spec: - name: pathInRepo value: "pipelines/standard-pipeline.yaml" taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-ds-main + serviceAccountName: build-pipeline-assisted-installer-ds-v2-49 workspaces: - name: git-auth secret: secretName: '{{ git_auth_secret }}' -status: {} +status: {} \ No newline at end of file diff --git a/.tekton/assisted-installer-ds-main-push.yaml b/.tekton/assisted-installer-ds-v2-49-push.yaml similarity index 83% rename from .tekton/assisted-installer-ds-main-push.yaml rename to .tekton/assisted-installer-ds-v2-49-push.yaml index 6da6905c76..8d105d65bc 100644 --- a/.tekton/assisted-installer-ds-main-push.yaml +++ b/.tekton/assisted-installer-ds-v2-49-push.yaml @@ -6,13 +6,13 @@ metadata: 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 == "master" + pipelinesascode.tekton.dev/on-cel-expression: event == "push" && target_branch == "v2.49" creationTimestamp: labels: - appstudio.openshift.io/application: assisted-installer-application-ds-main - appstudio.openshift.io/component: assisted-installer-ds-main + appstudio.openshift.io/application: assisted-installer-application-ds-v2-49 + appstudio.openshift.io/component: assisted-installer-ds-v2-49 pipelines.appstudio.openshift.io/type: build - name: assisted-installer-ds-main-on-push + name: assisted-installer-ds-v2-49-on-push namespace: assisted-installer-tenant spec: params: @@ -21,7 +21,7 @@ spec: - name: revision value: '{{revision}}' - name: output-image - value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-main/assisted-installer-ds-main:{{revision}} + value: quay.io/redhat-user-workloads/assisted-installer-tenant/assisted-installer-application-ds-v2-49/assisted-installer-ds-v2-49:{{revision}} - name: build-platforms value: - linux/x86_64 @@ -55,7 +55,7 @@ spec: - name: slack-webhook-notification-secret-key value: token - name: slack-webhook-notification-message - value: "[D/S] [main] [assisted-installer] [] [] Konflux build failed" + value: "[D/S] [2.49] [assisted-installer] [] [] Konflux build failed" pipelineRef: resolver: git params: @@ -66,9 +66,9 @@ spec: - name: pathInRepo value: "pipelines/standard-pipeline.yaml" taskRunTemplate: - serviceAccountName: build-pipeline-assisted-installer-ds-main + serviceAccountName: build-pipeline-assisted-installer-ds-v2-49 workspaces: - name: git-auth secret: secretName: '{{ git_auth_secret }}' -status: {} +status: {} \ No newline at end of file