diff --git a/HelmChart/Public/oneuptime/templates/_helpers.tpl b/HelmChart/Public/oneuptime/templates/_helpers.tpl index 4ffd9aa357..87a28b50d1 100644 --- a/HelmChart/Public/oneuptime/templates/_helpers.tpl +++ b/HelmChart/Public/oneuptime/templates/_helpers.tpl @@ -66,6 +66,8 @@ Usage: value: {{ $.Release.Name }}-incoming-request-ingest.{{ $.Release.Namespace }}.svc.{{ $.Values.global.clusterDomain }} - name: SERVER_FLUENT_INGEST_HOSTNAME value: {{ $.Release.Name }}-fluent-ingest.{{ $.Release.Namespace }}.svc.{{ $.Values.global.clusterDomain }} +- name: SERVER_OPEN_TELEMETRY_INGEST_HOSTNAME + value: {{ $.Release.Name }}-open-telemetry-ingest.{{ $.Release.Namespace }}.svc.{{ $.Values.global.clusterDomain }} - name: SERVER_TEST_SERVER_HOSTNAME value: {{ $.Release.Name }}-test-server.{{ $.Release.Namespace }}.svc.{{ $.Values.global.clusterDomain }} - name: SERVER_OTEL_COLLECTOR_HOSTNAME diff --git a/Tests/Scripts/change-release-to-test-tag.sh b/Tests/Scripts/change-release-to-test-tag.sh index d845f0edc5..f70f2f7191 100644 --- a/Tests/Scripts/change-release-to-test-tag.sh +++ b/Tests/Scripts/change-release-to-test-tag.sh @@ -2,4 +2,4 @@ # This is used to change the release tag to test tag for the tests # Replace APP_TAG in config.env to test -sed -i 's/APP_TAG=latest/APP_TAG=test/g' config.env \ No newline at end of file +sed -i 's/APP_TAG=release/APP_TAG=test/g' config.env \ No newline at end of file