File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
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.4 .0
5+ version : 0.5 .0
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.4 .0] ( https://img.shields.io/badge/Version-0.4 .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.5 .0] ( https://img.shields.io/badge/Version-0.5 .0-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 7070
7171 server {
7272 listen 8080;
73+ listen [::]:8080;
7374
7475 {{- range $key , $val := $nginxConfig .locations } }
7576 { {- if $val .enabled } }
You can’t perform that action at this time.
0 commit comments