Skip to content

Commit c47a9bf

Browse files
ability override argocd host (#305)
* ability override argocd host * ability override argocd host
1 parent eafebcd commit c47a9bf

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.280
1+
VERSION=v0.0.281
22

33
OUT_DIR=dist
44
YEAR?=$(shell date +"%Y")

manifests/app-proxy/app-proxy.deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ spec:
9797
name: argocd-token
9898
key: token
9999
optional: true
100+
- name: ARGO_CD_URL
101+
valueFrom:
102+
configMapKeyRef:
103+
name: cap-app-proxy-cm
104+
key: argoCDUrl
105+
optional: true
100106
- name: STORE_BACKEND
101107
valueFrom:
102108
configMapKeyRef:

manifests/app-proxy/kustomization.yaml

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

manifests/runtime.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: "{{ namespace }}"
66
spec:
77
defVersion: 1.0.1
8-
version: 0.0.280
8+
version: 0.0.281
99
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
1010
components:
1111
- name: events

0 commit comments

Comments
 (0)