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

Chart version should determine image tag for the chart #128

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

adammohammed
Copy link
Contributor

This default had made the chart render out with the tag "latest" which isn't helpful with the pullPolicy of "IfNotPresent". Removing the tag in the values file lets the .Chart.AppVersion set the image tag instead.

This default had made the chart render out with the tag "latest" which
isn't helpful with the pullPolicy of "IfNotPresent". Removing the tag
in the values file lets the `.Chart.AppVersion` set the image tag instead.

Signed-off-by: Adam Mohammed <admohammed@equinix.com>
@adammohammed adammohammed requested a review from a team March 24, 2023 13:58
@adammohammed adammohammed requested a review from a team as a code owner March 24, 2023 13:58
Copy link
Contributor

@fishnix fishnix left a comment

Choose a reason for hiding this comment

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

What's updating the app version? For lb-api we have renovate updating the tag.

@adammohammed
Copy link
Contributor Author

@fishnix

app_version: ${{ github.ref_name }}
it's done in the pipeline through the tag.

@jnschaeffer jnschaeffer merged commit 0b0191b into infratographer:main Mar 24, 2023
@adammohammed adammohammed deleted the chart-image-tag branch March 24, 2023 21:24
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.

None yet

4 participants