Use fully qualified images to avoid cri-o issues
This commit is contained in:
parent
c7424d3679
commit
bdbf11f6b4
8 changed files with 164 additions and 128 deletions
|
|
@ -1,6 +1,6 @@
|
|||
apiVersion: v1
|
||||
name: ingress-nginx
|
||||
version: 2.8.0
|
||||
version: 2.9.0
|
||||
appVersion: 0.33.0
|
||||
home: https://github.com/kubernetes/ingress-nginx
|
||||
description: Ingress controller for Kubernetes using NGINX as a reverse proxy and load balancer
|
||||
|
|
|
|||
|
|
@ -381,7 +381,7 @@ controller:
|
|||
patch:
|
||||
enabled: true
|
||||
image:
|
||||
repository: jettech/kube-webhook-certgen
|
||||
repository: docker.io/jettech/kube-webhook-certgen
|
||||
tag: v1.2.0
|
||||
pullPolicy: IfNotPresent
|
||||
## Provide a priority class name to the webhook patching job
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue