diff --git a/charts/coturn/Chart.yaml b/charts/coturn/Chart.yaml index fbbf87f..06b3848 100644 --- a/charts/coturn/Chart.yaml +++ b/charts/coturn/Chart.yaml @@ -15,7 +15,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.3.1 +version: 0.3.2 # 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 diff --git a/charts/coturn/values.yaml b/charts/coturn/values.yaml index 302d65f..a7a663e 100644 --- a/charts/coturn/values.yaml +++ b/charts/coturn/values.yaml @@ -46,7 +46,7 @@ ingress: # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" hosts: - - host: chart-example.local + - host: chart-example.com paths: - path: / pathType: ImplementationSpecific