File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 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.0
5
+ version : 0.10.1
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.0 ] ( https://img.shields.io/badge/Version-0.10.0 -informational?style=flat-square ) ![ AppVersion: v0.0.0] ( https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square )
3
+ ![ Version: 0.10.1 ] ( https://img.shields.io/badge/Version-0.10.1 -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 @@ -59,7 +59,7 @@ codefresh:
59
59
svc: '{ { .Release.Name } }-{ { index .Values.codefresh " jira-addon-svc" } }.{ { .Release.Namespace } }.svc.{ { .Values.global.clusterDomain } }'
60
60
port: { { index .Values.codefresh " jira-addon-port" } }
61
61
workflow-logs-s3-proxy:
62
- domain: logs.sandbox-1 .codefresh.io
62
+ domain: { { index .Values .codefresh " workflow-logs-s3-proxy-domain " } }
63
63
svc: '{ { .Release.Name } }-{ { index .Values.codefresh " workflow-logs-s3-proxy-svc" } }.{ { .Release.Namespace } }.svc.{ { .Values.global.clusterDomain } }'
64
64
port: { { index .Values.codefresh " workflow-logs-s3-proxy-port" } }
65
65
{ {- end } }
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ codefresh:
63
63
jira-addon-svc : cf-jira-addon
64
64
jira-addon-port : 9000
65
65
66
- workflow-logs-s3-proxy-domain : logs.sandbox-1. codefresh.io
66
+ workflow-logs-s3-proxy-domain : logs.codefresh.io
67
67
workflow-logs-s3-proxy-svc : workflow-logs-s3-proxy
68
68
workflow-logs-s3-proxy-port : 80
69
69
You can’t perform that action at this time.
0 commit comments