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

[helm-chart] Adjust tag and pull policies for development branch #597

Open
yongfengdu opened this issue Nov 21, 2024 · 1 comment
Open
Assignees

Comments

@yongfengdu
Copy link
Collaborator

From Sakari:
Regarding the Helm charts versions and image tags. We should do the following (in 1.1 for example):

Release (from release branch):
Helm chart version: 1.1
Image tag references in the charts: 1.1

Development (from main branch):
Helm chart version: 0-latest
Image tag references in the charts: latest

This way the user/developer can easily choose if they want to use release or development version. If they choose development (with 0-latest tag), they will always stay with the latest images (assuming we have the imagePullPolicy: always).

NOTE: 0-latest is valid SemVer tag

@yongfengdu
Copy link
Collaborator Author

Released version is fine with version 1.1.0 and use docker image with tag 1.1.
We'll change the helm chart version in main to "0-latest", and unset the imagePullPolicy to use the k8s' default behavior.

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

No branches or pull requests

1 participant