-
Notifications
You must be signed in to change notification settings - Fork 190
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
gitrepository semver with prefix #1295
Comments
Helm chart version spec is strict semver, why not push the charts from the repo to your container registry and use those OCI artifacts with Flux? |
for helm it would be a good point, what if i like to tag components (which are in folders) based on kustomize |
I have the same answer, push the dir to the container registry using |
for helm it would be a good point, what if i like to tag components (which are in folders) based on kustomize |
Hello, I have a monorepo which contains multiples applications and I would like to use scoped tags in my gitrepositories. Example:
I didn't find anyway to do this |
i really like the idea to deploy multiple time the same gitrepo with different tags, e.g. a helmchart repository which stores multiple chart with an prefix.
so an filtering like in imageupdate would be nice:
https://fluxcd.io/flux/guides/image-update/#imagepolicy-examples
so i could use an regex like
/^my-chart-v(?<version>\d+\.\d+\.\d+)/
The text was updated successfully, but these errors were encountered: