Skip to content

Commit

Permalink
unbound: Update to version 1.14.0. Bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
cyxou committed Jan 30, 2022
1 parent e2e4199 commit f7dfc34
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions charts/unbound/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/unbound/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit f7dfc34

Please sign in to comment.