s3gw
s3gw copied to clipboard
helm installation problem "chart requires kubeVersion: >=1.14 which is incompatible with Kubernetes v1.28.2-3598+6e2789bbd58938-dirty"
Describe the bug A clear and concise description of what the bug is. I try to install s3gw on okd 4.15 The helm install command results in an version error.
helm install s3gw s3gw/s3gw --namespace s3gw-system --create-namespace --set publicDomain=okddev.intern.mydomain.com --set ui.publicDomain=okddev.intern.mydomain.com
Error Message:
Error: INSTALLATION FAILED: chart requires kubeVersion: >=1.14 which is incompatible with Kubernetes v1.28.2-3598+6e2789bbd58938-dirty
To Reproduce Steps to reproduce the behavior:
- Go to 'See command in bug description'
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior Installation should start without any version conflicts.
Screenshots
Desktop (please complete the following information):
- OS: AlmaLinux 9.3
- Helm Version: version.BuildInfo{Version:"v3.14.3", GitCommit:"f03cc04caaa8f6d7c3e67cf918929150cf6f3f12", GitTreeState:"clean", GoVersion:"go1.21.7"}
- Browser:
- Git checkout of s3gw: commit 7b3760c6adb2b8e50d3139e392a801f2001c5a7e (HEAD -> main, origin/main, origin/HEAD)
Smartphone (please complete the following information):
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
Additional context Add any other context about the problem here.
Thanks for the report. I'll try figuring out what the issue with the charts might be in the coming week.
Admittedly I don't understand this stuff very well, but it seems to work for me on k3s v1.29.3. Granted it's not the vanilla kubernetes distribution, but I presume the helm validation would be equivalent.
I find this issue oddly bizarre. Did you eventually figure it out?