From 59c4113009d0f91b841de6a6dd0d97db90272a41 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 17 May 2021 18:56:25 +0530 Subject: [PATCH] fix: alerts image name --- scripts/helm/app/alerts.yaml | 2 +- scripts/helm/app/http.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/helm/app/alerts.yaml b/scripts/helm/app/alerts.yaml index 4fe30c3cc..7c743a035 100644 --- a/scripts/helm/app/alerts.yaml +++ b/scripts/helm/app/alerts.yaml @@ -1,7 +1,7 @@ namespace: app image: repository: rg.fr-par.scw.cloud/foss - name: alert + name: alerts pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" diff --git a/scripts/helm/app/http.yaml b/scripts/helm/app/http.yaml index d2788970c..82342c171 100644 --- a/scripts/helm/app/http.yaml +++ b/scripts/helm/app/http.yaml @@ -22,9 +22,9 @@ resources: memory: 128Mi env: - ASSETS_ORIGIN: /asayer-sessions-assets # TODO: full path (with the minio prefix) + ASSETS_ORIGIN: /sessions-assets # TODO: full path (with the minio prefix) TOKEN_SECRET: secret_token_string # TODO: generate on buld - S3_BUCKET_IMAGES_IOS: asayer-sessions-mobile-assets + S3_BUCKET_IMAGES_IOS: sessions-mobile-assets AWS_ACCESS_KEY_ID: "minios3AccessKeyS3cr3t" AWS_SECRET_ACCESS_KEY: "m1n10s3CretK3yPassw0rd" AWS_REGION: us-east-1