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

[Bug] Cannot use 0.1.0 as chart version to helm install as an addon #16

Open
oeular opened this issue Jun 5, 2022 · 5 comments
Open

Comments

@oeular
Copy link
Member

oeular commented Jun 5, 2022

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

@oeular
Copy link
Member Author

oeular commented Jun 5, 2022

I work around, just like here:
kubevela/catalog#362 (comment)

@Somefive
Copy link
Contributor

Somefive commented Jun 8, 2022

A bit confused for this issue. Could explain more about how to reproduce the bug?

@oeular
Copy link
Member Author

oeular commented Jun 8, 2022

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
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

@Somefive
Copy link
Contributor

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 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 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.

@Somefive
Copy link
Contributor

FYI, I'm going to release 1.5.0 a bit later.

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

2 participants