Skip to content
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

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

Open
ggrames opened this issue Apr 5, 2024 · 2 comments
Labels
area/charts Related to the Helm chart itself area/kubernetes k8s and related priority/0 Needs to go into the next release or force a patch
Milestone

Comments

@ggrames
Copy link

ggrames commented Apr 5, 2024

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):

  • 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 7b3760c (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.

@github-actions github-actions bot added the triage/waiting Waiting for triage label Apr 5, 2024
@jecluis
Copy link
Contributor

jecluis commented Apr 19, 2024

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

@jecluis jecluis added priority/0 Needs to go into the next release or force a patch area/kubernetes k8s and related area/charts Related to the Helm chart itself and removed triage/waiting Waiting for triage labels Apr 19, 2024
@jecluis jecluis added this to the v0.24.0 milestone Apr 19, 2024
@jecluis
Copy link
Contributor

jecluis commented Apr 28, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/charts Related to the Helm chart itself area/kubernetes k8s and related priority/0 Needs to go into the next release or force a patch
Projects
Status: No status
Development

No branches or pull requests

2 participants