From ad3ffc227d63740330f761dad6e8c87768577847 Mon Sep 17 00:00:00 2001 From: Ween Jiann <16207788+lwj5@users.noreply.github.com> Date: Sat, 24 Dec 2022 14:48:36 +0800 Subject: [PATCH] Add ipv6 support to chart (#484) --- charts/invoiceninja/Chart.yaml | 2 +- charts/invoiceninja/templates/serverblock.yaml | 1 + charts/invoiceninja/values.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/invoiceninja/Chart.yaml b/charts/invoiceninja/Chart.yaml index 0217286..5cb7735 100644 --- a/charts/invoiceninja/Chart.yaml +++ b/charts/invoiceninja/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.10.0 +version: 0.10.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/invoiceninja/templates/serverblock.yaml b/charts/invoiceninja/templates/serverblock.yaml index 89a4d81..02708e4 100644 --- a/charts/invoiceninja/templates/serverblock.yaml +++ b/charts/invoiceninja/templates/serverblock.yaml @@ -15,6 +15,7 @@ data: server-block.conf: |- server { listen 8080 default_server; + listen [::]:8080 default_server; server_name _; root /app; diff --git a/charts/invoiceninja/values.yaml b/charts/invoiceninja/values.yaml index 3764b4b..da6015e 100644 --- a/charts/invoiceninja/values.yaml +++ b/charts/invoiceninja/values.yaml @@ -298,7 +298,7 @@ http: image: registry: docker.io repository: bitnami/nginx - tag: 1.21.1-debian-10-r0 + tag: 1.22.1-debian-11-r21 ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ##