diff --git a/stable/dokuwiki/Chart.yaml b/stable/dokuwiki/Chart.yaml index ebc668b4c6..45f1ad0fe2 100644 --- a/stable/dokuwiki/Chart.yaml +++ b/stable/dokuwiki/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: dokuwiki -version: 5.1.0 +version: 5.1.1 appVersion: 0.20180422.201901061035 description: DokuWiki is a standards-compliant, simple to use wiki optimized for creating documentation. It is targeted at developer teams, workgroups, and small companies. diff --git a/stable/dokuwiki/templates/tls-secrets.yaml b/stable/dokuwiki/templates/tls-secrets.yaml index 8f3390bc96..7424e94151 100644 --- a/stable/dokuwiki/templates/tls-secrets.yaml +++ b/stable/dokuwiki/templates/tls-secrets.yaml @@ -5,10 +5,10 @@ kind: Secret metadata: name: {{ .name }} labels: - app: {{ template "dokuwiki.name" . }} - chart: {{ template "dokuwiki.chart" . }} - release: {{ .Release.Name | quote }} - heritage: {{ .Release.Service | quote }} + app: {{ template "dokuwiki.name" $ }} + chart: {{ template "dokuwiki.chart" $ }} + release: {{ $.Release.Name | quote }} + heritage: {{ $.Release.Service | quote }} type: kubernetes.io/tls data: tls.crt: {{ .certificate | b64enc }}