HelmRepository Chart Version set from configMap #4441
Unanswered
StickNitro
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
You can do Docs here: https://fluxcd.io/flux/components/kustomize/kustomizations/#post-build-variable-substitution |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to set the
HelmRelease.spec.chart.spec.chart.versionfrom a ConfigMap?I am working on a project and we would like to be able to set this value from a ConfigMap. I am aware that we can use semantic version ranges but in our use case we want to pin the version of the chart through a ConfigMap that would be updated by the service pipeline dependent on the maturity level of the service.
For example:
Beta Was this translation helpful? Give feedback.
All reactions