Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kube-webhook-certgen image #511

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/capsule-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ If you only need to make minor customizations, you can specify them on the comma
| jobs.affinity | object | `{}` | Set affinity rules |
| jobs.annotations | object | `{}` | Annotations to add to the certgen job. |
| jobs.certs.pullPolicy | string | `"IfNotPresent"` | Set the image pull policy of the post install certgen job |
| jobs.certs.registry | string | `"docker.io"` | Set the image repository of the post install certgen job |
| jobs.certs.repository | string | `"jettech/kube-webhook-certgen"` | Set the image repository of the post install certgen job |
| jobs.certs.tag | string | `"v1.3.0"` | Set the image tag of the post install certgen job |
| jobs.certs.registry | string | `"registry.k8s.io"` | Set the image repository of the post install certgen job |
| jobs.certs.repository | string | `"ingress-nginx/kube-webhook-certgen"` | Set the image repository of the post install certgen job |
| jobs.certs.tag | string | `"v1.4.3"` | Set the image tag of the post install certgen job |
| jobs.nodeSelector | object | `{}` | Set the node selector |
| jobs.podSecurityContext | object | `{"seccompProfile":{"type":"RuntimeDefault"}}` | Security context for the job pods. |
| jobs.priorityClassName | string | `""` | Set a pod priorityClassName |
Expand Down
6 changes: 3 additions & 3 deletions charts/capsule-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,13 @@ options:
jobs:
certs:
# -- Set the image repository of the post install certgen job
registry: docker.io
registry: registry.k8s.io
# -- Set the image repository of the post install certgen job
repository: jettech/kube-webhook-certgen
repository: ingress-nginx/kube-webhook-certgen
# -- Set the image pull policy of the post install certgen job
pullPolicy: IfNotPresent
# -- Set the image tag of the post install certgen job
tag: "v1.3.0"
tag: "v1.4.3"
# -- Annotations to add to the certgen job.
annotations: {}
# -- Set the restartPolicy
Expand Down
Loading