Files
charts/bitnami/cert-manager/templates/NOTES.txt
2025-07-30 13:18:50 +02:00

21 lines
1.2 KiB
Plaintext

CHART NAME: {{ .Chart.Name }}
CHART VERSION: {{ .Chart.Version }}
APP VERSION: {{ .Chart.AppVersion }}
⚠ WARNING: Since August 28th, 2025, only a limited subset of images/charts are available for free.
Subscribe to Bitnami Secure Images to receive continued support and security updates.
More info at https://bitnami.com and https://github.com/bitnami/containers/issues/83267
** 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" $) }}
{{- include "common.errors.insecureImages" (dict "images" (list .Values.controller.image .Values.controller.acmesolver.image .Values.webhook.image .Values.cainjector.image) "context" $) }}