Merge pull request #5472 from Starbix/master

Update admission webhook image
This commit is contained in:
Kubernetes Prow Robot 2020-04-29 15:28:19 -07:00 committed by GitHub
commit f860bd7583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 12 deletions

View file

@ -164,7 +164,7 @@ Parameter | Description | Default
`controller.admissionWebhooks.service.type` | Type of admission webhook service to create | `ClusterIP`
`controller.admissionWebhooks.patch.enabled` | If true, will use a pre and post install hooks to generate a CA and certificate to use for the prometheus operator tls proxy, and patch the created webhooks with the CA. | `true`
`controller.admissionWebhooks.patch.image.repository` | Repository to use for the webhook integration jobs | `jettech/kube-webhook-certgen`
`controller.admissionWebhooks.patch.image.tag` | Tag to use for the webhook integration jobs | `v1.0.0`
`controller.admissionWebhooks.patch.image.tag` | Tag to use for the webhook integration jobs | `v1.2.0`
`controller.admissionWebhooks.patch.image.pullPolicy` | Image pull policy for the webhook integration jobs | `IfNotPresent`
`controller.admissionWebhooks.patch.priorityClassName` | Priority class for the webhook integration jobs | `""`
`controller.admissionWebhooks.patch.podAnnotations` | Annotations for the webhook job pods | `{}`

View file

@ -365,7 +365,7 @@ controller:
enabled: true
image:
repository: jettech/kube-webhook-certgen
tag: v1.0.0
tag: v1.2.0
pullPolicy: IfNotPresent
## Provide a priority class name to the webhook patching job
##

View file

@ -539,7 +539,7 @@ spec:
spec:
containers:
- name: create
image: jettech/kube-webhook-certgen:v1.0.0
image: jettech/kube-webhook-certgen:v1.2.0
imagePullPolicy: IfNotPresent
args:
- create
@ -582,7 +582,7 @@ spec:
spec:
containers:
- name: patch
image: jettech/kube-webhook-certgen:v1.0.0
image: jettech/kube-webhook-certgen:v1.2.0
imagePullPolicy:
args:
- patch

View file

@ -527,7 +527,7 @@ spec:
spec:
containers:
- name: create
image: jettech/kube-webhook-certgen:v1.0.0
image: jettech/kube-webhook-certgen:v1.2.0
imagePullPolicy: IfNotPresent
args:
- create
@ -570,7 +570,7 @@ spec:
spec:
containers:
- name: patch
image: jettech/kube-webhook-certgen:v1.0.0
image: jettech/kube-webhook-certgen:v1.2.0
imagePullPolicy:
args:
- patch

View file

@ -520,7 +520,7 @@ spec:
spec:
containers:
- name: create
image: jettech/kube-webhook-certgen:v1.0.0
image: jettech/kube-webhook-certgen:v1.2.0
imagePullPolicy: IfNotPresent
args:
- create
@ -563,7 +563,7 @@ spec:
spec:
containers:
- name: patch
image: jettech/kube-webhook-certgen:v1.0.0
image: jettech/kube-webhook-certgen:v1.2.0
imagePullPolicy:
args:
- patch

View file

@ -522,7 +522,7 @@ spec:
spec:
containers:
- name: create
image: jettech/kube-webhook-certgen:v1.0.0
image: jettech/kube-webhook-certgen:v1.2.0
imagePullPolicy: IfNotPresent
args:
- create
@ -565,7 +565,7 @@ spec:
spec:
containers:
- name: patch
image: jettech/kube-webhook-certgen:v1.0.0
image: jettech/kube-webhook-certgen:v1.2.0
imagePullPolicy:
args:
- patch

View file

@ -533,7 +533,7 @@ spec:
spec:
containers:
- name: create
image: jettech/kube-webhook-certgen:v1.0.0
image: jettech/kube-webhook-certgen:v1.2.0
imagePullPolicy: IfNotPresent
args:
- create
@ -576,7 +576,7 @@ spec:
spec:
containers:
- name: patch
image: jettech/kube-webhook-certgen:v1.0.0
image: jettech/kube-webhook-certgen:v1.2.0
imagePullPolicy:
args:
- patch