Skip to content

Commit

Permalink
Merge pull request #2626 from setsunakute/upgrade-cert-manager
Browse files Browse the repository at this point in the history
remove startupapicheck image
  • Loading branch information
learner0810 authored Oct 25, 2024
2 parents 59f4ddb + 9b6f9ef commit bf4a1c2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion charts/cert-manager/cert-manager/.relok8s-images.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- "{{ .cert-manager.image.repository }}:{{ .cert-manager.image.tag }}"
- "{{ .cert-manager.webhook.image.repository }}:{{ .cert-manager.webhook.image.tag }}"
- "{{ .cert-manager.cainjector.image.repository }}:{{ .cert-manager.cainjector.image.tag }}"
- "{{ .cert-manager.startupapicheck.image.repository}}:{{ .cert-manager.startupapicheck.image.tag }}"
2 changes: 1 addition & 1 deletion charts/cert-manager/cert-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,7 @@ cert-manager:
# For more information, see [this note](https://github.com/cert-manager/cert-manager/pull/4414).
startupapicheck:
# Enables the startup api check.
enabled: true
enabled: false
# Pod Security Context to be set on the startupapicheck component Pod.
# For more information, see [Configure a Security Context for a Pod or Container](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/).
# +docs:property
Expand Down
1 change: 1 addition & 0 deletions charts/cert-manager/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ yq -i '
.cert-manager.cainjector.resources.requests.memory="32Mi" |
.cert-manager.cainjector.resources.limits.cpu="200m" |
.cert-manager.cainjector.resources.limits.memory="256Mi" |
.cert-manager.startupapicheck.enabled=false |
.cert-manager.startupapicheck.image.repository="quay.m.daocloud.io/jetstack/cert-manager-ctl" |
.cert-manager.startupapicheck.image.tag=strenv(IMAGE_VERSION) |
.cert-manager.startupapicheck.resources.requests.cpu="10m" |
Expand Down
1 change: 0 additions & 1 deletion charts/cert-manager/parent/.relok8s-images.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
- "{{ .cert-manager.image.repository }}:{{ .cert-manager.image.tag }}"
- "{{ .cert-manager.webhook.image.repository }}:{{ .cert-manager.webhook.image.tag }}"
- "{{ .cert-manager.cainjector.image.repository }}:{{ .cert-manager.cainjector.image.tag }}"
- "{{ .cert-manager.startupapicheck.image.repository}}:{{ .cert-manager.startupapicheck.image.tag }}"

0 comments on commit bf4a1c2

Please sign in to comment.