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

Update helm chart repository #3679

Closed
aminmr opened this issue Jan 30, 2024 · 2 comments · Fixed by #3728, #3734 or #3691
Closed

Update helm chart repository #3679

aminmr opened this issue Jan 30, 2024 · 2 comments · Fixed by #3728, #3734 or #3691
Assignees

Comments

@aminmr
Copy link
Contributor

aminmr commented Jan 30, 2024

Bug Report

Expected Behavior

I expected the Kube-OVN helm chart repository(https://kubeovn.github.io/kube-ovn/) to have all 1.12.x versions.

Actual Behavior

It only has the 1.12.0 version of the helm chart

Steps to Reproduce the Problem

  1. helm repo add kubeovn https://kubeovn.github.io/kube-ovn/
  2. helm search repo kubeovn/kube-ovn --versions
@hongzhen-ma
Copy link
Collaborator

After #3691 is merged,it seems that chart-releaser-action does not work correctly.
Continue to resolve this problem.

@hongzhen-ma
Copy link
Collaborator

https://github.com/fabianlee/helmpubtest1/tree/main/.github/workflows

参考这个示例,以及在 helm/chart-releaser-action#36 中的讨论
如果需要在github workflow中正确执行 chart-releaser-action,应该是需要修改charts 目录,在 charts 和 Chart.yaml 文件中间,再添加一层目录,例如修改为 charts/kube-ovn/Chart.yaml 这种格式。
这样应该能正常执行chart 发布流水线,避免以下的问题
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants