How to push modified Helm-Chart or open pull-request? #1146
Unanswered
jochen-schuettler
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Kepler 0.7.3 in the meantime, the helm-chart is still at 0.6.1. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed kepler was still at v0.6.1 using the helm chart at kepler/kepler in repo https://sustainable-computing-io.github.io/kepler-helm-chart. I used helm repo pull kepler/kepler, untar, modified the kepler/Chart.yaml for release-0.7.2 (and updated version number to 0.5.4) and installed that with helm upgrade --namespace kepler --kube-context minikube kepler kepler. Happily this also fixed a bug in accessing eBPF. 😄
Now I'd like to share this success with everybody, but I'm unsure how to push or open a pull-request for it. Likely I need to tar it with the updated version number as filename. And then ?
Beta Was this translation helpful? Give feedback.
All reactions