From 35c7223d40c6127705be1e5b57a9c7b8c20fe3e8 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 15 Mar 2024 22:37:38 -0600 Subject: [PATCH] change tls secret name --- charts/cops/Chart.yaml | 2 +- charts/cops/templates/ingress.yaml | 2 +- charts/outline/Chart.yaml | 2 +- charts/outline/templates/ingress.yaml | 2 +- charts/tubearchivist/Chart.yaml | 2 +- charts/tubearchivist/templates/ingress.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/cops/Chart.yaml b/charts/cops/Chart.yaml index dfde350..d648fbe 100644 --- a/charts/cops/Chart.yaml +++ b/charts/cops/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: cops -version: 0.0.1 +version: 0.0.2 description: Chart for Calibre OPDS (and HTML) PHP Server keywords: - calibre diff --git a/charts/cops/templates/ingress.yaml b/charts/cops/templates/ingress.yaml index 39757f7..8395226 100644 --- a/charts/cops/templates/ingress.yaml +++ b/charts/cops/templates/ingress.yaml @@ -17,7 +17,7 @@ spec: tls: - hosts: - {{ .Values.ingress.host }} - secretName: {{ .Release.Name }}-tls-secret + secretName: {{ .Release.Name }}-secret-tls rules: - host: {{ .Values.ingress.host }} http: diff --git a/charts/outline/Chart.yaml b/charts/outline/Chart.yaml index 3d304a2..ace7ddd 100644 --- a/charts/outline/Chart.yaml +++ b/charts/outline/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: outline -version: 0.0.6 +version: 0.0.7 description: Chart for Outline wiki keywords: - wiki diff --git a/charts/outline/templates/ingress.yaml b/charts/outline/templates/ingress.yaml index 8537709..8a5dfb8 100644 --- a/charts/outline/templates/ingress.yaml +++ b/charts/outline/templates/ingress.yaml @@ -17,7 +17,7 @@ spec: tls: - hosts: - {{ .Values.ingress.host }} - secretName: {{ .Release.Name }}-tls-secret + secretName: {{ .Release.Name }}-secret-tls rules: - host: {{ .Values.ingress.host }} http: diff --git a/charts/tubearchivist/Chart.yaml b/charts/tubearchivist/Chart.yaml index 73b3e41..158bfe5 100644 --- a/charts/tubearchivist/Chart.yaml +++ b/charts/tubearchivist/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tubearchivist -version: 0.0.4 +version: 0.0.5 sources: - https://github.com/tubearchivist/tubearchivist - https://github.com/bitnami/charts/tree/main/bitnami/redis diff --git a/charts/tubearchivist/templates/ingress.yaml b/charts/tubearchivist/templates/ingress.yaml index 39757f7..8395226 100644 --- a/charts/tubearchivist/templates/ingress.yaml +++ b/charts/tubearchivist/templates/ingress.yaml @@ -17,7 +17,7 @@ spec: tls: - hosts: - {{ .Values.ingress.host }} - secretName: {{ .Release.Name }}-tls-secret + secretName: {{ .Release.Name }}-secret-tls rules: - host: {{ .Values.ingress.host }} http: