-
Notifications
You must be signed in to change notification settings - Fork 892
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
Unable to deploy chart #423
Comments
Your Kubernetes version is not supported: The oldest Kubernetes version this chart is tested against is 1.16 see helm-charts/.github/workflows/lint-test.yaml Lines 13 to 17 in 26affd0
I think The probes are defined in helm-charts/charts/jenkins/values.yaml Lines 132 to 159 in 26affd0
So you could try to override it in your |
That explains it @torstenwalter. Thanks very much for the response! |
You're welcome. |
Describe the bug
Unable to to deploy the chart with the following command:
I would expect the chart to just work out of the box but I am getting this error:
I have an existing deployment from stable/jenkins which has been deprecated and I need to upgrade my deployment. Tried to switch to this chart but it doesn't even work with the default values file.
Version of Helm and Kubernetes:
Helm Version:
Kubernetes Version:
Which version of the chart:
latest version.
The stable/jenkins version currently installed is jenkins-1.9.16
What happened:
When deploying the chart with no customizations, I get the following error:
When I try to upgrade the existing chart with custom values for security realm etc, I get the following error:
What you expected to happen:
The chart to upgrade/install successfully.
How to reproduce it (as minimally and precisely as possible):
I'll really appreciate if some guidance can be provided for this please.
The text was updated successfully, but these errors were encountered: