feat: convert jenkins to Helm chart (helm/jenkins/) #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/helm-jenkins"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Converts
apps/jenkins/(flat YAML files) →helm/jenkins/(proper Helm chart).Chart structure
What changed vs flat YAML
jenkins.thedevops.devin ingress.yaml{{ .Values.ingress.host }}longhornstorage class{{ .Values.persistence.storageClass }}20GiPVC size{{ .Values.persistence.size }}lts-jdk17image tag{{ .Values.image.tag }}ingress.enabled: true/falserbac.enabled: true/falseinitContainers.installDocker.enabled: true/falseHow to deploy after merge
Original flat YAML in apps/jenkins/ is kept untouched
Migrate when ready — no forced cutover.