Update job image
This commit is contained in:
parent
f7e632fbee
commit
da12e01544
7 changed files with 12 additions and 12 deletions
|
@ -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 | `{}`
|
||||
|
|
|
@ -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
|
||||
##
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue