fix(littlelink) fix typo on META_TITLE (#6394)
* fix(littlelink) fix typo on META_TITLE * bump
This commit is contained in:
@@ -21,7 +21,7 @@ sources:
|
|||||||
- https://github.com/techno-tim/littlelink-server
|
- https://github.com/techno-tim/littlelink-server
|
||||||
- https://github.com/sethcottle/littlelink
|
- https://github.com/sethcottle/littlelink
|
||||||
type: application
|
type: application
|
||||||
version: 8.0.15
|
version: 8.0.16
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- social
|
- social
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ metadata:
|
|||||||
name: littlelinkconfig
|
name: littlelinkconfig
|
||||||
data:
|
data:
|
||||||
{{- if .Values.littlelink.meta_title }}
|
{{- if .Values.littlelink.meta_title }}
|
||||||
META_TILE: {{ .Values.littlelink.meta_title | quote }}
|
META_TITLE: {{ .Values.littlelink.meta_title | quote }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.littlelink.meta_description }}
|
{{- if .Values.littlelink.meta_description }}
|
||||||
META_DESCRIPTION: {{ .Values.littlelink.meta_description | quote }}
|
META_DESCRIPTION: {{ .Values.littlelink.meta_description | quote }}
|
||||||
|
|||||||
Reference in New Issue
Block a user