Skip to content

Commit

Permalink
Bugfix: Fix Missing Newline in PodLabels (#91)
Browse files Browse the repository at this point in the history
* Use `nindnet 0` to insert a newline with the `verdaccio.podLabels`
  helper
  • Loading branch information
rblaine95 authored Feb 14, 2022
1 parent 5a7b91c commit fcd9223
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/verdaccio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A lightweight private node.js proxy registry
name: verdaccio
version: 4.6.1
version: 4.6.2
appVersion: 5.5.0
home: https://verdaccio.org
icon: https://cdn.verdaccio.dev/logos/default.png
Expand Down
2 changes: 1 addition & 1 deletion charts/verdaccio/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
{{- end }}
{{- end }}
{{- if (not (empty $labels)) }}
{{- toYaml $labels }}
{{- toYaml $labels | nindent 0 }}
{{- end }}
{{- end -}}

Expand Down

0 comments on commit fcd9223

Please sign in to comment.