We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
There is an error when trying to install httpd-template on OKD 4.13 with Kubernetes Version: v1.26.4-3014+636f2be6157d45-dirty
httpd-template
Error: INSTALLATION FAILED: chart requires kubeVersion: >=1.20.0 which is incompatible with Kubernetes v1.26.4-3014+636f2be6157d45-dirty
To fix this, you have to add -0 to kubeVersion in Chart.yaml file:
-0
kubeVersion
Chart.yaml
kubeVersion: '>=1.20.0-0'
helm/helm#9371
The text was updated successfully, but these errors were encountered:
Pinging the owner: @phracek can you take a look? https://github.com/openshift-helm-charts/charts/tree/main/charts/redhat/redhat/httpd-template
Sorry, something went wrong.
No branches or pull requests
Hello,
There is an error when trying to install
httpd-template
on OKD 4.13 with Kubernetes Version: v1.26.4-3014+636f2be6157d45-dirtyTo fix this, you have to add
-0
tokubeVersion
inChart.yaml
file:helm/helm#9371
The text was updated successfully, but these errors were encountered: