Skip to content

Commit

Permalink
Merge pull request #66 from catenax-ng/fix/charts_upgrade
Browse files Browse the repository at this point in the history
fix(charts): Upgrade charts to new version of applications
  • Loading branch information
SebastianBezold authored Dec 6, 2023
2 parents e63b51d + 746f8c8 commit 4242ec8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/country-risk/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/country-risk/charts/country-risk-frontend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4242ec8

Please sign in to comment.