diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 7d807b1d..815e74bc 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -438,7 +438,7 @@ app-proxy: tag: 1.1.12-main image: repository: quay.io/codefresh/cap-app-proxy - tag: 1.3281.0 + tag: 1.3307.0 pullPolicy: IfNotPresent # -- Extra volume mounts for main container extraVolumeMounts: [] @@ -446,7 +446,7 @@ app-proxy: initContainer: image: repository: quay.io/codefresh/cap-app-proxy-init - tag: 1.3281.0 + tag: 1.3307.0 pullPolicy: IfNotPresent command: - ./init.sh @@ -674,3 +674,16 @@ garage-workflows-artifact-storage: # -- Codefresh extra services for ArgoCD cf-argocd-extras: enabled: false + sourcesServer: + container: + env: + SOURCES_SERVER_ARGO_CD_TOKEN: + valueFrom: + secretKeyRef: + key: token + name: argocd-token + SOURCES_SERVER_ARGO_CD_SERVER: + valueFrom: + configMapKeyRef: + key: argoCdUrl + name: cap-app-proxy-cm