You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrading to latest 5.1.3 helm chart getting errors with image block helpers
Error: UPGRADE FAILED: template: jenkins/templates/jcasc-config.yaml:43:8: executing "jenkins/templates/jcasc-config.yaml" at <include "jenkins.casc.defaults" .>: error calling include: template: jenkins/templates/_helpers.tpl:200:12: executing "jenkins.casc.defaults" at <include "jenkins.casc.podTemplate" $>: error calling include: template: jenkins/templates/_helpers.tpl:369:22: executing "jenkins.casc.podTemplate" at <.Values.agent.image.repository>: can't evaluate field repository in type interface {}
Version of Helm and Kubernetes
- Helm: v3.14.3
- Kubernetes: v1.29.1-gke.1589017
Chart version
5.1.3
What happened?
1. Updated my values with updated deprecations to image blocks
2. When running helm upgrade get the above error
3. If I set .Values.agent.enabled = false, the error disappears
If I copy the values you added to the issue and use them to template, I don't get the same error and the Helm Chart is templated successfully, so I cannot reproduce your issue with just the values in the issue.
Describe the bug
Upgrading to latest 5.1.3 helm chart getting errors with image block helpers
Version of Helm and Kubernetes
Chart version
5.1.3
What happened?
1. Updated my values with updated deprecations to image blocks 2. When running helm upgrade get the above error 3. If I set .Values.agent.enabled = false, the error disappears
What you expected to happen?
No response
How to reproduce it
Anything else we need to know?
here's my values for agent:
The text was updated successfully, but these errors were encountered: