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