Skip to content
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

common automatic update #273

Merged

Conversation

mbaldessari
Copy link
Contributor

  • Upgrade vault-helm to v0.25.0
  • Error out from load-iib when INDEX_IMAGES is undefined
  • Fix up tests after common rebase

If you call the load-iib target you *must* set INDEX_IMAGES, so
let's error out properly if you do not.

Tested as:

        $ unset INDEX_IMAGES
        $ make load-iib
        make -f common/Makefile load-iib
        make[1]: Entering directory '/home/michele/Engineering/cloud-patterns/multicloud-gitops'
        No INDEX_IMAGES defined. Bailing out

        $ export INDEX_IMAGES=foo
        make load-iib
        make -f common/Makefile load-iib
        make[1]: Entering directory '/home/michele/Engineering/cloud-patterns/multicloud-gitops'

        PLAY [IIB CI playbook] ***
Error out from load-iib when INDEX_IMAGES is undefined
@mbaldessari mbaldessari merged commit aa96b69 into validatedpatterns:main Aug 1, 2023
4 checks passed
waynedovey pushed a commit to waynedovey/multicloud-gitops that referenced this pull request Sep 8, 2023
Use more recent python versions to unreak CI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant