diff --git a/charts/unbound/Chart.yaml b/charts/unbound/Chart.yaml index 6b0881a..261b2cd 100644 --- a/charts/unbound/Chart.yaml +++ b/charts/unbound/Chart.yaml @@ -1,6 +1,12 @@ +annotations: + category: Infrastructure apiVersion: v2 name: unbound -description: A Helm chart for Kubernetes +description: Unbound is a validating, recursive, caching DNS resolver. It is designed to be fast and lean and incorporates modern features based on open standards +home: https://nlnetlabs.nl/projects/unbound +icon: https://nlnetlabs.nl/static/logos/Unbound/Unbound_FC_Shaded_cropped.svg +sources: + - https://github.com/NLnetLabs/unbound type: application -version: 0.1.2 -appVersion: "1.13.1" +version: 0.2.0 +appVersion: 1.14.0 diff --git a/charts/unbound/values.yaml b/charts/unbound/values.yaml index d485aae..afa2020 100644 --- a/charts/unbound/values.yaml +++ b/charts/unbound/values.yaml @@ -8,7 +8,7 @@ image: repository: mvance/unbound-rpi pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "1.13.1" + tag: "1.14.0" imagePullSecrets: [] nameOverride: ""