Skip to content

Commit 3af3bc8

Browse files
authored
docs(upgrade): add improvements to db-dependency of helm chart (#284)
1 parent 2313413 commit 3af3bc8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/developer/Technical Documentation/Version Upgrade/portal-upgrade-details.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
- [Summary](#summary)
2+
- [vx.x.x](#vxxx)
3+
- [OnboardingServiceProvider - ENHANCED](#onboardingserviceprovider---enhanced)
4+
- [Postgres dependency of helm chart - ENHANCED](#postgres-dependency-of-helm-chart---enhanced)
25
- [v1.8.0](#v180)
36
- [Agreements - ENHANCED](#agreements---enhanced)
47
- [Impact on existing data:](#impact-on-existing-data)
@@ -32,6 +35,8 @@ Each section includes the respective change details, impact on existing data and
3235

3336
> **_INFO:_** inside the detailed descriptions below, the definition 'migration script' refers to the term 'migrations' as it is defined by the ef-core framework: https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations
3437
38+
### vx.x.x
39+
3540
#### OnboardingServiceProvider - ENHANCED
3641

3742
- ENHANCED: table onboarding_service_provider_details "encryption_mode" added
@@ -100,6 +105,12 @@ to ensure the new encryption is able to decrypt preexisting client_secrets the o
100105
echo -n ")U\;>/h=ELj+.v5AD9(P2HQ3JnuYt.R:" | xxd -p
101106
```
102107

108+
#### Postgres dependency of helm chart - ENHANCED
109+
110+
Be aware that the PostgreSQL version of the subchart by Bitnami of the [portal helm chart](https://github.com/eclipse-tractusx/portal) has been changed from 15.4.x to use the latest available version of 15.
111+
112+
In addition, the fullnameOverride, which was set by default, has been removed which leads to a differently named database server. In case you would like to upgrade the PostgreSQL subchart, the fullnameOverride can either be applied by overwrite using an additional values.yaml file or by executing a blue-green deployment, as outlined below: [PostgreSQL Dependency - Upgrade](#postgresql---upgrade)
113+
103114
### v1.8.0
104115

105116
#### Agreements - ENHANCED

0 commit comments

Comments
 (0)