Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Upgrade Postgres version #68

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading