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

Automatically bump version in resource labels during release #453

Open
4 tasks done
halamix2 opened this issue Jun 24, 2024 · 2 comments
Open
4 tasks done

Automatically bump version in resource labels during release #453

halamix2 opened this issue Jun 24, 2024 · 2 comments
Assignees

Comments

@halamix2
Copy link
Member

halamix2 commented Jun 24, 2024

Description

Automatically bump version stored in chart during release process
The mechanism could be similar to the one used in serverless - version is set to main on main branch, and replaced by Github Action with correct version on release.

Currently version would need to be updated in these places:

Reasons

After labels update it became necessary to store version in the k8s resources labels.
Currently this version needs to be manually bumped, which can lead to desynchronization and errors

Attachments

@kwiatekus
Copy link
Contributor

I have installed 0.2.0 version of docker registry module on k3d. It ws released last week.
When I lookup for the app.kubernetes.io/version label I get nothing back
k get pods -n kyma-system -oyaml | grep app.kubernetes.io/version

@kwiatekus
Copy link
Contributor

IMO this still doesnt work.
Check the latest 1.4.0 keda release. Download the keda-manager.yaml and check the resource version labels

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

3 participants