mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
* Bump for v0.6.2 (jetstack/cert-manager#1382) Signed-off-by: James Munnelly <james@munnelly.eu>
38 lines
791 B
YAML
38 lines
791 B
YAML
global:
|
|
## Reference to one or more secrets to be used when pulling images
|
|
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
|
##
|
|
imagePullSecrets: []
|
|
# - name: "image-pull-secret"
|
|
|
|
# Optional priority class to be used for the cert-manager pods
|
|
priorityClassName: ""
|
|
|
|
replicaCount: 1
|
|
|
|
strategy: {}
|
|
# type: RollingUpdate
|
|
# rollingUpdate:
|
|
# maxSurge: 0
|
|
# maxUnavailable: 1
|
|
|
|
podAnnotations: {}
|
|
|
|
# Optional additional arguments for webhook
|
|
extraArgs: []
|
|
|
|
resources: {}
|
|
# requests:
|
|
# cpu: 10m
|
|
# memory: 32Mi
|
|
|
|
image:
|
|
repository: quay.io/jetstack/cert-manager-webhook
|
|
tag: v0.6.2
|
|
pullPolicy: IfNotPresent
|
|
|
|
caSyncImage:
|
|
repository: quay.io/munnerz/apiextensions-ca-helper
|
|
tag: v0.1.0
|
|
pullPolicy: IfNotPresent
|