From 47ae2e53fa8585b5413570724d27d000b7aca64a Mon Sep 17 00:00:00 2001 From: gisele-igore Date: Tue, 4 Apr 2023 11:25:19 +0200 Subject: [PATCH] Fix Cd --- .circleci/config.yml | 2 +- devops/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f5f4f4d6..51bbfca9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,7 +40,7 @@ jobs: name: Deploy command: > helm upgrade - lecoffre-back devops/charts -i -f devops/charts/values.yaml + lecoffre-back devops/charts -i -f devops/values.yaml -n lecoffre --create-namespace --set lecoffreBack.image.repository='rg.fr-par.scw.cloud/lecoffre/back' diff --git a/devops/Chart.yaml b/devops/Chart.yaml index bea6f14e..8d0279d6 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,5 +21,5 @@ 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.4.1 +appVersion: 0.4.2