chore(helm): Overriding openreplay docker registry

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-07-01 17:12:55 +02:00
parent 4f64ab4200
commit a532f88185
15 changed files with 15 additions and 14 deletions

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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: ""

View file

@ -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"