From d646ec172cbf74515eb4abb68a32ee2d23540de1 Mon Sep 17 00:00:00 2001 From: gisele-igore Date: Mon, 3 Apr 2023 23:24:05 +0200 Subject: [PATCH] Fix Deployment Sets --- .circleci/config.yml | 4 ++-- devops/charts/Chart.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 95a6a9dd..b91f2f81 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -43,8 +43,8 @@ jobs: lecoffre-back devops/charts -i -f devops/charts/values.yaml -n lecoffre --create-namespace - --set back.image.tag=$TAG - --set back.image.repository='rg.fr-par.scw.cloud/lecoffre/back' + --set lecoffreBack.image.tag=$TAG + --set lecoffreBack.image.repository='rg.fr-par.scw.cloud/lecoffre/back' workflows: diff --git a/devops/charts/Chart.yaml b/devops/charts/Chart.yaml index 3a865bda..7697e56b 100644 --- a/devops/charts/Chart.yaml +++ b/devops/charts/Chart.yaml @@ -21,4 +21,4 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.1" \ No newline at end of file +appVersion: 0.3.2 \ No newline at end of file