From a521600715dc90c97bc41645d38da2a7874dda2f Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Fri, 29 Nov 2024 17:04:31 +0100 Subject: [PATCH] build(2.3.0): bump version and update docs --- CHANGELOG.md | 70 +++++-------------- charts/localdev/Chart.yaml | 6 +- charts/localdev/README.md | 7 +- charts/portal/Chart.yaml | 4 +- charts/portal/README.md | 54 +++++++------- charts/portal/README.md.gotmpl | 22 +++--- .../argocd-app-templates/appsetup-int.yaml | 2 +- .../argocd-app-templates/appsetup-stable.yaml | 2 +- 8 files changed, 66 insertions(+), 101 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc88c4a..9891a8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,50 +2,28 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal helm chart. -## 2.3.0-RC4 +## 2.3.0 -### Change - -* changed to new container images - * portal-frontend: v2.3.0-RC4 - * portal-backend: v2.3.0-RC2 - + portal-assets: v2.3.0-RC1 -* portal-backend: changed operator default information [#469](https://github.com/eclipse-tractusx/portal/pull/469) - -## 2.3.0-RC1 - -### Change - -* changed to new container images - * portal-frontend: v2.3.0-RC1 - * portal-backend: v2.3.0-RC1 - + portal-frontend-registration: v2.1.0-RC1 - -## 2.3.0-alpha.3 - -## Feature +### Feature * enabled seeding of operator information and test data [#450](https://github.com/eclipse-tractusx/portal/pull/450) +* added imagePullSecrets for jobs (previously only deployments had been enabled) [#431](https://github.com/eclipse-tractusx/portal/pull/431) ### Change * changed to new container images - * portal-frontend: v2.3.0-alpha.3 - * portal-backend: v2.3.0-alpha.3 -* portal-backend: added dimUserRole configuration [#440](https://github.com/eclipse-tractusx/portal/pull/440) - -## Bugfixes - -* portal-backend: adjusted DIM configuration to enable other Identity Provider than centralidp [#455](https://github.com/eclipse-tractusx/portal/pull/455) -* portal-frontend: updated Onboarding Service Provider (OSP) path to camelCase [#448](https://github.com/eclipse-tractusx/portal/pull/448) - -## 2.3.0-alpha.2 - -### Change - -* changed to new container images - * portal-frontend: v2.3.0-alpha.2 - * portal-backend: v2.3.0-alpha.2 + * portal-frontend: v2.3.0 + * portal-backend: v2.3.0 + * portal-assets: v2.3.0 + * portal-frontend-registration: v2.1.0 +* portal-backend: + * added configuration for bpdmStartReady toggle [#403](https://github.com/eclipse-tractusx/portal/pull/403) + * added configuration for bpn access [#426](https://github.com/eclipse-tractusx/portal/pull/426) + * added configuration to for maintenance job to retrigger clearinghouse [#418](https://github.com/eclipse-tractusx/portal/pull/418) + * added DIM user roles to service account settings [#435](https://github.com/eclipse-tractusx/portal/pull/435) + * adjusted configuration for enabled startSharingStateAsReady from BPDM side [#445](https://github.com/eclipse-tractusx/portal/pull/445) + * added dimUserRole configuration [#440](https://github.com/eclipse-tractusx/portal/pull/440) + * changed operator default information [#469](https://github.com/eclipse-tractusx/portal/pull/469) * portal-frontend [#438](https://github.com/eclipse-tractusx/portal/pull/438) * added client ID value for BPDM * moved clearinghouseConnectDisabled from backend to global @@ -53,23 +31,11 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel * CLEARINGHOUSE_CONNECT_DISABLED * CLIENT_ID_REGISTRATION * CLIENT_ID_BPDM -* portal-backend: - * added DIM user roles to service account settings [#435](https://github.com/eclipse-tractusx/portal/pull/435) - * adjusted configuration for enabled startSharingStateAsReady from BPDM side [#445](https://github.com/eclipse-tractusx/portal/pull/445) -## 2.3.0-alpha.1 +### Bugfixes -### Change - -* changed to new container images - * portal-frontend: v2.3.0-alpha.1 - * portal-backend: v2.3.0-alpha.1 - * portal-frontend-registration: v2.1.0-alpha.1 -* portal-backend: - * added configuration for bpdmStartReady toggle [#403](https://github.com/eclipse-tractusx/portal/pull/403) - * added configuration for bpn access [#426](https://github.com/eclipse-tractusx/portal/pull/426) - * added configuration to for maintenance job to retrigger clearinghouse [#418](https://github.com/eclipse-tractusx/portal/pull/418) -* added imagePullSecrets for jobs (previously only deployments had been enabled) [#431](https://github.com/eclipse-tractusx/portal/pull/431) +* portal-backend: adjusted DIM configuration to enable other Identity Provider than centralidp [#455](https://github.com/eclipse-tractusx/portal/pull/455) +* portal-frontend: updated Onboarding Service Provider (OSP) path to camelCase [#448](https://github.com/eclipse-tractusx/portal/pull/448) ## 2.2.0 diff --git a/charts/localdev/Chart.yaml b/charts/localdev/Chart.yaml index 2b279f0c..b323094c 100644 --- a/charts/localdev/Chart.yaml +++ b/charts/localdev/Chart.yaml @@ -33,15 +33,15 @@ dependencies: - condition: portal.enabled name: portal repository: file://../portal - version: 2.3.0-RC4 + version: 2.3.0 - condition: centralidp.enabled name: centralidp repository: https://eclipse-tractusx.github.io/charts/dev - version: 4.0.0-rc.1 + version: 4.0.0 - condition: sharedidp.enabled name: sharedidp repository: https://eclipse-tractusx.github.io/charts/dev - version: 4.0.0-rc.1 + version: 4.0.0 - condition: pgadmin4.enabled name: pgadmin4 repository: https://helm.runix.net diff --git a/charts/localdev/README.md b/charts/localdev/README.md index 5f7ad106..5749d394 100644 --- a/charts/localdev/README.md +++ b/charts/localdev/README.md @@ -574,10 +574,10 @@ See [cert-manager self-signed](https://cert-manager.io/docs/configuration/selfsi | Repository | Name | Version | |------------|------|---------| -| file://../portal | portal | 2.3.0-RC4 | +| file://../portal | portal | 2.3.0 | | https://charts.bitnami.com/bitnami | postgresportal(postgresql) | 12.12.x | -| https://eclipse-tractusx.github.io/charts/dev | centralidp | 4.0.0-rc.1 | -| https://eclipse-tractusx.github.io/charts/dev | sharedidp | 4.0.0-rc.1 | +| https://eclipse-tractusx.github.io/charts/dev | centralidp | 4.0.0 | +| https://eclipse-tractusx.github.io/charts/dev | sharedidp | 4.0.0 | | https://helm.runix.net | pgadmin4 | 1.17.x | ## Values @@ -662,7 +662,6 @@ See [cert-manager self-signed](https://cert-manager.io/docs/configuration/selfsi | portal.backend.processesworker.bpdm.clientId | string | `"sa-cl7-cx-5"` | | | portal.backend.processesworker.bpdm.clientSecret | string | `"changeme"` | | | portal.backend.processesworker.custodian | object | `{"clientId":"sa-cl5-custodian-2","clientSecret":"changeme"}` | no configuration for clearinghouse because it's an external component clientId and clientSecret aren't in the centralidp Keycloak clearinghouse: clientId: "clearinghouse-client-id" clientSecret: "" | -| portal.backend.processesworker.sdfactory.issuerBpn | string | `"BPNL00000003CRHK"` | | | portal.backend.processesworker.sdfactory.clientId | string | `"sa-cl8-cx-1"` | | | portal.backend.processesworker.sdfactory.clientSecret | string | `"changeme"` | | | portal.backend.processesworker.offerprovider.clientId | string | `"sa-cl2-03"` | | diff --git a/charts/portal/Chart.yaml b/charts/portal/Chart.yaml index 340e5ad4..6950e746 100644 --- a/charts/portal/Chart.yaml +++ b/charts/portal/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: portal type: application -version: 2.3.0-RC4 -appVersion: 2.3.0-RC4 +version: 2.3.0 +appVersion: 2.3.0 description: Helm chart for Catena-X Portal home: https://github.com/eclipse-tractusx/portal sources: diff --git a/charts/portal/README.md b/charts/portal/README.md index 66af96b8..570db8dd 100644 --- a/charts/portal/README.md +++ b/charts/portal/README.md @@ -1,26 +1,26 @@ # Helm chart for Catena-X Portal -![Version: 2.3.0-RC4](https://img.shields.io/badge/Version-2.3.0--RC4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0-RC4](https://img.shields.io/badge/AppVersion-2.3.0--RC4-informational?style=flat-square) +![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.3.0](https://img.shields.io/badge/AppVersion-2.3.0-informational?style=flat-square) This helm chart installs the Portal application which consists of -* [portal-frontend (v2.3.0-RC4)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.3.0-RC4), -* [portal-frontend-registration (v2.1.0-RC1)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v2.1.0-RC1), -* [portal-assets (v2.3.0-RC1)](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0-RC1) and -* [portal-backend (v2.3.0-RC2)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.3.0-RC2). +* [portal-frontend (v2.3.0)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.3.0), +* [portal-frontend-registration (v2.1.0)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v2.1.0), +* [portal-assets (v2.3.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0) and +* [portal-backend (v2.3.0)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.3.0). The Portal is designed to work with the [IAM](https://github.com/eclipse-tractusx/portal-iam). -This version is compatible with the 4.0.0-rc.1 version of the IAM instances: -* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-4.0.0-rc.1/charts/centralidp/README.md) -* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-4.0.0-rc.1/charts/sharedidp/README.md) +This version is compatible with the 4.0.0 version of the IAM instances: +* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-4.0.0/charts/centralidp/README.md) +* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-4.0.0/charts/sharedidp/README.md) -For information on how to upgrade from previous versions please refer to [Version Upgrade](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0-RC1/docs/developer/Technical%20Documentation/Version%20Upgrade/portal-upgrade-details.md). +For information on how to upgrade from previous versions please refer to [Version Upgrade](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0/docs/admin/Version%20Upgrade/portal-upgrade-details.md). -For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0-RC1/docs/developer/Technical%20Documentation). +For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0/docs/admin). -For information about the initial wallet insert for the Operator, please refer to [initial operator wallet setup](https://github.com/eclipse-tractusx/portal-assets/blob/v2.3.0-RC1/docs/developer/Technical%20Documentation/Operator%20Wallet%20Setup/Initial%20Setup.md). +For information about the initial wallet insert for the Operator, please refer to [initial operator wallet setup](https://github.com/eclipse-tractusx/portal-assets/blob/v2.3.0/docs/admin/Operator%20Wallet%20Setup/Initial%20Setup.md). -In case of usage of the Decentral Identity Management (DIM) Wallet: this version is compatible with the 2.1.x version of the [SSI DIM Middle Layer](https://github.com/SAP/ssi-dim-middle-layer). +In case of usage of the Decentralized Identity Verification (DIV, formerly known as DIM) Wallet: this version is compatible with the 2.x.x version of the [SSI DIM Middle Layer](https://github.com/SAP/ssi-dim-middle-layer). The referenced container images are for demonstration purposes only. @@ -45,7 +45,7 @@ To use the helm chart as a dependency: dependencies: - name: portal repository: https://eclipse-tractusx.github.io/charts/dev - version: 2.3.0-RC4 + version: 2.3.0 ``` ## Requirements @@ -83,8 +83,8 @@ dependencies: | dimWrapper.apiPath | string | `"/api/dim"` | Provide the api path | | dimWrapper.tokenAddress | string | `"https://keycloak.example.org/realms/example/protocol/openid-connect/token"` | Provide dim token address. | | decentralIdentityManagementAuthAddress | string | `"https://dis-integration-service-prod.eu10.dim.cloud.sap/api/v2.0.0/iatp/catena-x-portal"` | | -| operator | object | `{"bpn":"empty","city":"Munich","country_alpha2code":"DE","name":"Catena-X","region":"","shortname":"Catena-X","streetAdditional":"","streetName":"Street","streetNumber":"1","zipCode":"0001"}` | Set information related to the operator company | -| operator.bpn | string | `"empty"` | The bpn of the operator | +| operator | object | `{"bpn":"BPNL00000003CRHK","city":"Munich","country_alpha2code":"DE","name":"Catena-X","region":"","shortname":"Catena-X","streetAdditional":"","streetName":"Street","streetNumber":"1","zipCode":"0001"}` | Set information related to the operator company | +| operator.bpn | string | `"BPNL00000003CRHK"` | The bpn of the operator | | operator.name | string | `"Catena-X"` | The name of the operator | | operator.shortname | string | `"Catena-X"` | The shortname of the operator | | operator.city | string | `"Munich"` | The city of the operator address | @@ -100,20 +100,20 @@ dependencies: | frontend.ingress.hosts[0] | object | `{"host":"","paths":[{"backend":{"port":8080,"service":"portal"},"path":"/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"registration"},"path":"/registration/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"assets"},"path":"/((assets|documentation)/.*)","pathType":"Prefix"}]}` | Provide default path for the ingress record. | | frontend.portal.name | string | `"portal"` | | | frontend.portal.image.name | string | `"docker.io/tractusx/portal-frontend"` | | -| frontend.portal.image.portaltag | string | `"v2.3.0-RC4"` | | +| frontend.portal.image.portaltag | string | `"v2.3.0"` | | | frontend.portal.image.pullPolicy | string | `"IfNotPresent"` | | | frontend.portal.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | frontend.portal.resources | object | `{"limits":{"cpu":"75m","memory":"125M"},"requests":{"cpu":"25m","memory":"125M"}}` | We recommend to review the default resource limits as this should a conscious choice. | | frontend.portal.requireHttpsUrlPattern | bool | `true` | | | frontend.registration.name | string | `"registration"` | | | frontend.registration.image.name | string | `"docker.io/tractusx/portal-frontend-registration"` | | -| frontend.registration.image.registrationtag | string | `"v2.1.0-RC1"` | | +| frontend.registration.image.registrationtag | string | `"v2.1.0"` | | | frontend.registration.image.pullPolicy | string | `"IfNotPresent"` | | | frontend.registration.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | frontend.registration.resources | object | `{"limits":{"cpu":"75m","memory":"100M"},"requests":{"cpu":"25m","memory":"100M"}}` | We recommend to review the default resource limits as this should a conscious choice. | | frontend.assets.name | string | `"assets"` | | | frontend.assets.image.name | string | `"docker.io/tractusx/portal-assets"` | | -| frontend.assets.image.assetstag | string | `"v2.3.0-RC1"` | | +| frontend.assets.image.assetstag | string | `"v2.3.0"` | | | frontend.assets.image.pullPolicy | string | `"IfNotPresent"` | | | frontend.assets.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | frontend.assets.resources | object | `{"limits":{"cpu":"45m","memory":"100M"},"requests":{"cpu":"25m","memory":"100M"}}` | We recommend to review the default resource limits as this should a conscious choice. | @@ -161,7 +161,7 @@ dependencies: | backend.healthChecks.readyness.path | string | `"/ready"` | | | backend.registration.name | string | `"registration-service"` | | | backend.registration.image.name | string | `"docker.io/tractusx/portal-registration-service"` | | -| backend.registration.image.registrationservicetag | string | `"v2.3.0-RC2"` | | +| backend.registration.image.registrationservicetag | string | `"v2.3.0"` | | | backend.registration.image.pullPolicy | string | `"IfNotPresent"` | | | backend.registration.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | backend.registration.resources | object | `{"limits":{"cpu":"225m","memory":"400M"},"requests":{"cpu":"75m","memory":"400M"}}` | We recommend to review the default resource limits as this should a conscious choice. | @@ -188,7 +188,7 @@ dependencies: | backend.registration.submitDocumentTypeIds.type0 | string | `"COMMERCIAL_REGISTER_EXTRACT"` | | | backend.administration.name | string | `"administration-service"` | | | backend.administration.image.name | string | `"docker.io/tractusx/portal-administration-service"` | | -| backend.administration.image.administrationservicetag | string | `"v2.3.0-RC2"` | | +| backend.administration.image.administrationservicetag | string | `"v2.3.0"` | | | backend.administration.image.pullPolicy | string | `"IfNotPresent"` | | | backend.administration.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | backend.administration.resources | object | `{"limits":{"cpu":"225m","memory":"600M"},"requests":{"cpu":"75m","memory":"600M"}}` | We recommend to review the default resource limits as this should a conscious choice. | @@ -253,7 +253,7 @@ dependencies: | backend.provisioning.sharedRealm.smtpServer.replyTo | string | `"smtp@example.org"` | Provide replyTo. | | backend.appmarketplace.name | string | `"marketplace-app-service"` | | | backend.appmarketplace.image.name | string | `"docker.io/tractusx/portal-marketplace-app-service"` | | -| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v2.3.0-RC2"` | | +| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v2.3.0"` | | | backend.appmarketplace.image.pullPolicy | string | `"IfNotPresent"` | | | backend.appmarketplace.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | backend.appmarketplace.resources | object | `{"limits":{"cpu":"225m","memory":"500M"},"requests":{"cpu":"75m","memory":"500M"}}` | We recommend to review the default resource limits as this should a conscious choice. | @@ -336,7 +336,7 @@ dependencies: | backend.appmarketplace.companyAdminRoles.role0 | string | `"Company Admin"` | | | backend.portalmigrations.name | string | `"portal-migrations"` | | | backend.portalmigrations.image.name | string | `"docker.io/tractusx/portal-portal-migrations"` | | -| backend.portalmigrations.image.portalmigrationstag | string | `"v2.3.0-RC2"` | | +| backend.portalmigrations.image.portalmigrationstag | string | `"v2.3.0"` | | | backend.portalmigrations.image.pullPolicy | string | `"IfNotPresent"` | | | backend.portalmigrations.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | backend.portalmigrations.resources | object | `{"limits":{"cpu":"225m","memory":"350M"},"requests":{"cpu":"75m","memory":"350M"}}` | We recommend to review the default resource limits as this should a conscious choice. | @@ -348,7 +348,7 @@ dependencies: | backend.portalmigrations.logging.default | string | `"Information"` | | | backend.portalmaintenance.name | string | `"portal-maintenance"` | | | backend.portalmaintenance.image.name | string | `"docker.io/tractusx/portal-maintenance-service"` | | -| backend.portalmaintenance.image.portalmaintenancetag | string | `"v2.3.0-RC2"` | | +| backend.portalmaintenance.image.portalmaintenancetag | string | `"v2.3.0"` | | | backend.portalmaintenance.image.pullPolicy | string | `"IfNotPresent"` | | | backend.portalmaintenance.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | backend.portalmaintenance.resources | object | `{"limits":{"cpu":"75m","memory":"200M"},"requests":{"cpu":"25m","memory":"200M"}}` | We recommend to review the default resource limits as this should a conscious choice. | @@ -357,7 +357,7 @@ dependencies: | backend.portalmaintenance.logging.default | string | `"Information"` | | | backend.notification.name | string | `"notification-service"` | | | backend.notification.image.name | string | `"docker.io/tractusx/portal-notification-service"` | | -| backend.notification.image.notificationservicetag | string | `"v2.3.0-RC2"` | | +| backend.notification.image.notificationservicetag | string | `"v2.3.0"` | | | backend.notification.image.pullPolicy | string | `"IfNotPresent"` | | | backend.notification.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | backend.notification.resources | object | `{"limits":{"cpu":"225m","memory":"200M"},"requests":{"cpu":"75m","memory":"200M"}}` | We recommend to review the default resource limits as this should a conscious choice. | @@ -367,7 +367,7 @@ dependencies: | backend.notification.logging.default | string | `"Information"` | | | backend.services.name | string | `"services-service"` | | | backend.services.image.name | string | `"docker.io/tractusx/portal-services-service"` | | -| backend.services.image.servicesservicetag | string | `"v2.3.0-RC2"` | | +| backend.services.image.servicesservicetag | string | `"v2.3.0"` | | | backend.services.image.pullPolicy | string | `"IfNotPresent"` | | | backend.services.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | backend.services.resources | object | `{"limits":{"cpu":"225m","memory":"400M"},"requests":{"cpu":"75m","memory":"400M"}}` | We recommend to review the default resource limits as this should a conscious choice. | @@ -412,14 +412,14 @@ dependencies: | backend.services.companyAdminRoles.role0 | string | `"Company Admin"` | | | backend.provisioningmigrations.name | string | `"provisioning-migrations"` | | | backend.provisioningmigrations.image.name | string | `"docker.io/tractusx/portal-provisioning-migrations"` | | -| backend.provisioningmigrations.image.provisioningmigrationstag | string | `"v2.3.0-RC2"` | | +| backend.provisioningmigrations.image.provisioningmigrationstag | string | `"v2.3.0"` | | | backend.provisioningmigrations.image.pullPolicy | string | `"IfNotPresent"` | | | backend.provisioningmigrations.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | backend.provisioningmigrations.resources | object | `{"limits":{"cpu":"75m","memory":"200M"},"requests":{"cpu":"25m","memory":"200M"}}` | We recommend to review the default resource limits as this should a conscious choice. | | backend.provisioningmigrations.logging.default | string | `"Information"` | | | backend.processesworker.name | string | `"processes-worker"` | | | backend.processesworker.image.name | string | `"docker.io/tractusx/portal-processes-worker"` | | -| backend.processesworker.image.processesworkertag | string | `"v2.3.0-RC2"` | | +| backend.processesworker.image.processesworkertag | string | `"v2.3.0"` | | | backend.processesworker.image.pullPolicy | string | `"IfNotPresent"` | | | backend.processesworker.image.pullSecrets | list | `[]` | Pull secrets for private docker registry | | backend.processesworker.resources | object | `{"limits":{"cpu":"225m","memory":"600M"},"requests":{"cpu":"75m","memory":"600M"}}` | We recommend to review the default resource limits as this should a conscious choice. | diff --git a/charts/portal/README.md.gotmpl b/charts/portal/README.md.gotmpl index 590195c7..846de870 100644 --- a/charts/portal/README.md.gotmpl +++ b/charts/portal/README.md.gotmpl @@ -4,23 +4,23 @@ This helm chart installs the Portal application which consists of -* [portal-frontend (v2.3.0-RC4)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.3.0-RC4), -* [portal-frontend-registration (v2.1.0-RC1)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v2.1.0-RC1), -* [portal-assets (v2.3.0-RC1)](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0-RC1) and -* [portal-backend (v2.3.0-RC2)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.3.0-RC2). +* [portal-frontend (v2.3.0)](https://github.com/eclipse-tractusx/portal-frontend/tree/v2.3.0), +* [portal-frontend-registration (v2.1.0)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v2.1.0), +* [portal-assets (v2.3.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0) and +* [portal-backend (v2.3.0)](https://github.com/eclipse-tractusx/portal-backend/tree/v2.3.0). The Portal is designed to work with the [IAM](https://github.com/eclipse-tractusx/portal-iam). -This version is compatible with the 4.0.0-rc.1 version of the IAM instances: -* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-4.0.0-rc.1/charts/centralidp/README.md) -* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-4.0.0-rc.1/charts/sharedidp/README.md) +This version is compatible with the 4.0.0 version of the IAM instances: +* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-4.0.0/charts/centralidp/README.md) +* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-4.0.0/charts/sharedidp/README.md) -For information on how to upgrade from previous versions please refer to [Version Upgrade](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0-RC1/docs/developer/Technical%20Documentation/Version%20Upgrade/portal-upgrade-details.md). +For information on how to upgrade from previous versions please refer to [Version Upgrade](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0/docs/admin/Version%20Upgrade/portal-upgrade-details.md). -For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0-RC1/docs/developer/Technical%20Documentation). +For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v2.3.0/docs/admin). -For information about the initial wallet insert for the Operator, please refer to [initial operator wallet setup](https://github.com/eclipse-tractusx/portal-assets/blob/v2.3.0-RC1/docs/developer/Technical%20Documentation/Operator%20Wallet%20Setup/Initial%20Setup.md). +For information about the initial wallet insert for the Operator, please refer to [initial operator wallet setup](https://github.com/eclipse-tractusx/portal-assets/blob/v2.3.0/docs/admin/Operator%20Wallet%20Setup/Initial%20Setup.md). -In case of usage of the Decentral Identity Management (DIM) Wallet: this version is compatible with the 2.1.x version of the [SSI DIM Middle Layer](https://github.com/SAP/ssi-dim-middle-layer). +In case of usage of the Decentralized Identity Verification (DIV, formerly known as DIM) Wallet: this version is compatible with the 2.x.x version of the [SSI DIM Middle Layer](https://github.com/SAP/ssi-dim-middle-layer). The referenced container images are for demonstration purposes only. diff --git a/environments/argocd-app-templates/appsetup-int.yaml b/environments/argocd-app-templates/appsetup-int.yaml index 75594cfb..284f1a20 100644 --- a/environments/argocd-app-templates/appsetup-int.yaml +++ b/environments/argocd-app-templates/appsetup-int.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/portal repoURL: 'https://github.com/eclipse-tractusx/portal.git' - targetRevision: portal-2.3.0-RC4 + targetRevision: portal-2.3.0 plugin: env: - name: AVP_SECRET diff --git a/environments/argocd-app-templates/appsetup-stable.yaml b/environments/argocd-app-templates/appsetup-stable.yaml index 0c7df23d..a744b942 100644 --- a/environments/argocd-app-templates/appsetup-stable.yaml +++ b/environments/argocd-app-templates/appsetup-stable.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/portal repoURL: 'https://github.com/eclipse-tractusx/portal.git' - targetRevision: portal-2.3.0-RC4 + targetRevision: portal-2.3.0 plugin: env: - name: AVP_SECRET