diff --git a/charts/account-service/Chart.yaml b/charts/account-service/Chart.yaml index e5ff513dd52828a68e6bd060d3047f46436c7b4d..a4f08bedfbce3f68afa232bb3c930a1bf16fad3b 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 18dc4891cd4d3fe9b951a33d63740f7857c1dfef..36537c38d500286dff389f25aed0b96cc74ad805 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 56579b30cce661bd0ca7f5bd32954774d6c6c6c5..30d5e8f32eb28897883644e5c783196bbfdb00ff 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"