diff --git a/charts/ingress-nginx/README.md b/charts/ingress-nginx/README.md index af84ac565..4975e8b1f 100644 --- a/charts/ingress-nginx/README.md +++ b/charts/ingress-nginx/README.md @@ -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 | `{}` diff --git a/charts/ingress-nginx/values.yaml b/charts/ingress-nginx/values.yaml index 819424a3a..5d06cb5ea 100644 --- a/charts/ingress-nginx/values.yaml +++ b/charts/ingress-nginx/values.yaml @@ -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 ## diff --git a/deploy/static/provider/aws/deploy-tls-termination.yaml b/deploy/static/provider/aws/deploy-tls-termination.yaml index b8d1c7519..5eb8d4dcd 100644 --- a/deploy/static/provider/aws/deploy-tls-termination.yaml +++ b/deploy/static/provider/aws/deploy-tls-termination.yaml @@ -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 diff --git a/deploy/static/provider/aws/deploy.yaml b/deploy/static/provider/aws/deploy.yaml index 80ced4350..5fc0c6706 100644 --- a/deploy/static/provider/aws/deploy.yaml +++ b/deploy/static/provider/aws/deploy.yaml @@ -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 diff --git a/deploy/static/provider/baremetal/deploy.yaml b/deploy/static/provider/baremetal/deploy.yaml index a688be51f..b93b69437 100644 --- a/deploy/static/provider/baremetal/deploy.yaml +++ b/deploy/static/provider/baremetal/deploy.yaml @@ -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 diff --git a/deploy/static/provider/cloud/deploy.yaml b/deploy/static/provider/cloud/deploy.yaml index 2889af868..f9f07aefe 100644 --- a/deploy/static/provider/cloud/deploy.yaml +++ b/deploy/static/provider/cloud/deploy.yaml @@ -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 diff --git a/deploy/static/provider/kind/deploy.yaml b/deploy/static/provider/kind/deploy.yaml index 330dcc5e3..53f8650b2 100644 --- a/deploy/static/provider/kind/deploy.yaml +++ b/deploy/static/provider/kind/deploy.yaml @@ -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