From 48a644908e6fce103453c457bf2e89530fd214fc Mon Sep 17 00:00:00 2001 From: "fabio.d.mota" Date: Thu, 29 Feb 2024 14:10:22 +0000 Subject: [PATCH 1/2] charts(frontend): Update charts to use new country risk versions --- .idea/product-vas-country-risk-frontend.iml | 3 +++ charts/country-risk/Chart.yaml | 8 ++++---- .../country-risk/charts/country-risk-backend/Chart.yaml | 4 ++-- .../country-risk/charts/country-risk-frontend/Chart.yaml | 4 ++-- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.idea/product-vas-country-risk-frontend.iml b/.idea/product-vas-country-risk-frontend.iml index d6ebd480..8db5e528 100644 --- a/.idea/product-vas-country-risk-frontend.iml +++ b/.idea/product-vas-country-risk-frontend.iml @@ -6,4 +6,7 @@ + + \ No newline at end of file diff --git a/charts/country-risk/Chart.yaml b/charts/country-risk/Chart.yaml index c7bae989..751c8f67 100644 --- a/charts/country-risk/Chart.yaml +++ b/charts/country-risk/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: country-risk type: application -version: 3.0.10 -appVersion: "1.3.0" +version: 3.0.11 +appVersion: "1.3.1" description: A Helm chart for deploying the Country Risk service home: https://github.com/eclipse-tractusx/vas-country-risk-frontend sources: @@ -38,6 +38,6 @@ dependencies: repository: https://helm.runix.net version: 1.x.x - name: country-risk-backend - version: 3.0.7 + version: 3.0.8 - name: country-risk-frontend - version: 3.0.5 + version: 3.0.6 diff --git a/charts/country-risk/charts/country-risk-backend/Chart.yaml b/charts/country-risk/charts/country-risk-backend/Chart.yaml index 490cf4ac..81cd2828 100644 --- a/charts/country-risk/charts/country-risk-backend/Chart.yaml +++ b/charts/country-risk/charts/country-risk-backend/Chart.yaml @@ -36,13 +36,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.0.7 +version: 3.0.8 # This is the version number of the application being deployed. This version number should be # 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: "1.3.0" +appVersion: "1.3.1" dependencies: - name: postgresql diff --git a/charts/country-risk/charts/country-risk-frontend/Chart.yaml b/charts/country-risk/charts/country-risk-frontend/Chart.yaml index 8e021394..91bc1252 100644 --- a/charts/country-risk/charts/country-risk-frontend/Chart.yaml +++ b/charts/country-risk/charts/country-risk-frontend/Chart.yaml @@ -34,10 +34,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.0.5 +version: 3.0.6 # This is the version number of the application being deployed. This version number should be # 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: "1.3.0" +appVersion: "1.3.1" From dd1674e3acf14e28cc0515707ac2eee0b33dfd78 Mon Sep 17 00:00:00 2001 From: "fabio.d.mota" Date: Thu, 29 Feb 2024 14:13:28 +0000 Subject: [PATCH 2/2] Remove unnecessary file and update .gitignore --- .idea/product-vas-country-risk-frontend.iml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .idea/product-vas-country-risk-frontend.iml diff --git a/.idea/product-vas-country-risk-frontend.iml b/.idea/product-vas-country-risk-frontend.iml deleted file mode 100644 index 8db5e528..00000000 --- a/.idea/product-vas-country-risk-frontend.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - \ No newline at end of file