refactor(sourcemapreader): renaming sourcemap reader (#1676)

Helm chart, image, and sourcefolder are of different names, which causes
confusion and difficulties to automate builds.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2023-11-17 17:07:00 +01:00 committed by rjshrjndrn
parent 43be9e36a3
commit 7f9ab3eb1d
13 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: "{{ .Values.global.openReplayContainerRegistry }}/sourcemaps-reader"
repository: "{{ .Values.global.openReplayContainerRegistry }}/sourcemapreader"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""

View file

@ -8,7 +8,7 @@
# Usage: IMAGE_TAG=latest DOCKER_REPO=myDockerHubID bash build.sh <ee>
set -e
image_name="sourcemaps-reader"
image_name="sourcemapreader"
git_sha=$(git rev-parse --short HEAD)
image_tag=${IMAGE_TAG:-git_sha}