wave icon indicating copy to clipboard operation
wave copied to clipboard

v1beta1 resource not available change to v1 to make crds work on helm install

Open tux2cool opened this issue 3 years ago • 3 comments

https://github.com/wave-k8s/wave/blob/c3bdcfe923debc572bec313c84e457d2e592af16/charts/wave/templates/clusterrole.yaml#L2

tux2cool avatar Sep 13 '22 18:09 tux2cool

clusterrolebindings.yaml has the same issue.

tux2cool avatar Sep 13 '22 18:09 tux2cool

Having the same issue as well. Creating an own helm chart should work, but seeing this in the official version would be great.

MatthiasWerning avatar Sep 27 '22 11:09 MatthiasWerning

#130 pull request will fix this issue

tux2cool avatar Sep 28 '22 01:09 tux2cool

The PR looks good. Any chance of it being merged soon?

sdc395 avatar Nov 09 '22 17:11 sdc395

Hopefully

tux2cool avatar Nov 10 '22 16:11 tux2cool

Having the same issue as well. Creating an own helm chart should work, but seeing this in the official version would be great.

How does a beginner to helm create a tweaked chart from this? Prefer not to have to upload the result somewhere but just use it locally.

EDIT: helm repo add wave-k8s https://wave-k8s.github.io/wave/ helm pull wave-k8s/wave tar xvfz wave-2.0.0.tgz sed -i 's/v1beta1/v1/' wave/templates/*.yaml helm install wave ./wave

jgm-ktg avatar Nov 23 '22 15:11 jgm-ktg

This issue has been inactive for 60 days. If the issue is still relevant please comment to re-activate the issue. If no action is taken within 7 days, the issue will be marked closed.

github-actions[bot] avatar Jan 23 '23 01:01 github-actions[bot]

Hmm, looks like I'll be replacing Wave with Stakater's Reloader.

sdc395 avatar Jan 23 '23 09:01 sdc395

I merged #112 to fix this.

toelke avatar Feb 12 '24 07:02 toelke