Skip to content

Commit 0c63e7e

Browse files
authored
bump app-proxy to 1.2056.0 (#162)
change back to argocd user/password instead of token
1 parent 837d3ec commit 0c63e7e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

csdp/base_components/apps/app-proxy/_components/codefresh-base/app-proxy.deploy.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,17 @@ spec:
5151
name: cap-app-proxy-cm
5252
key: argoCdUrl
5353
optional: true
54-
- name: ARGO_CD_TOKEN
54+
- name: ARGO_CD_USERNAME
55+
valueFrom:
56+
configMapKeyRef:
57+
name: cap-app-proxy-cm
58+
key: argoCdUsername
59+
optional: true
60+
- name: ARGO_CD_PASSWORD
5561
valueFrom:
5662
secretKeyRef:
57-
name: argocd-token
58-
key: token
63+
name: argocd-initial-admin-secret
64+
key: password
5965
- name: ARGO_WORKFLOWS_INSECURE
6066
valueFrom:
6167
configMapKeyRef:

csdp/base_components/apps/app-proxy/_components/codefresh-base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Component
33
images:
44
- name: quay.io/codefresh/cap-app-proxy
55
newName: quay.io/codefresh/cap-app-proxy
6-
newTag: 1.2052.0
6+
newTag: 1.2056.0
77
resources:
88
- app-proxy.deploy.yaml
99
- app-proxy.svc.yaml

0 commit comments

Comments
 (0)