Skip to content

Commit

Permalink
Merge pull request #68 from catenax-ng/fix/postgres_database_version
Browse files Browse the repository at this point in the history
 Upgrade Postgres version
  • Loading branch information
SebastianBezold committed Jan 15, 2024
2 parents 4242ec8 + c6e8674 commit d04e450
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.6
version: 3.0.7
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 @@ -29,7 +29,7 @@ sources:
- https://github.com/eclipse-tractusx/vas-country-risk-backend
dependencies:
- name: postgresql
version: 11.*.*
version: 12.*.*
repository: https://charts.bitnami.com/bitnami
alias: postgres
condition: postgres.enabled
Expand All @@ -38,6 +38,6 @@ dependencies:
repository: https://helm.runix.net
version: 1.x.x
- name: country-risk-backend
version: 3.0.4
version: 3.0.5
- name: country-risk-frontend
version: 3.0.4
4 changes: 2 additions & 2 deletions charts/country-risk/charts/country-risk-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ 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.4
version: 3.0.5

# 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
Expand All @@ -46,7 +46,7 @@ appVersion: "1.2.3"

dependencies:
- name: postgresql
version: 11.*.*
version: 12.*.*
repository: https://charts.bitnami.com/bitnami
alias: postgres
condition: postgres.enabled
Expand Down

0 comments on commit d04e450

Please sign in to comment.