File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -438,15 +438,15 @@ app-proxy:
438438 tag : 1.1.12-main
439439 image :
440440 repository : quay.io/codefresh/cap-app-proxy
441- tag : 1.3281 .0
441+ tag : 1.3307 .0
442442 pullPolicy : IfNotPresent
443443 # -- Extra volume mounts for main container
444444 extraVolumeMounts : []
445445
446446 initContainer :
447447 image :
448448 repository : quay.io/codefresh/cap-app-proxy-init
449- tag : 1.3281 .0
449+ tag : 1.3307 .0
450450 pullPolicy : IfNotPresent
451451 command :
452452 - ./init.sh
@@ -674,3 +674,16 @@ garage-workflows-artifact-storage:
674674# -- Codefresh extra services for ArgoCD
675675cf-argocd-extras :
676676 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