Revert "Fix kube-apiserver-healthcheck image"

This reverts commit 7e52f223
This commit is contained in:
John Gardiner Myers 2020-06-16 07:39:53 -07:00
parent f3e69e85c9
commit 747aa6e8c4
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ kind: Pod
spec:
containers:
- name: healthcheck
image: kope/kube-apiserver-healthcheck:1.18.0-beta.1
image: kope/kube-apiserver-healthcheck:1.18.0-alpha.3
livenessProbe:
httpGet:
# The sidecar serves a healthcheck on the same port,

View File

@ -13,7 +13,7 @@ Contents:
- --client-key=/secrets/client.key
command:
- /usr/bin/kube-apiserver-healthcheck
image: kope/kube-apiserver-healthcheck:1.18.0-beta.1
image: kope/kube-apiserver-healthcheck:1.18.0-alpha.3
livenessProbe:
httpGet:
host: 127.0.0.1