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
22appVersion : v0.0.0
33description : A Helm chart for Codefresh Internal Gateway
44name : internal-gateway
5- version : 0.10.0
5+ version : 0.10.1
66home : https://github.com/codefresh-io/helm-charts
77keywords :
88 - codefresh
Original file line number Diff line number Diff line change 11# internal-gateway
22
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 )
44
55A Helm chart for Codefresh Internal Gateway
66
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ codefresh:
5959 svc: '{ { .Release.Name } }-{ { index .Values.codefresh " jira-addon-svc" } }.{ { .Release.Namespace } }.svc.{ { .Values.global.clusterDomain } }'
6060 port: { { index .Values.codefresh " jira-addon-port" } }
6161 workflow-logs-s3-proxy:
62- domain: logs.sandbox-1 .codefresh.io
62+ domain: { { index .Values .codefresh " workflow-logs-s3-proxy-domain " } }
6363 svc: '{ { .Release.Name } }-{ { index .Values.codefresh " workflow-logs-s3-proxy-svc" } }.{ { .Release.Namespace } }.svc.{ { .Values.global.clusterDomain } }'
6464 port: { { index .Values.codefresh " workflow-logs-s3-proxy-port" } }
6565{ {- end } }
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ codefresh:
6363 jira-addon-svc : cf-jira-addon
6464 jira-addon-port : 9000
6565
66- workflow-logs-s3-proxy-domain : logs.sandbox-1. codefresh.io
66+ workflow-logs-s3-proxy-domain : logs.codefresh.io
6767 workflow-logs-s3-proxy-svc : workflow-logs-s3-proxy
6868 workflow-logs-s3-proxy-port : 80
6969
You can’t perform that action at this time.
0 commit comments