Skip to content

Commit 9860c3b

Browse files
authoredFeb 21, 2025··
feat: sources server update with get manifest request and app-proxy 1.3307.0 (#382)
* sources server - argo cd token and full url * removed hardcoded image * lint fix * added correct sources server url * removed url * app-proxy 1.3307.0
1 parent 3fc8bfe commit 9860c3b

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed
 

‎charts/gitops-runtime/values.yaml

+15-2
Original file line numberDiff line numberDiff 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
675675
cf-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

0 commit comments

Comments
 (0)
Please sign in to comment.