From a70c616b75f6f22abe4033ba5bba896dd00b7959 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 17 May 2021 19:00:39 +0530 Subject: [PATCH] fix: alerts image name --- scripts/helm/README.md | 2 +- scripts/helm/app/README.md | 4 ++-- scripts/helm/openreplay-cli | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/helm/README.md b/scripts/helm/README.md index 1a79331a0..b469889ce 100644 --- a/scripts/helm/README.md +++ b/scripts/helm/README.md @@ -5,7 +5,7 @@ Installation components are separated by namepaces. **Namespace:** - **app:** Core openreplay application related components. - - alert + - alerts - auth - cache - chalice diff --git a/scripts/helm/app/README.md b/scripts/helm/app/README.md index e5faed535..e71d6bb05 100644 --- a/scripts/helm/app/README.md +++ b/scripts/helm/app/README.md @@ -5,9 +5,9 @@ **Below is a sample template.** ```yaml - namespace: app # In which namespace alert runs. + namespace: app # In which namespace alerts runs. image: - repository: 998611063711.dkr.ecr.eu-central-1.amazonaws.com/alert # Which image to use + repository: 998611063711.dkr.ecr.eu-central-1.amazonaws.com/alerts # Which image to use pullPolicy: IfNotPresent tag: "latest" # Overrides the image tag whose default is the chart appVersion. diff --git a/scripts/helm/openreplay-cli b/scripts/helm/openreplay-cli index 05a0b55ed..44af95bb6 100755 --- a/scripts/helm/openreplay-cli +++ b/scripts/helm/openreplay-cli @@ -48,7 +48,7 @@ clear echo -e "${reset}${blue}services: ${services[*]}${reset}" exit 0 } -services=( alert auth cache chalice clickhouse ender events failover filesink filestorage http integrations ios-proxy metadata negative pg-stateless pg preprocessing redis ws ) +services=( alerts auth cache chalice clickhouse ender events failover filesink filestorage http integrations ios-proxy metadata negative pg-stateless pg preprocessing redis ws ) check() { if ! command -v kubectl &> /dev/null