Update bootstrap-platform/jenkins/application.yaml

This commit is contained in:
Dhakshan 2026-06-19 13:58:27 +00:00
parent 2767ae861b
commit 60d876563b
1 changed files with 8 additions and 4 deletions

View File

@ -3,13 +3,15 @@ kind: Application
metadata:
name: jenkins
namespace: argocd
spec:
project: default
source:
repoURL: https://charts.jenkins.io
chart: jenkins
targetRevision: 5.8.101
repoURL: https://repo.qruize.com/Dhakshan/gitops.git # <-- your repo (NOT Jenkins chart repo)
targetRevision: main
path: bootstrap-platform/jenkins # <-- folder where values.yaml is stored
helm:
valueFiles:
- values.yaml
@ -22,3 +24,5 @@ spec:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true