diff --git a/charts/tracetest/Chart.yaml b/charts/tracetest/Chart.yaml index 3b702a8ec..89aee45b3 100644 --- a/charts/tracetest/Chart.yaml +++ b/charts/tracetest/Chart.yaml @@ -26,10 +26,10 @@ 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.33 +version: 0.3.35 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.5.4" +appVersion: "v1.6.0" diff --git a/charts/tracetest/templates/configmap.yaml b/charts/tracetest/templates/configmap.yaml index 95f7f139b..83911871b 100644 --- a/charts/tracetest/templates/configmap.yaml +++ b/charts/tracetest/templates/configmap.yaml @@ -17,7 +17,8 @@ data: {{- toYaml .Values.telemetry | nindent 6 }} server: {{- toYaml .Values.server | nindent 6 }} - provisioning.yaml: |- - {{- toYaml .Values.provisioning | nindent 4 }} + {{- $provision := .Values.provisioning }} + provisioning.yaml: |- + {{- $provision | nindent 4 }} --- {{- end }}