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: allow specifying init container tag in Stack helm chart #25

Conversation

hspitzley-czi
Copy link
Contributor

@hspitzley-czi hspitzley-czi commented Jun 14, 2024

This change allows us to continue specifying the image as a string formatted like <repo>:<tag> and also adds support to allow us to specify repo and tag as separate tags, allowing the argus-docker-builder action to replace the tag with the sha that it just built.

Specifying as a string

Screenshot 2024-06-14 at 8 18 00 AM

Rendered manifest:
Screenshot 2024-06-14 at 8 20 11 AM

Specifying as an object

Screenshot 2024-06-14 at 8 20 54 AM

Rendered manifest:
Screenshot 2024-06-14 at 8 21 40 AM

@hspitzley-czi hspitzley-czi marked this pull request as ready for review June 14, 2024 14:22
@hspitzley-czi hspitzley-czi requested review from jakeyheath and removed request for jakeyheath June 18, 2024 14:29
Copy link
Contributor

@jakeyheath jakeyheath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

out of curiosity, what situation did you hit where you wanted both?

@hspitzley-czi
Copy link
Contributor Author

out of curiosity, what situation did you hit where you wanted both?

support backwards compatibility (it's only used by the example app right now so we could change it to not have to support both)

@hspitzley-czi hspitzley-czi merged commit 265194e into main Jun 20, 2024
1 check passed
@hspitzley-czi hspitzley-czi deleted the CCIE-2951-stack-helm-chart-to-allow-specifying-init-container-tag branch June 20, 2024 18:39
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.

2 participants