change tls secret name

This commit is contained in:
2024-03-15 22:37:38 -06:00
parent 32bda525a1
commit 35c7223d40
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: cops name: cops
version: 0.0.1 version: 0.0.2
description: Chart for Calibre OPDS (and HTML) PHP Server description: Chart for Calibre OPDS (and HTML) PHP Server
keywords: keywords:
- calibre - calibre

View File

@@ -17,7 +17,7 @@ spec:
tls: tls:
- hosts: - hosts:
- {{ .Values.ingress.host }} - {{ .Values.ingress.host }}
secretName: {{ .Release.Name }}-tls-secret secretName: {{ .Release.Name }}-secret-tls
rules: rules:
- host: {{ .Values.ingress.host }} - host: {{ .Values.ingress.host }}
http: http:

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: outline name: outline
version: 0.0.6 version: 0.0.7
description: Chart for Outline wiki description: Chart for Outline wiki
keywords: keywords:
- wiki - wiki

View File

@@ -17,7 +17,7 @@ spec:
tls: tls:
- hosts: - hosts:
- {{ .Values.ingress.host }} - {{ .Values.ingress.host }}
secretName: {{ .Release.Name }}-tls-secret secretName: {{ .Release.Name }}-secret-tls
rules: rules:
- host: {{ .Values.ingress.host }} - host: {{ .Values.ingress.host }}
http: http:

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: tubearchivist name: tubearchivist
version: 0.0.4 version: 0.0.5
sources: sources:
- https://github.com/tubearchivist/tubearchivist - https://github.com/tubearchivist/tubearchivist
- https://github.com/bitnami/charts/tree/main/bitnami/redis - https://github.com/bitnami/charts/tree/main/bitnami/redis

View File

@@ -17,7 +17,7 @@ spec:
tls: tls:
- hosts: - hosts:
- {{ .Values.ingress.host }} - {{ .Values.ingress.host }}
secretName: {{ .Release.Name }}-tls-secret secretName: {{ .Release.Name }}-secret-tls
rules: rules:
- host: {{ .Values.ingress.host }} - host: {{ .Values.ingress.host }}
http: http: