Skip to content

Commit

Permalink
feat(internal-gateway): add ipv6 support (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko authored Jan 12, 2024
1 parent e7a6913 commit 9eebf9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/internal-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v0.0.0
description: A Helm chart for Codefresh Internal Gateway
name: internal-gateway
version: 0.4.0
version: 0.5.0
home: https://github.com/codefresh-io/helm-charts
keywords:
- codefresh
Expand Down
2 changes: 1 addition & 1 deletion charts/internal-gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# internal-gateway

![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)
![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)

A Helm chart for Codefresh Internal Gateway

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ data:

server {
listen 8080;
listen [::]:8080;
{{- range $key, $val := $nginxConfig.locations }}
{{- if $val.enabled }}
Expand Down

0 comments on commit 9eebf9f

Please sign in to comment.