From 33cef576fbd35a24e737017f2464bfbd2fbcc9c6 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 1 May 2026 22:30:09 +0200 Subject: [PATCH] Add certificate Signed-off-by: Nikolai Rodionov --- helm/softplayer-backend/Chart.yaml | 2 +- helm/softplayer-backend/templates/certificate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/softplayer-backend/Chart.yaml b/helm/softplayer-backend/Chart.yaml index 0c8a927..5de63db 100644 --- a/helm/softplayer-backend/Chart.yaml +++ b/helm/softplayer-backend/Chart.yaml @@ -15,7 +15,7 @@ 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.2.0 +version: 0.3.0 # 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 diff --git a/helm/softplayer-backend/templates/certificate.yaml b/helm/softplayer-backend/templates/certificate.yaml index 271a926..fc912d1 100644 --- a/helm/softplayer-backend/templates/certificate.yaml +++ b/helm/softplayer-backend/templates/certificate.yaml @@ -12,4 +12,4 @@ spec: group: cert-manager.io kind: ClusterIssuer name: badhouseplants-issuer-http01 - secretName: authentik-tls-secret + secretName: softplayer-backend.badhouseplants.net