jenkinsci / helm-charts

Jenkins helm charts
https://artifacthub.io/packages/helm/jenkinsci/jenkins
Apache License 2.0
550 stars 873 forks source link

Tiltfile contains deprecated usage of controller.adminPassword #1126

Closed ml-software-services closed 2 weeks ago

ml-software-services commented 3 weeks ago

Describe the bug

If you attempt a tilt up inside of charts/jenkins, you receive this error:

Error: execution error at (jenkins/templates/deprecation.yaml:133:6): controller.adminPassword no longer exists. It has been renamed to controller.admin.password

The fix here would be update the Tiltfile to use controller.admin.password instead.

Version of Helm and Kubernetes

- Helm: 
- Kubernetes:

Chart version

jenkins-5.1.30

What happened?

1.
2.
3.
...

What you expected to happen?

No response

How to reproduce it

No response

Anything else we need to know?

No response

timja commented 3 weeks ago

did you want to send a pull request to fix it?