fix(littlelink) fix typo on META_TITLE (#6394)

* fix(littlelink) fix typo on META_TITLE

* bump
This commit is contained in:
Xstar97 2023-01-16 03:03:45 -05:00 committed by GitHub
parent 9c4c9e2a95
commit 2457da18bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/techno-tim/littlelink-server
- https://github.com/sethcottle/littlelink
type: application
version: 8.0.15
version: 8.0.16
annotations:
truecharts.org/catagories: |
- social

View File

@ -7,7 +7,7 @@ metadata:
name: littlelinkconfig
data:
{{- if .Values.littlelink.meta_title }}
META_TILE: {{ .Values.littlelink.meta_title | quote }}
META_TITLE: {{ .Values.littlelink.meta_title | quote }}
{{- end }}
{{- if .Values.littlelink.meta_description }}
META_DESCRIPTION: {{ .Values.littlelink.meta_description | quote }}