diff --git a/charts/vespa/Chart.yaml b/charts/vespa/Chart.yaml index c540d0d..826e078 100644 --- a/charts/vespa/Chart.yaml +++ b/charts/vespa/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.2.14 +version: 0.2.15 # 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/vespa/templates/tests/test-connection.yaml b/charts/vespa/templates/tests/test-connection.yaml index b5a1d0c..08e0615 100644 --- a/charts/vespa/templates/tests/test-connection.yaml +++ b/charts/vespa/templates/tests/test-connection.yaml @@ -1,7 +1,7 @@ apiVersion: v1 kind: Pod metadata: - name: {{ include vespa.fullname' . }}-test-connection + name: {{ include "vespa.fullname" . }}-test-connection labels: {{- include "vespa.labels" . | nindent 4 }} annotations: