Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,15 +438,15 @@ 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: []

initContainer:
image:
repository: quay.io/codefresh/cap-app-proxy-init
tag: 1.3281.0
tag: 1.3307.0
pullPolicy: IfNotPresent
command:
- ./init.sh
Expand Down Expand Up @@ -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