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

feat: create a single images overlay #582

Closed
wants to merge 1 commit into from

Commits on Nov 21, 2024

  1. feat: create a single images overlay

    With this change all of the images that we use across our charts will now be defined
    in a single place. This will better allow an automated pipeline to control our image
    usage and ensure that we're maintaining a unified set of images for a given release,
    branch, or deployment.
    
    * All images are using the builtin kustomize image replacement solution.
    * The default base image set is now defined as 2024.1
    * The helm values are defining the `image-<name>` string within them, permitting
      the override to take place
    * The kustomization files have been updated to all use the updated resources
      defined in the image overlay
    
    Signed-off-by: Kevin Carter <[email protected]>
    cloudnull committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    957a112 View commit details
    Browse the repository at this point in the history