[bitnami/mastodon]: Fix chart installation (#14067)

Signed-off-by: Cristian Marius Tiutiu <v-ctiutiu@digitalocean.com>
This commit is contained in:
Cristian Marius Tiutiu
2022-12-22 09:38:37 +01:00
committed by GitHub
parent 1e92a496bf
commit 8f5731a21b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -42,4 +42,4 @@ name: mastodon
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/mastodon
- https://github.com/mastodon/mastodon/
version: 0.1.1
version: 0.1.2
@@ -3,7 +3,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ printf "%s-externalelasticsearch" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" }}
namespace: {{ include "common.names.namespace" | quote }}
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/part-of: mastodon
{{- if .Values.commonLabels }}
@@ -3,7 +3,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ printf "%s-externalredis" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" }}
namespace: {{ include "common.names.namespace" | quote }}
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/part-of: mastodon
{{- if .Values.commonLabels }}
@@ -3,7 +3,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ printf "%s-externals3" (include "common.names.fullname" .) | trunc 63 | trimSuffix "-" }}
namespace: {{ include "common.names.namespace" | quote }}
namespace: {{ include "common.names.namespace" . | quote }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
app.kubernetes.io/part-of: mastodon
{{- if .Values.commonLabels }}