Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[unbound] fix exechealthz container & deploy app/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rad committed Nov 15, 2019
1 parent 5f07188 commit b8e113e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/unbound/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "unbound.fullname" . }}
Expand Down
2 changes: 1 addition & 1 deletion stable/unbound/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b8e113e

Please sign in to comment.