diff --git a/charts/unbound/Chart.yaml b/charts/unbound/Chart.yaml index 834cbb3..a9f7c89 100644 --- a/charts/unbound/Chart.yaml +++ b/charts/unbound/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Unbound is a fast caching DNS resolver home: https://www.unbound.net/ name: unbound -version: 0.0.3 +version: 0.0.4 appVersion: 0.0.1 sources: - http://unbound.nlnetlabs.nl/svn/ diff --git a/charts/unbound/values.yaml b/charts/unbound/values.yaml index eab1649..ae91ace 100644 --- a/charts/unbound/values.yaml +++ b/charts/unbound/values.yaml @@ -1,7 +1,7 @@ containers: unbound: image: - repository: 266775278674.dkr.ecr.eu-west-1.amazonaws.com/docker/unbound + repository: tombokombo/unbound tag: "v0.3" pullPolicy: IfNotPresent resources: @@ -66,7 +66,7 @@ containers: memory: 10Mi exporter: image: - repository: 266775278674.dkr.ecr.eu-west-1.amazonaws.com/docker/unbound-exporter + repository: tombokombo/unbound-exporter tag: "latest" pullPolicy: IfNotPresent resources: