diff --git a/.circleci/config.yml b/.circleci/config.yml index 92b485380..4cae5d7cd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,7 @@ workflows: context: main-builds filters: branches: - only: gergo/helmChartTest + only: gergo/bogus jobs: test_server: diff --git a/utils/helm/speckle-server/templates/test/test-deployment.yaml b/utils/helm/speckle-server/templates/test/test-deployment.yaml index 6894aad80..0af0c7066 100644 --- a/utils/helm/speckle-server/templates/test/test-deployment.yaml +++ b/utils/helm/speckle-server/templates/test/test-deployment.yaml @@ -17,7 +17,6 @@ spec: - name: SPECKLE_SERVER value: https://{{ .Values.domain }} - name: SERVER_VERSION - # value: {{ .Values.docker_image_tag }} - value: "2.3.3" + value: {{ .Values.docker_image_tag }} restartPolicy: Never {{- end }} \ No newline at end of file