From c5b0f156614ab5b1d8d715b7b46c3850ead2a694 Mon Sep 17 00:00:00 2001 From: Martin Malina Date: Wed, 13 Mar 2024 12:05:54 +0100 Subject: [PATCH] fix(RHTAPREL-815): releaseServiceConfig was not passed to collect-data (#378) This was missed when the new parameter was added to all the pipelines in this PR: https://github.com/redhat-appstudio/release-service-catalog/pull/368 Signed-off-by: Martin Malina --- pipelines/rhtap-service-push/README.md | 3 +++ pipelines/rhtap-service-push/rhtap-service-push.yaml | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pipelines/rhtap-service-push/README.md b/pipelines/rhtap-service-push/README.md index 78e94ae05..49ae5bfc3 100644 --- a/pipelines/rhtap-service-push/README.md +++ b/pipelines/rhtap-service-push/README.md @@ -20,6 +20,9 @@ | taskGitUrl | The url to the git repo where the release-service-catalog tasks to be used are stored | Yes | https://github.com/redhat-appstudio/release-service-catalog.git | | taskGitRevision | The revision in the taskGitUrl repo to be used | No | - | +## Changes in 3.0.1 +- releaseServiceConfig was not passed to the collect-data task - now it is + ## Changes in 3.0.0 - releaseServiceConfig added as a pipeline parameter that is passed to the collect-data task diff --git a/pipelines/rhtap-service-push/rhtap-service-push.yaml b/pipelines/rhtap-service-push/rhtap-service-push.yaml index 0ea1584fe..85258e718 100644 --- a/pipelines/rhtap-service-push/rhtap-service-push.yaml +++ b/pipelines/rhtap-service-push/rhtap-service-push.yaml @@ -4,7 +4,7 @@ kind: Pipeline metadata: name: rhtap-service-push labels: - app.kubernetes.io/version: "3.0.0" + app.kubernetes.io/version: "3.0.1" annotations: tekton.dev/pipelines.minVersion: "0.12.1" tekton.dev/tags: release @@ -128,6 +128,8 @@ spec: value: $(params.releasePlan) - name: releasePlanAdmission value: $(params.releasePlanAdmission) + - name: releaseServiceConfig + value: $(params.releaseServiceConfig) - name: snapshot value: $(params.snapshot) - name: subdirectory