diff --git a/charts/vespa/Chart.yaml b/charts/vespa/Chart.yaml index eb8f880..85e512a 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.11 +version: 0.2.12 # 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 d744212..a95658f 100644 --- a/charts/vespa/templates/tests/test-connection.yaml +++ b/charts/vespa/templates/tests/test-connection.yaml @@ -11,5 +11,5 @@ spec: - name: wget image: busybox command: ['wget'] - args: ['{{ include "vespa.fullname" . }}:{{ .Values.service.port }}'] + args: ['da-vespa-0.{{ .Values.service.name }}:{{ .Values.vespa.service.ports[0].port }}/state/v1/health'] restartPolicy: Never