Skip to content

Commit f860bd7

Browse files
authored
Merge pull request #5472 from Starbix/master
Update admission webhook image
2 parents f7e632f + da12e01 commit f860bd7

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

charts/ingress-nginx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Parameter | Description | Default
164164
`controller.admissionWebhooks.service.type` | Type of admission webhook service to create | `ClusterIP`
165165
`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`
166166
`controller.admissionWebhooks.patch.image.repository` | Repository to use for the webhook integration jobs | `jettech/kube-webhook-certgen`
167-
`controller.admissionWebhooks.patch.image.tag` | Tag to use for the webhook integration jobs | `v1.0.0`
167+
`controller.admissionWebhooks.patch.image.tag` | Tag to use for the webhook integration jobs | `v1.2.0`
168168
`controller.admissionWebhooks.patch.image.pullPolicy` | Image pull policy for the webhook integration jobs | `IfNotPresent`
169169
`controller.admissionWebhooks.patch.priorityClassName` | Priority class for the webhook integration jobs | `""`
170170
`controller.admissionWebhooks.patch.podAnnotations` | Annotations for the webhook job pods | `{}`

charts/ingress-nginx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ controller:
365365
enabled: true
366366
image:
367367
repository: jettech/kube-webhook-certgen
368-
tag: v1.0.0
368+
tag: v1.2.0
369369
pullPolicy: IfNotPresent
370370
## Provide a priority class name to the webhook patching job
371371
##

deploy/static/provider/aws/deploy-tls-termination.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ spec:
539539
spec:
540540
containers:
541541
- name: create
542-
image: jettech/kube-webhook-certgen:v1.0.0
542+
image: jettech/kube-webhook-certgen:v1.2.0
543543
imagePullPolicy: IfNotPresent
544544
args:
545545
- create
@@ -582,7 +582,7 @@ spec:
582582
spec:
583583
containers:
584584
- name: patch
585-
image: jettech/kube-webhook-certgen:v1.0.0
585+
image: jettech/kube-webhook-certgen:v1.2.0
586586
imagePullPolicy:
587587
args:
588588
- patch

deploy/static/provider/aws/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ spec:
527527
spec:
528528
containers:
529529
- name: create
530-
image: jettech/kube-webhook-certgen:v1.0.0
530+
image: jettech/kube-webhook-certgen:v1.2.0
531531
imagePullPolicy: IfNotPresent
532532
args:
533533
- create
@@ -570,7 +570,7 @@ spec:
570570
spec:
571571
containers:
572572
- name: patch
573-
image: jettech/kube-webhook-certgen:v1.0.0
573+
image: jettech/kube-webhook-certgen:v1.2.0
574574
imagePullPolicy:
575575
args:
576576
- patch

deploy/static/provider/baremetal/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ spec:
520520
spec:
521521
containers:
522522
- name: create
523-
image: jettech/kube-webhook-certgen:v1.0.0
523+
image: jettech/kube-webhook-certgen:v1.2.0
524524
imagePullPolicy: IfNotPresent
525525
args:
526526
- create
@@ -563,7 +563,7 @@ spec:
563563
spec:
564564
containers:
565565
- name: patch
566-
image: jettech/kube-webhook-certgen:v1.0.0
566+
image: jettech/kube-webhook-certgen:v1.2.0
567567
imagePullPolicy:
568568
args:
569569
- patch

deploy/static/provider/cloud/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ spec:
522522
spec:
523523
containers:
524524
- name: create
525-
image: jettech/kube-webhook-certgen:v1.0.0
525+
image: jettech/kube-webhook-certgen:v1.2.0
526526
imagePullPolicy: IfNotPresent
527527
args:
528528
- create
@@ -565,7 +565,7 @@ spec:
565565
spec:
566566
containers:
567567
- name: patch
568-
image: jettech/kube-webhook-certgen:v1.0.0
568+
image: jettech/kube-webhook-certgen:v1.2.0
569569
imagePullPolicy:
570570
args:
571571
- patch

deploy/static/provider/kind/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ spec:
533533
spec:
534534
containers:
535535
- name: create
536-
image: jettech/kube-webhook-certgen:v1.0.0
536+
image: jettech/kube-webhook-certgen:v1.2.0
537537
imagePullPolicy: IfNotPresent
538538
args:
539539
- create
@@ -576,7 +576,7 @@ spec:
576576
spec:
577577
containers:
578578
- name: patch
579-
image: jettech/kube-webhook-certgen:v1.0.0
579+
image: jettech/kube-webhook-certgen:v1.2.0
580580
imagePullPolicy:
581581
args:
582582
- patch

0 commit comments

Comments
 (0)