fix(littlelink) fix typo on META_TITLE (#6394)
* fix(littlelink) fix typo on META_TITLE * bump
This commit is contained in:
parent
9c4c9e2a95
commit
2457da18bf
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue