From a532f881856b7eabc51c2c07f43bf40b72630561 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 1 Jul 2022 17:12:55 +0200 Subject: [PATCH] chore(helm): Overriding openreplay docker registry Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/charts/alerts/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/assets/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/assist/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/chalice/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/db/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/ender/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/frontend/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/heuristics/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/http/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/integrations/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/peers/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/sink/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/storage/values.yaml | 2 +- scripts/helmcharts/openreplay/charts/utilities/values.yaml | 2 +- scripts/helmcharts/vars.yaml | 1 + 15 files changed, 15 insertions(+), 14 deletions(-) diff --git a/scripts/helmcharts/openreplay/charts/alerts/values.yaml b/scripts/helmcharts/openreplay/charts/alerts/values.yaml index adf9a064f..cb88f936f 100644 --- a/scripts/helmcharts/openreplay/charts/alerts/values.yaml +++ b/scripts/helmcharts/openreplay/charts/alerts/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/alerts" + repository: "{{ .Values.global.openReplayContainerRegistry }}/alerts" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/assets/values.yaml b/scripts/helmcharts/openreplay/charts/assets/values.yaml index 4bfe0e2ad..1e92bd011 100644 --- a/scripts/helmcharts/openreplay/charts/assets/values.yaml +++ b/scripts/helmcharts/openreplay/charts/assets/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/assets" + repository: "{{ .Values.global.openReplayContainerRegistry }}/assets" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/assist/values.yaml b/scripts/helmcharts/openreplay/charts/assist/values.yaml index 6a8cae1c5..ebddeb96a 100644 --- a/scripts/helmcharts/openreplay/charts/assist/values.yaml +++ b/scripts/helmcharts/openreplay/charts/assist/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/assist" + repository: "{{ .Values.global.openReplayContainerRegistry }}/assist" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/chalice/values.yaml b/scripts/helmcharts/openreplay/charts/chalice/values.yaml index 8eaf0557e..e720c80a1 100644 --- a/scripts/helmcharts/openreplay/charts/chalice/values.yaml +++ b/scripts/helmcharts/openreplay/charts/chalice/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/chalice" + repository: "{{ .Values.global.openReplayContainerRegistry }}/chalice" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/db/values.yaml b/scripts/helmcharts/openreplay/charts/db/values.yaml index 046e8b047..d60ec9097 100644 --- a/scripts/helmcharts/openreplay/charts/db/values.yaml +++ b/scripts/helmcharts/openreplay/charts/db/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/db" + repository: "{{ .Values.global.openReplayContainerRegistry }}/db" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/ender/values.yaml b/scripts/helmcharts/openreplay/charts/ender/values.yaml index c133df3f0..9fe79193e 100644 --- a/scripts/helmcharts/openreplay/charts/ender/values.yaml +++ b/scripts/helmcharts/openreplay/charts/ender/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/ender" + repository: "{{ .Values.global.openReplayContainerRegistry }}/ender" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/frontend/values.yaml b/scripts/helmcharts/openreplay/charts/frontend/values.yaml index cbc8e304d..97aab3361 100644 --- a/scripts/helmcharts/openreplay/charts/frontend/values.yaml +++ b/scripts/helmcharts/openreplay/charts/frontend/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/frontend" + repository: "{{ .Values.global.openReplayContainerRegistry }}/frontend" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/heuristics/values.yaml b/scripts/helmcharts/openreplay/charts/heuristics/values.yaml index e2ca5d668..c39ed0283 100644 --- a/scripts/helmcharts/openreplay/charts/heuristics/values.yaml +++ b/scripts/helmcharts/openreplay/charts/heuristics/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/heuristics" + repository: "{{ .Values.global.openReplayContainerRegistry }}/heuristics" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/http/values.yaml b/scripts/helmcharts/openreplay/charts/http/values.yaml index a896a8034..883a5dad4 100644 --- a/scripts/helmcharts/openreplay/charts/http/values.yaml +++ b/scripts/helmcharts/openreplay/charts/http/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/http" + repository: "{{ .Values.global.openReplayContainerRegistry }}/http" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/integrations/values.yaml b/scripts/helmcharts/openreplay/charts/integrations/values.yaml index 6552866f2..27a9fd763 100644 --- a/scripts/helmcharts/openreplay/charts/integrations/values.yaml +++ b/scripts/helmcharts/openreplay/charts/integrations/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/integrations" + repository: "{{ .Values.global.openReplayContainerRegistry }}/integrations" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/peers/values.yaml b/scripts/helmcharts/openreplay/charts/peers/values.yaml index d151a26d4..d302f10f6 100644 --- a/scripts/helmcharts/openreplay/charts/peers/values.yaml +++ b/scripts/helmcharts/openreplay/charts/peers/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/peers" + repository: "{{ .Values.global.openReplayContainerRegistry }}/peers" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/sink/values.yaml b/scripts/helmcharts/openreplay/charts/sink/values.yaml index 91340fdae..46d08e8ec 100644 --- a/scripts/helmcharts/openreplay/charts/sink/values.yaml +++ b/scripts/helmcharts/openreplay/charts/sink/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/sink" + repository: "{{ .Values.global.openReplayContainerRegistry }}/sink" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/storage/values.yaml b/scripts/helmcharts/openreplay/charts/storage/values.yaml index e2b02e150..51e387dc3 100644 --- a/scripts/helmcharts/openreplay/charts/storage/values.yaml +++ b/scripts/helmcharts/openreplay/charts/storage/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/storage" + repository: "{{ .Values.global.openReplayContainerRegistry }}/storage" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/openreplay/charts/utilities/values.yaml b/scripts/helmcharts/openreplay/charts/utilities/values.yaml index 3a256e7af..f832be507 100644 --- a/scripts/helmcharts/openreplay/charts/utilities/values.yaml +++ b/scripts/helmcharts/openreplay/charts/utilities/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: "{{ .Values.global.openreplayRepository }}/utilities" + repository: "{{ .Values.global.openReplayContainerRegistry }}/utilities" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/scripts/helmcharts/vars.yaml b/scripts/helmcharts/vars.yaml index 531b46fea..7a9a5ef3d 100644 --- a/scripts/helmcharts/vars.yaml +++ b/scripts/helmcharts/vars.yaml @@ -92,6 +92,7 @@ global: kafka: *kafka redis: *redis minio: *minio + openReplayContainerRegistry: "rg.fr-par.scw.cloud/foss" s3: region: "us-east-1" endpoint: "http://minio.db.svc.cluster.local:9000"