fix: alerts image name

This commit is contained in:
Shekar Siri 2021-05-17 19:00:39 +05:30
parent 9a6fd698d0
commit a70c616b75
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ Installation components are separated by namepaces.
**Namespace:**
- **app:** Core openreplay application related components.
- alert
- alerts
- auth
- cache
- chalice

View file

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

View file

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