-
Notifications
You must be signed in to change notification settings - Fork 10
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
[Bug] Cannot use 0.1.0 as chart version to helm install as an addon #16
Comments
I work around, just like here: |
A bit confused for this issue. Could explain more about how to reproduce the bug? |
when I specify the value of the helm chart version to be 0.1.0 in vela-prism.cue, there will fail to deploy with vela addon enable, and the error info is like this: kubectl get helmcharts.source.toolkit.fluxcd.io -A | grep prism |
The chart version of 0.1.0 in this repo will be replaced during publishing. The version of chart is aligned with the tag version. For example, currently you can use 1.4.0. |
FYI, I'm going to release 1.5.0 a bit later. |
kubectl get helmcharts.source.toolkit.fluxcd.io -A | grep prism
vela-system vela-system-vela-prism vela-prism 0.1.0 HelmRepository vela-prism False invalid chart reference: failed to get chart version for remote reference: no 'vela-prism' chart with version matching '0.1.0' found 3m15s
The text was updated successfully, but these errors were encountered: