[bitnami/etcd] Fix configmap template (#6025)

* removed dash from etcd configmap name

* chartversion bumped according to semver
This commit is contained in:
Raphael Grömmer
2021-04-07 08:41:51 +02:00
committed by GitHub
parent 9aeb25df77
commit 2fe5d381ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,4 +25,4 @@ name: etcd
sources:
- https://github.com/bitnami/bitnami-docker-etcd
- https://coreos.com/etcd/
version: 6.1.4
version: 6.1.5
+1 -1
View File
@@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ printf "%s-configuration" (include "common.names.fullname" .) -}}
name: {{ printf "%s-configuration" (include "common.names.fullname" .) }}
namespace: {{ .Release.Namespace }}
labels: {{- include "common.labels.standard" . | nindent 4 }}
{{- if .Values.commonLabels }}