From 68ce76b442d4b36f9b7fa9c29a0202cf81dbb2de Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 6 Aug 2024 12:51:51 +1200 Subject: [PATCH] update certificate renewbefore hours --- charts/common/Chart.yaml | 4 ++-- charts/common/templates/certificate.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/common/Chart.yaml b/charts/common/Chart.yaml index ef2603f..d11b9cb 100644 --- a/charts/common/Chart.yaml +++ b/charts/common/Chart.yaml @@ -15,11 +15,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.32 +version: 0.0.33 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.32" +appVersion: "0.0.33" icon: https://cncf-branding.netlify.app/img/projects/helm/horizontal/color/helm-horizontal-color.png diff --git a/charts/common/templates/certificate.yaml b/charts/common/templates/certificate.yaml index fa85bca..0816a8f 100644 --- a/charts/common/templates/certificate.yaml +++ b/charts/common/templates/certificate.yaml @@ -7,7 +7,7 @@ metadata: spec: secretName: {{ $fullName }}-tls duration: 2160h - renewBefore: 2158h + renewBefore: 720h issuerRef: name: {{ .Values.service.tls.issuerName }} kind: ClusterIssuer