Closed busyboy77 closed 7 months ago
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Hi @busyboy77,
Thanks for reaching out with your issue. I tried to reproduce the issue but the chart did not show the exception error:
$ cd bitnami/jenkins
$ helm install jenkins . -f my-values.yaml
$ kubectl get po
NAME READY STATUS RESTARTS AGE
jenkins-7466fd87bf-4z8xv 2/2 Running 1 (8m37s ago) 9m11s
$ kubectl logs -f jenkins-7466fd87bf-4z8xv | grep -i XML
Defaulted container "jenkins" out of: jenkins, reload-configuration-as-code, copy-plugins (init), init-certs (init)
$ kubectl logs -f jenkins-7466fd87bf-4z8xv | grep -i Exception
Defaulted container "jenkins" out of: jenkins, reload-configuration-as-code, copy-plugins (init), init-certs (init)
An updated chart version (12.11.0) is now available. Could you please verify if the issue persists in this newer version?
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.
Name and Version
bitnami/jenkins:12.9.2
What architecture are you using?
None
What steps will reproduce the bug?
Error details given in attached doc. some excerpt below jenkins-errors.txt
Are you using any custom parameters or values?
Using values.yaml
What is the expected behavior?
nothing working like expected.
What do you see instead?
failed jenkins deployment
Additional information
failed deployment