From 794ab646101e24c8e51dc364cf05e0a0cfe90dba Mon Sep 17 00:00:00 2001 From: Angel Botev Date: Wed, 24 Jul 2019 13:34:51 +0300 Subject: [PATCH] Bump version and add new value in allowed headers Signed-off-by: Angel Botev --- charts/account-service/Chart.yaml | 2 +- releases/dev/account-service.yaml | 3 ++- releases/staging/account-service.yaml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/account-service/Chart.yaml b/charts/account-service/Chart.yaml index e5ff513..a4f08be 100644 --- a/charts/account-service/Chart.yaml +++ b/charts/account-service/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: Deployment of the nynja account service. name: account-service -version: 0.1.4 +version: 0.1.5 diff --git a/releases/dev/account-service.yaml b/releases/dev/account-service.yaml index 18dc489..36537c3 100644 --- a/releases/dev/account-service.yaml +++ b/releases/dev/account-service.yaml @@ -8,7 +8,7 @@ spec: chart: repository: https://nynjagroup.jfrog.io/nynjagroup/helm/ name: account-service - version: 0.1.4 + version: 0.1.5 values: replicaCount: 1 @@ -63,5 +63,6 @@ spec: - content-type - x-grpc-web - authorization + - access-control-expose-headers maxAge: "600s" diff --git a/releases/staging/account-service.yaml b/releases/staging/account-service.yaml index 56579b3..30d5e8f 100644 --- a/releases/staging/account-service.yaml +++ b/releases/staging/account-service.yaml @@ -8,7 +8,7 @@ spec: chart: repository: https://nynjagroup.jfrog.io/nynjagroup/helm/ name: account-service - version: 0.1.4 + version: 0.1.5 values: replicaCount: 2 @@ -64,4 +64,5 @@ spec: - content-type - x-grpc-web - authorization + - access-control-expose-headers maxAge: "600s" -- GitLab