Skip to content

Commit

Permalink
fix(RHTAPREL-815): releaseServiceConfig was not passed to collect-data (
Browse files Browse the repository at this point in the history
#378)

This was missed when the new parameter was added to all
the pipelines in this PR:
#368

Signed-off-by: Martin Malina <[email protected]>
  • Loading branch information
mmalina authored Mar 13, 2024
1 parent 20bd808 commit c5b0f15
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pipelines/rhtap-service-push/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 3 additions & 1 deletion pipelines/rhtap-service-push/rhtap-service-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c5b0f15

Please sign in to comment.