-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 install Helm Chart >= 0.33.0 - "Secret 'helm-operation-xxxx' is invalid" #2503
Comments
@LQuartier, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
It looks like |
Thanks, that may be the piece i'm missing! |
I think Helm v3 is independent with K8s, since Helm v3 is the binary, so you just copy it to |
It turns out, the Helm Version that is shown in the Rancher Frontend is wrong and seems to be a known Bug -> The Actual Version, as shown by Web CLI command "helm version" is "v3.15.1-rancher2" |
Okay so, after Further investigation: Installing it via CLI works without issue. The Issue only persists, if i install the Charts via The "Apps" Section in the Rancher Webinterface. It appears that the System Pulls the tgz Files, tries to install those directly, and then runs into an issue like this: |
Ok, I searched and saw that limitation in the chart package. Probably in recent versions, we added more sub-charts into the umbrella chart |
What happened?
Hello,
i'm currently running the Helm Chart Version 0.32.0, albeit with image Tags for 4.24.0
We're using:
Rancher Version 2.9.3
Helm v2.16.8-rancher2
Kubernetes v1.30.5+rke2r1
I've tried upgrading the Helm Chart to newer Version multiple times in the past, but i'm always running into this Error:
Secret "helm-operation-xxxx" is invalid: data: Too long: must have at most 1048576 bytes
Versions 0.32.0 and lower work fine.
I am not sure what i can try on my end to make the upgrade Possible.
If you have any Pointers, i would be grateful.
Command used to start Selenium Grid with Docker (or Kubernetes)
Relevant log output
Secret "helm-operation-xxxx" is invalid: data: Too long: must have at most 1048576 bytes
Operating System
Kubernetes v1.30.5+rke2r1
Docker Selenium version (image tag)
4.24.0
Selenium Grid chart version (chart version)
0.33.0
The text was updated successfully, but these errors were encountered: