fix: alerts image name
This commit is contained in:
parent
59c4113009
commit
365f6fa1f2
3 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ Installation components are separated by namepaces.
|
|||
**Namespace:**
|
||||
|
||||
- **app:** Core openreplay application related components.
|
||||
- alert
|
||||
- alerts
|
||||
- auth
|
||||
- cache
|
||||
- chalice
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue