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

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    4cbef5e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Error out from load-iib when INDEX_IMAGES is undefined

    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] ***
    mbaldessari committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    49728fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request validatedpatterns#337 from mbaldessari/iib-ux

    Error out from load-iib when INDEX_IMAGES is undefined
    mbaldessari authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    bc74b85 View commit details
    Browse the repository at this point in the history
  3. Merge pull request validatedpatterns#336 from mbaldessari/vault-helm-…

    …0.25.0
    
    Upgrade vault-helm to v0.25.0
    mbaldessari authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    35e64a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0669b24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c488ed7 View commit details
    Browse the repository at this point in the history