diff --git a/stable/unbound/templates/deployment.yaml b/stable/unbound/templates/deployment.yaml index 488208dd13fc..597f6efd3985 100644 --- a/stable/unbound/templates/deployment.yaml +++ b/stable/unbound/templates/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta2 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "unbound.fullname" . }} diff --git a/stable/unbound/values.yaml b/stable/unbound/values.yaml index 25f949e62d75..806018a33431 100644 --- a/stable/unbound/values.yaml +++ b/stable/unbound/values.yaml @@ -17,7 +17,7 @@ unbound: # https://github.com/kubernetes/contrib/tree/master/exec-healthz healthz: image: - repository: googlecontainer/exechealthz + repository: gcr.io/google-containers/exechealthz tag: "1.2" pullPolicy: IfNotPresent