diff --git a/charts/bbgo/Chart.yaml b/charts/bbgo/Chart.yaml index fc8cf7ec7..2d682eaa6 100644 --- a/charts/bbgo/Chart.yaml +++ b/charts/bbgo/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.1 +version: 0.3.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/bbgo/templates/_helpers.tpl b/charts/bbgo/templates/_helpers.tpl index 6b9829c58..afb6d1b07 100644 --- a/charts/bbgo/templates/_helpers.tpl +++ b/charts/bbgo/templates/_helpers.tpl @@ -36,7 +36,7 @@ Common labels {{- define "bbgo.labels" -}} helm.sh/chart: {{ include "bbgo.chart" . }} {{ include "bbgo.selectorLabels" . }} -{{- if .Values.addtionalLabels }} +{{- if .Values.additionalLabels }} {{ toYaml .Values.additionalLabels }} {{- end }} {{- if .Chart.AppVersion }}