From 10b85539fa69f2f91e324077f6556d5930bf906e Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 27 Oct 2022 15:33:51 +0200 Subject: [PATCH] chore(helm): Update sourcemapreader image name Signed-off-by: rjshrjndrn --- .../helmcharts/openreplay/charts/sourcemapreader/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/charts/sourcemapreader/values.yaml b/scripts/helmcharts/openreplay/charts/sourcemapreader/values.yaml index 2e2a67aa3..7ad87ec12 100644 --- a/scripts/helmcharts/openreplay/charts/sourcemapreader/values.yaml +++ b/scripts/helmcharts/openreplay/charts/sourcemapreader/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openReplayContainerRegistry }}/sourcemapreader" + repository: "{{ .Values.global.openReplayContainerRegistry }}/sourcemaps-reader" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: ""