mirror of
https://github.com/bitnami/charts.git
synced 2026-03-10 06:57:55 +08:00
* [bitnami/cert-manager] feat: ✨ 🔒 Add warning when original images are replaced Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
15 lines
780 B
Plaintext
15 lines
780 B
Plaintext
CHART NAME: {{ .Chart.Name }}
|
|
CHART VERSION: {{ .Chart.Version }}
|
|
APP VERSION: {{ .Chart.AppVersion }}
|
|
|
|
** Please be patient while the chart is being deployed **
|
|
|
|
In order to begin using certificates, you will need to set up Issuer or ClustersIssuer resources.
|
|
|
|
https://cert-manager.io/docs/configuration/
|
|
|
|
To configure a new ingress to automatically provision certificates, you will find some information in the following link:
|
|
|
|
https://cert-manager.io/docs/usage/ingress/
|
|
{{- include "common.warnings.resources" (dict "sections" (list "cainjector" "controller" "webhook") "context" $) }}
|
|
{{- include "common.warnings.modifiedImages" (dict "images" (list .Values.controller.image .Values.controller.acmesolver.image .Values.webhook.image .Values.cainjector.image) "context" $) }} |