wave-k8s / wave

Kubernetes configuration tracking controller
Apache License 2.0
646 stars 82 forks source link

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

Closed tux2cool closed 1 year ago

tux2cool commented 1 year ago

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

tux2cool commented 1 year ago

clusterrolebindings.yaml has the same issue.

MatthiasWerning commented 1 year ago

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

tux2cool commented 1 year ago

130 pull request will fix this issue

sdc395 commented 1 year ago

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

tux2cool commented 1 year ago

Hopefully

jgm-ktg commented 1 year ago

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

github-actions[bot] commented 1 year ago

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.

sdc395 commented 1 year ago

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

toelke commented 4 months ago

I merged #112 to fix this.