diff --git a/charts/unbound/Chart.yaml b/charts/unbound/Chart.yaml index fe840e7..ffbf6ce 100644 --- a/charts/unbound/Chart.yaml +++ b/charts/unbound/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: unbound description: A Helm chart for Kubernetes type: application -version: 0.1.0 +version: 0.1.1 appVersion: "1.13.1" diff --git a/charts/unbound/values.yaml b/charts/unbound/values.yaml index 480a7d9..d485aae 100644 --- a/charts/unbound/values.yaml +++ b/charts/unbound/values.yaml @@ -29,7 +29,7 @@ securityContext: {} service: type: ClusterIP - port: 5353 + port: 53 ingress: enabled: false