diff --git a/charts/unbound/Chart.yaml b/charts/unbound/Chart.yaml index b7a2f70..5180de4 100644 --- a/charts/unbound/Chart.yaml +++ b/charts/unbound/Chart.yaml @@ -2,12 +2,12 @@ apiVersion: v1 description: Unbound is a fast caching DNS resolver home: https://www.unbound.net/ name: unbound -version: 0.1.0 +version: 0.1.1 appVersion: 1.17.1 sources: - https://github.com/pixelfederation/unbound/ - http://unbound.nlnetlabs.nl/svn/ - https://github.com/kubernetes/contrib/tree/master/exec-healthz maintainers: -- name: Tomas Hulata +- name: tombokombo email: thulata@pixelfederation.com diff --git a/charts/unbound/values.yaml b/charts/unbound/values.yaml index c97112d..a5620ca 100644 --- a/charts/unbound/values.yaml +++ b/charts/unbound/values.yaml @@ -11,9 +11,9 @@ containers: serverPort: 53 config: verbosity: 2 - #Note that it takes time to print these lines which makes the server (significantly) slower. + # Note that it takes time to print these lines which makes the server (significantly) slower. logReplies: "yes" - #Note that it takes time to print these lines which makes the server (significantly) slower. + # Note that it takes time to print these lines which makes the server (significantly) slower. logQueries: "yes" logTagQueryreply: "yes" logLocalActions: "yes"