s3gw-tech / s3gw

Container able to run on a Kubernetes cluster, providing S3-compatible endpoints to applications.
https://s3gw.tech
Apache License 2.0
143 stars 20 forks source link

helm installation problem "chart requires kubeVersion: >=1.14 which is incompatible with Kubernetes v1.28.2-3598+6e2789bbd58938-dirty" #865

Open ggrames opened 7 months ago

ggrames commented 7 months ago

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:

  1. Go to 'See command in bug description'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior Installation should start without any version conflicts.

Screenshots

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

jecluis commented 6 months ago

Thanks for the report. I'll try figuring out what the issue with the charts might be in the coming week.

jecluis commented 6 months ago

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?