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

Only deploy prerelease versions #903

Closed
PeteMac88 opened this issue Feb 28, 2024 · 1 comment
Closed

Only deploy prerelease versions #903

PeteMac88 opened this issue Feb 28, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@PeteMac88
Copy link

PeteMac88 commented Feb 28, 2024

Hey there,
we have a use case for which we automatically want to deploy prerelease versions of a chart but skip the release versions. In our case the semver tag has following format "x.x.x-staging.x". So for example:

1.0.0-staging.1 -> deploy
1.0.0-staging.2 -> deploy
1.0.0 -> skip
1.0.1-staging.1 -> deploy

When we use a version declaration like version: ">1.0.0-0" also the release version is deployed.

Is this possible? I know this is not really the way you work with semver versioning and we have the possibility to release a second chart but if its possible we could skip this additional effort.

thanks

@PeteMac88 PeteMac88 changed the title Only only release prerelease versions Only deploy prerelease versions Feb 28, 2024
@stefanprodan
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants