Files
charts/bitnami/cert-manager/templates/NOTES.txt
Javier J. Salmerón-García d155187285 [bitnami/cert-manager] feat: 🔒 Add warning when original images are replaced (#26187)
* [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>
2024-05-21 16:14:45 +02:00

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" $) }}