File tree Expand file tree Collapse file tree 6 files changed +21
-3
lines changed Expand file tree Collapse file tree 6 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 97
97
# Do not run `ct install` for cf-common (library chart) or builder/runner
98
98
exit 0
99
99
fi
100
- helm repo add cf-common https://chartmuseum.codefresh.io/cf-common
101
100
ct install --config "ct.yaml"
102
101
103
102
unittest-charts :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : v0.0.0
3
3
description : A Helm chart for Codefresh Internal Gateway
4
4
name : internal-gateway
5
- version : 0.10.6
5
+ version : 0.11.0
6
6
home : https://github.com/codefresh-io/helm-charts
7
7
keywords :
8
8
- codefresh
Original file line number Diff line number Diff line change 1
1
# internal-gateway
2
2
3
- ![ Version: 0.10.6 ] ( https://img.shields.io/badge/Version-0.10.6 -informational?style=flat-square ) ![ AppVersion: v0.0.0] ( https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square )
3
+ ![ Version: 0.11.0 ] ( https://img.shields.io/badge/Version-0.11.0 -informational?style=flat-square ) ![ AppVersion: v0.0.0] ( https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square )
4
4
5
5
A Helm chart for Codefresh Internal Gateway
6
6
Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ codefresh:
49
49
argo-platform-broadcaster:
50
50
svc: '{ { index .Values.codefresh " argo-platform-broadcaster-svc" } }.{ { .Release.Namespace } }.svc.{ { .Values.global.clusterDomain } }'
51
51
port: { { index .Values.codefresh " argo-platform-broadcaster-port" } }
52
+ argo-platform-promotion-orchestrator:
53
+ svc: '{ { index .Values.codefresh " argo-platform-promotion-orchestrator-svc" } }.{ { .Release.Namespace } }.svc.{ { .Values.global.clusterDomain } }'
54
+ port: { { index .Values.codefresh " argo-platform-promotion-orchestrator-port" } }
52
55
argo-hub:
53
56
svc: '{ { .Release.Name } }-{ { index .Values.codefresh " argo-hub-svc" } }.{ { .Release.Namespace } }.svc.{ { .Values.global.clusterDomain } }'
54
57
port: { { index .Values.codefresh " argo-hub-port" } }
Original file line number Diff line number Diff line change @@ -241,6 +241,18 @@ nginx:
241
241
locationDirectives:
242
242
{ {- $presets .locationDirectives | toYaml | nindent 10 } }
243
243
244
+ /2.0/api/promotion-orchestrator:
245
+ enabled: true
246
+ proxy:
247
+ host: { { index $endpoints .serviceEndpoints " argo-platform-promotion-orchestrator" " svc" } }
248
+ port: { { index $endpoints .serviceEndpoints " argo-platform-promotion-orchestrator" " port" } }
249
+ proxyPassSnippet:
250
+ { {- $presets .authHeaderSet | toYaml | nindent 12 } }
251
+ locationSnippet:
252
+ { {- $presets .locationSnippet | toYaml | nindent 10 } }
253
+ locationDirectives:
254
+ { {- $presets .locationDirectives | toYaml | nindent 10 } }
255
+
244
256
/2.0:
245
257
enabled: true
246
258
proxy:
@@ -280,6 +292,7 @@ nginx:
280
292
{ {- $presets .locationSnippet | toYaml | nindent 10 } }
281
293
locationDirectives:
282
294
{ {- $presets .locationDirectives | toYaml | nindent 10 } }
295
+
283
296
{ {- end } }
284
297
285
298
{ {- define " internal-gateway.nginx-config" } }
Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ codefresh:
54
54
argo-platform-broadcaster-svc : argo-platform-broadcaster
55
55
argo-platform-broadcaster-port : 80
56
56
57
+ argo-platform-promotion-orchestrator-svc : argo-platform-promotion-orchestrator
58
+ argo-platform-promotion-orchestrator-port : 80
59
+
57
60
argo-hub-svc : argo-hub-platform
58
61
argo-hub-port : 80
59
62
You can’t perform that action at this time.
0 commit comments