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

Increase Helm chart version per each deployment #35

Open
utr1903 opened this issue Feb 2, 2024 · 0 comments
Open

Increase Helm chart version per each deployment #35

utr1903 opened this issue Feb 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working github

Comments

@utr1903
Copy link
Owner

utr1903 commented Feb 2, 2024

Description

Currently, each Docker image is created with a new tag. However a new Helm deployment does not deploy the newer Docker image since the chart version always remains the same.

Expected Behavior

Each new Helm chart deployment should deploy the newest version of the application without the need to delete the instances.

Additional context

Solution proposal 1: Use proper Helm release workflow and host the Helm charts within the repo -> hard way.
Solution proposal 2: Add an additional kubectl step in advance to Helm deployment which deletes all the necessary pods -> easy way.

@utr1903 utr1903 added bug Something isn't working github labels Feb 2, 2024
@utr1903 utr1903 self-assigned this Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working github
Projects
None yet
Development

No branches or pull requests

1 participant