From 746f8c8b1829304000defc16cf91f8d0d4b8fdfb Mon Sep 17 00:00:00 2001 From: "fabio.d.mota" Date: Wed, 6 Dec 2023 10:39:58 +0000 Subject: [PATCH] fix(charts): Upgrade charts to new version of applications --- charts/country-risk/Chart.yaml | 4 ++-- charts/country-risk/charts/country-risk-frontend/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/country-risk/Chart.yaml b/charts/country-risk/Chart.yaml index ac299671..2cb364b9 100644 --- a/charts/country-risk/Chart.yaml +++ b/charts/country-risk/Chart.yaml @@ -20,7 +20,7 @@ apiVersion: v2 name: country-risk type: application -version: 3.0.5 +version: 3.0.6 appVersion: "1.2.1" description: A Helm chart for deploying the Country Risk service home: https://github.com/eclipse-tractusx/vas-country-risk-frontend @@ -40,4 +40,4 @@ dependencies: - name: country-risk-backend version: 3.0.4 - name: country-risk-frontend - version: 3.0.3 + version: 3.0.4 diff --git a/charts/country-risk/charts/country-risk-frontend/Chart.yaml b/charts/country-risk/charts/country-risk-frontend/Chart.yaml index da093933..e810e374 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.3 +version: 3.0.4 # 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.2.1" +appVersion: "1.3.0"