From 3f432b2a9a7a664fd0745732c8c7261805cc03f5 Mon Sep 17 00:00:00 2001 From: Alexander Stepchenko Date: Wed, 29 May 2024 16:16:36 +0300 Subject: [PATCH] feat: upadate cert-manager images --- org/k8s/cert-manager-cainjector/Dockerfile.template | 2 +- org/k8s/cert-manager-controller/Dockerfile.template | 2 +- org/k8s/cert-manager-webhook/Dockerfile.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org/k8s/cert-manager-cainjector/Dockerfile.template b/org/k8s/cert-manager-cainjector/Dockerfile.template index d99fb56..0d3dfbc 100644 --- a/org/k8s/cert-manager-cainjector/Dockerfile.template +++ b/org/k8s/cert-manager-cainjector/Dockerfile.template @@ -3,7 +3,7 @@ FROM {{ registry }}{{ alt_image }}:{{ branch }} MAINTAINER alt-cloud LABEL org.opencontainers.image.title="cert-manager-cainjector" -LABEL org.opencontainers.image.description="Cainjector component for automatic provisioning and managing TLS certificates in Kubernetes" +LABEL org.opencontainers.image.description="cert-manager CA injector is a Kubernetes addon to automate the injection of CA data into webhooks and APIServices from cert-manager certificates." LABEL org.opencontainers.image.source="https://github.com/cert-manager/cert-manager" LABEL org.opencontainers.image.licenses="Apache-2.0" LABEL org.opencontainers.image.vendor="ALT Linux Team" diff --git a/org/k8s/cert-manager-controller/Dockerfile.template b/org/k8s/cert-manager-controller/Dockerfile.template index 64eb7e0..69675dc 100644 --- a/org/k8s/cert-manager-controller/Dockerfile.template +++ b/org/k8s/cert-manager-controller/Dockerfile.template @@ -3,7 +3,7 @@ FROM {{ registry }}{{ alt_image }}:{{ branch }} MAINTAINER alt-cloud LABEL org.opencontainers.image.title="cert-manager-controller" -LABEL org.opencontainers.image.description="Controller component for automatic provisioning and managing TLS certificates in Kubernetes" +LABEL org.opencontainers.image.description="Automatically provision and manage TLS certificates in Kubernetes." LABEL org.opencontainers.image.source="https://github.com/cert-manager/cert-manager" LABEL org.opencontainers.image.licenses="Apache-2.0" LABEL org.opencontainers.image.vendor="ALT Linux Team" diff --git a/org/k8s/cert-manager-webhook/Dockerfile.template b/org/k8s/cert-manager-webhook/Dockerfile.template index eade8c7..32a505d 100644 --- a/org/k8s/cert-manager-webhook/Dockerfile.template +++ b/org/k8s/cert-manager-webhook/Dockerfile.template @@ -3,7 +3,7 @@ FROM {{ registry }}{{ alt_image }}:{{ branch }} MAINTAINER alt-cloud LABEL org.opencontainers.image.title="cert-manager-webhook" -LABEL org.opencontainers.image.description="Webhook component for automatic provisioning and managing TLS certificates in Kubernetes" +LABEL org.opencontainers.image.description="The webhook component provides API validation, mutation and conversion functionality for cert-manager." LABEL org.opencontainers.image.source="https://github.com/cert-manager/cert-manager" LABEL org.opencontainers.image.licenses="Apache-2.0" LABEL org.opencontainers.image.vendor="ALT Linux Team"