Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Switch CI to build and test Carvel imgpkg bundles rather than pushing
snapshot builds to a public registry. This allows anyone to to run the
full CI sequence anonymously, until the final publish step which
requires credentials. It also means that the acceptances tests are
running against a common artifact that is built once.
There are three release artifacts now:
service-bindings-{version}.yaml
kubectl apply -f
'able config with images hosted in a public registryservice-bindings-bundle-{version}.tar
an airgap-ready imgpkg bundle containing the release config, runtime
images which can be relocated into a private image registry and
samples
service-bindings-package-{version}.yaml
a Carvel Package that can be consumed by kapp-controller. The imgpkg
bundle references by the package is hosted in a public registry
Signed-off-by: Scott Andrews andrewssc@vmware.com