File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.1.47
18+ version : 0.1.48
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kind: ConfigMap
55metadata :
66 name : {{ $name }}-{{ $settings.data | toYaml | sha256sum | trunc 8 }}
77 {{- if .Values.ns.create }}
8- namespace : {{ toString ( trunc 60 (.Values.name | quote) ) }}
8+ namespace : {{ trunc 60 (.Values.name | quote) }}
99 {{- end }}
1010data :
1111{{- range $fileName, $fileContent := $settings.data }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: HorizontalPodAutoscaler
44metadata :
55 name : {{ include "app.fullname" . }}
66 {{- if .Values.ns.create }}
7- namespace : {{ toString ( trunc 60 (.Values.name | quote) ) }}
7+ namespace : {{ trunc 60 (.Values.name | quote) }}
88 {{- end }}
99 labels :
1010 {{- include "app.labels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ kind: Ingress
1717metadata :
1818 name : {{ $fullName }}
1919 {{- if .Values.ns.create }}
20- namespace : {{ toString ( trunc 60 (.Values.name | quote) ) }}
20+ namespace : {{ trunc 60 (.Values.name | quote) }}
2121 {{- end }}
2222 labels :
2323 {{- include "app.labels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ kind: Namespace
44metadata :
55 annotations :
66 argocd.argoproj.io/sync-options : Validate=false
7- name : {{ toString ( trunc 60 (.Values.name | quote) ) }}
7+ name : {{ trunc 60 (.Values.name | quote) }}
88{{- end }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: {{ .Values.replicasKind }}
33metadata :
44 name : {{ include "app.fullname" . }}
55 {{- if .Values.ns.create }}
6- namespace : {{ toString ( trunc 60 (.Values.name | quote) ) }}
6+ namespace : {{ trunc 60 (.Values.name | quote) }}
77 {{- end }}
88 labels :
99 {{- include "app.labels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Service
33metadata :
44 name : {{ include "app.fullname" . }}
55 {{- if .Values.ns.create }}
6- namespace : {{ toString ( trunc 60 (.Values.name | quote) ) }}
6+ namespace : {{ trunc 60 (.Values.name | quote) }}
77 {{- end }}
88 labels :
99 {{- include "app.labels" . | nindent 4 }}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ kind: ServiceAccount
44metadata :
55 name : {{ include "app.serviceAccountName" . }}
66 {{- if .Values.ns.create }}
7- namespace : {{ toString ( trunc 60 (.Values.name | quote) ) }}
7+ namespace : {{ trunc 60 (.Values.name | quote) }}
88 {{- end }}
99 labels :
1010 {{- include "app.labels" . | nindent 4 }}
You can’t perform that action at this time.
0 commit comments