File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -438,15 +438,15 @@ app-proxy:
438
438
tag : 1.1.12-main
439
439
image :
440
440
repository : quay.io/codefresh/cap-app-proxy
441
- tag : 1.3281 .0
441
+ tag : 1.3307 .0
442
442
pullPolicy : IfNotPresent
443
443
# -- Extra volume mounts for main container
444
444
extraVolumeMounts : []
445
445
446
446
initContainer :
447
447
image :
448
448
repository : quay.io/codefresh/cap-app-proxy-init
449
- tag : 1.3281 .0
449
+ tag : 1.3307 .0
450
450
pullPolicy : IfNotPresent
451
451
command :
452
452
- ./init.sh
@@ -674,3 +674,16 @@ garage-workflows-artifact-storage:
674
674
# -- Codefresh extra services for ArgoCD
675
675
cf-argocd-extras :
676
676
enabled : false
677
+ sourcesServer :
678
+ container :
679
+ env :
680
+ SOURCES_SERVER_ARGO_CD_TOKEN :
681
+ valueFrom :
682
+ secretKeyRef :
683
+ key : token
684
+ name : argocd-token
685
+ SOURCES_SERVER_ARGO_CD_SERVER :
686
+ valueFrom :
687
+ configMapKeyRef :
688
+ key : argoCdUrl
689
+ name : cap-app-proxy-cm
You can’t perform that action at this time.
0 commit comments