-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(HACBS-1798): replace pipelineRef and taskRef with bundle resolver #98
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of commenting the same thing on 14 bundles, shouldn't the taskRef
sections in the pipeline definitions be changed?
catalog/pipeline/deploy-release/0.2/samples/sample_release_PipelineRun.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes here lgtm, but someone else should take a look too. @happybhati did you check that we have the proper flags enabled to use this https://tekton.dev/docs/pipelines/resolution-getting-started/#step-2-ensure-pipelines-is-configured-to-enable-resolvers in infra-deployments?
5ef8ae3
to
a5d63c6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small corrections required.
f8076f4
to
528d2b6
Compare
I'm not seeing the |
This commit contain implementation of tekton bundle resolver pipelineRef.bundle and taskRef.bundle are being deprecated new format is added to all catalog. For release-service change for the same refer HACBS-1780 Signed-off-by: Happy Bhati <[email protected]>
|
fix(HACBS-1126): test suite for controllers/release is flaky
This commit contain implementation of tekton bundle resolver pipelineRef.bundle and taskRef.bundle are being deprecated new format is added to all catalog. For release-service change for the same refer HACBS-1780 Signed-off-by: Happy Bhati <[email protected]>
This commit contains the implementation of the Tekton bundle resolver,
pipelineRef.bundle
andtaskRef.bundle
are being deprecated and will be replaced by bundle resolver to comply with the change new format for bundle resolver is added to all catalogs.For a release-service change for the same refer to HACBS-1780