Skip to content

Commit

Permalink
hotfix: update portal backend to v1.5.1 (#35)
Browse files Browse the repository at this point in the history
updated the portal backend images to v1.5.1
why:
a hotfix was made in the backend repository
  • Loading branch information
Phil91 authored Jun 23, 2023
1 parent eb2ac40 commit e62bda4
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 40 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal helm chart.

## 1.5.1

### Change

* changed to new container images for portal-backend: v1.5.1

## 1.5.0

### Change
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Helm chart for Catena-X Portal

![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) ![Tag](https://img.shields.io/static/v1?label=&message=LeadingRepository&color=green&style=flat)
![Version: 1.5.1](https://img.shields.io/badge/Version-1.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square) ![Tag](https://img.shields.io/static/v1?label=&message=LeadingRepository&color=green&style=flat)

This helm chart installs the Catena-X Portal application which consists of

* [portal-frontend (v1.5.0)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.5.0),
* [portal-frontend-registration (v1.4.0)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.4.0),
* [portal-assets (v1.5.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.5.0) and
* [portal-backend (v1.5.0)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.5.0).
* [portal-backend (v1.5.1)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.5.1).

The Catena-X Portal is designed to work with the [Catena-X IAM](https://github.com/eclipse-tractusx/portal-iam).
This version is compatible with the 1.1.0 version of the IAM instances:
Expand Down Expand Up @@ -41,7 +41,7 @@ To use the helm chart as a dependency:
dependencies:
- name: portal
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.5.0
version: 1.5.1
```
## Requirements
Expand Down Expand Up @@ -133,7 +133,7 @@ dependencies:
| backend.healthChecks.readyness.path | string | `"/ready"` | |
| backend.registration.name | string | `"registration-service"` | |
| backend.registration.image.name | string | `"tractusx/portal-registration-service"` | |
| backend.registration.image.registrationservicetag | string | `"v1.5.0"` | |
| backend.registration.image.registrationservicetag | string | `"v1.5.1"` | |
| backend.registration.logging.registrationServiceBpn | string | `"Information"` | |
| backend.registration.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. |
| backend.registration.portalRegistrationPath | string | `"/registration"` | |
Expand All @@ -147,7 +147,7 @@ dependencies:
| backend.registration.registrationDocumentTypeIds.type0 | string | `"CX_FRAME_CONTRACT"` | |
| backend.administration.name | string | `"administration-service"` | |
| backend.administration.image.name | string | `"tractusx/portal-administration-service"` | |
| backend.administration.image.administrationservicetag | string | `"v1.5.0"` | |
| backend.administration.image.administrationservicetag | string | `"v1.5.1"` | |
| backend.administration.logging.businessLogic | string | `"Information"` | |
| backend.administration.logging.sdfactoryLibrary | string | `"Information"` | |
| backend.administration.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. |
Expand Down Expand Up @@ -200,7 +200,7 @@ dependencies:
| backend.provisioning.sharedRealm.smtpServer.replyTo | string | `"[email protected]"` | Provide replyTo. |
| backend.appmarketplace.name | string | `"marketplace-app-service"` | |
| backend.appmarketplace.image.name | string | `"tractusx/portal-marketplace-app-service"` | |
| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v1.5.0"` | |
| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v1.5.1"` | |
| backend.appmarketplace.logging.offersLibrary | string | `"Information"` | |
| backend.appmarketplace.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. |
| backend.appmarketplace.appOverviewPath | string | `"/appoverview"` | |
Expand Down Expand Up @@ -243,19 +243,19 @@ dependencies:
| backend.appmarketplace.companyAdminRoles.role0 | string | `"Company Admin"` | |
| backend.portalmigrations.name | string | `"portal-migrations"` | |
| backend.portalmigrations.image.name | string | `"tractusx/portal-portal-migrations"` | |
| backend.portalmigrations.image.portalmigrationstag | string | `"v1.5.0"` | |
| backend.portalmigrations.image.portalmigrationstag | string | `"v1.5.1"` | |
| backend.portalmigrations.seeding.testDataEnvironments | string | `""` | |
| backend.portalmaintenance.name | string | `"portal-maintenance"` | |
| backend.portalmaintenance.image.name | string | `"tractusx/portal-maintenance-service"` | |
| backend.portalmaintenance.image.portalmaintenancetag | string | `"v1.5.0"` | |
| backend.portalmaintenance.image.portalmaintenancetag | string | `"v1.5.1"` | |
| backend.notification.name | string | `"notification-service"` | |
| backend.notification.image.name | string | `"tractusx/portal-notification-service"` | |
| backend.notification.image.notificationservicetag | string | `"v1.5.0"` | |
| backend.notification.image.notificationservicetag | string | `"v1.5.1"` | |
| backend.notification.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. |
| backend.notification.swaggerEnabled | bool | `false` | |
| backend.services.name | string | `"services-service"` | |
| backend.services.image.name | string | `"tractusx/portal-services-service"` | |
| backend.services.image.servicesservicetag | string | `"v1.5.0"` | |
| backend.services.image.servicesservicetag | string | `"v1.5.1"` | |
| backend.services.logging.offersLibrary | string | `"Information"` | |
| backend.services.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. |
| backend.services.serviceMarketplacePath | string | `"/servicemarketplace"` | |
Expand Down Expand Up @@ -284,10 +284,10 @@ dependencies:
| backend.services.companyAdminRoles.role0 | string | `"Company Admin"` | |
| backend.provisioningmigrations.name | string | `"provisioning-migrations"` | |
| backend.provisioningmigrations.image.name | string | `"tractusx/portal-provisioning-migrations"` | |
| backend.provisioningmigrations.image.provisioningmigrationstag | string | `"v1.5.0"` | |
| backend.provisioningmigrations.image.provisioningmigrationstag | string | `"v1.5.1"` | |
| backend.processesworker.name | string | `"processes-worker"` | |
| backend.processesworker.image.name | string | `"tractusx/portal-processes-worker"` | |
| backend.processesworker.image.processesworkertag | string | `"v1.5.0"` | |
| backend.processesworker.image.processesworkertag | string | `"v1.5.1"` | |
| backend.processesworker.logging.processesLibrary | string | `"Information"` | |
| backend.processesworker.logging.bpdmLibrary | string | `"Information"` | |
| backend.processesworker.logging.clearinghouseLibrary | string | `"Information"` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
apiVersion: v2
name: portal
type: application
version: 1.5.0
appVersion: 1.5.0
version: 1.5.1
appVersion: 1.5.1
description: Helm chart for Catena-X Portal
home: https://github.com/eclipse-tractusx/portal-cd
sources:
Expand Down
24 changes: 12 additions & 12 deletions charts/portal/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Helm chart for Catena-X Portal

![Version: 1.5.0](https://img.shields.io/badge/Version-1.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.0](https://img.shields.io/badge/AppVersion-1.5.0-informational?style=flat-square) ![Tag](https://img.shields.io/static/v1?label=&message=LeadingRepository&color=green&style=flat)
![Version: 1.5.1](https://img.shields.io/badge/Version-1.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.5.1](https://img.shields.io/badge/AppVersion-1.5.1-informational?style=flat-square) ![Tag](https://img.shields.io/static/v1?label=&message=LeadingRepository&color=green&style=flat)

This helm chart installs the Catena-X Portal application which consists of

* [portal-frontend (v1.5.0)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.5.0),
* [portal-frontend-registration (v1.4.0)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.4.0),
* [portal-assets (v1.5.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.5.0) and
* [portal-backend (v1.5.0)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.5.0).
* [portal-backend (v1.5.1)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.5.1).

The Catena-X Portal is designed to work with the [Catena-X IAM](https://github.com/eclipse-tractusx/portal-iam).
This version is compatible with the 1.1.0 version of the IAM instances:
Expand Down Expand Up @@ -41,7 +41,7 @@ To use the helm chart as a dependency:
dependencies:
- name: portal
repository: https://eclipse-tractusx.github.io/charts/dev
version: 1.5.0
version: 1.5.1
```
## Requirements
Expand Down Expand Up @@ -133,7 +133,7 @@ dependencies:
| backend.healthChecks.readyness.path | string | `"/ready"` | |
| backend.registration.name | string | `"registration-service"` | |
| backend.registration.image.name | string | `"tractusx/portal-registration-service"` | |
| backend.registration.image.registrationservicetag | string | `"v1.5.0"` | |
| backend.registration.image.registrationservicetag | string | `"v1.5.1"` | |
| backend.registration.logging.registrationServiceBpn | string | `"Information"` | |
| backend.registration.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. |
| backend.registration.portalRegistrationPath | string | `"/registration"` | |
Expand All @@ -147,7 +147,7 @@ dependencies:
| backend.registration.registrationDocumentTypeIds.type0 | string | `"CX_FRAME_CONTRACT"` | |
| backend.administration.name | string | `"administration-service"` | |
| backend.administration.image.name | string | `"tractusx/portal-administration-service"` | |
| backend.administration.image.administrationservicetag | string | `"v1.5.0"` | |
| backend.administration.image.administrationservicetag | string | `"v1.5.1"` | |
| backend.administration.logging.businessLogic | string | `"Information"` | |
| backend.administration.logging.sdfactoryLibrary | string | `"Information"` | |
| backend.administration.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. |
Expand Down Expand Up @@ -200,7 +200,7 @@ dependencies:
| backend.provisioning.sharedRealm.smtpServer.replyTo | string | `"[email protected]"` | Provide replyTo. |
| backend.appmarketplace.name | string | `"marketplace-app-service"` | |
| backend.appmarketplace.image.name | string | `"tractusx/portal-marketplace-app-service"` | |
| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v1.5.0"` | |
| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v1.5.1"` | |
| backend.appmarketplace.logging.offersLibrary | string | `"Information"` | |
| backend.appmarketplace.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. |
| backend.appmarketplace.appOverviewPath | string | `"/appoverview"` | |
Expand Down Expand Up @@ -243,19 +243,19 @@ dependencies:
| backend.appmarketplace.companyAdminRoles.role0 | string | `"Company Admin"` | |
| backend.portalmigrations.name | string | `"portal-migrations"` | |
| backend.portalmigrations.image.name | string | `"tractusx/portal-portal-migrations"` | |
| backend.portalmigrations.image.portalmigrationstag | string | `"v1.5.0"` | |
| backend.portalmigrations.image.portalmigrationstag | string | `"v1.5.1"` | |
| backend.portalmigrations.seeding.testDataEnvironments | string | `""` | |
| backend.portalmaintenance.name | string | `"portal-maintenance"` | |
| backend.portalmaintenance.image.name | string | `"tractusx/portal-maintenance-service"` | |
| backend.portalmaintenance.image.portalmaintenancetag | string | `"v1.5.0"` | |
| backend.portalmaintenance.image.portalmaintenancetag | string | `"v1.5.1"` | |
| backend.notification.name | string | `"notification-service"` | |
| backend.notification.image.name | string | `"tractusx/portal-notification-service"` | |
| backend.notification.image.notificationservicetag | string | `"v1.5.0"` | |
| backend.notification.image.notificationservicetag | string | `"v1.5.1"` | |
| backend.notification.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. |
| backend.notification.swaggerEnabled | bool | `false` | |
| backend.services.name | string | `"services-service"` | |
| backend.services.image.name | string | `"tractusx/portal-services-service"` | |
| backend.services.image.servicesservicetag | string | `"v1.5.0"` | |
| backend.services.image.servicesservicetag | string | `"v1.5.1"` | |
| backend.services.logging.offersLibrary | string | `"Information"` | |
| backend.services.healthChecks | object | `{"startup":{"tags":[]}}` | Healthchecks to be enabled for startupProbe, enable by removing the brackets after 'tags:' and uncommenting the following lines. |
| backend.services.serviceMarketplacePath | string | `"/servicemarketplace"` | |
Expand Down Expand Up @@ -284,10 +284,10 @@ dependencies:
| backend.services.companyAdminRoles.role0 | string | `"Company Admin"` | |
| backend.provisioningmigrations.name | string | `"provisioning-migrations"` | |
| backend.provisioningmigrations.image.name | string | `"tractusx/portal-provisioning-migrations"` | |
| backend.provisioningmigrations.image.provisioningmigrationstag | string | `"v1.5.0"` | |
| backend.provisioningmigrations.image.provisioningmigrationstag | string | `"v1.5.1"` | |
| backend.processesworker.name | string | `"processes-worker"` | |
| backend.processesworker.image.name | string | `"tractusx/portal-processes-worker"` | |
| backend.processesworker.image.processesworkertag | string | `"v1.5.0"` | |
| backend.processesworker.image.processesworkertag | string | `"v1.5.1"` | |
| backend.processesworker.logging.processesLibrary | string | `"Information"` | |
| backend.processesworker.logging.bpdmLibrary | string | `"Information"` | |
| backend.processesworker.logging.clearinghouseLibrary | string | `"Information"` | |
Expand Down
10 changes: 5 additions & 5 deletions charts/portal/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@

This helm chart installs the Catena-X Portal application which consists of

* [portal-frontend (v{{ template "chart.appVersion" . }})](https://github.com/eclipse-tractusx/portal-frontend/tree/v{{ template "chart.appVersion" . }}),
* [portal-frontend (v1.5.0)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.5.0),
* [portal-frontend-registration (v1.4.0)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.4.0),
* [portal-assets (v{{ template "chart.appVersion" . }})](https://github.com/eclipse-tractusx/portal-assets/tree/v{{ template "chart.appVersion" . }}) and
* [portal-backend (v{{ template "chart.appVersion" . }})](https://github.com/eclipse-tractusx/portal-backend/tree/v{{ template "chart.appVersion" . }}).
* [portal-assets (v1.5.0)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.5.0) and
* [portal-backend (v1.5.1)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.5.1).

The Catena-X Portal is designed to work with the [Catena-X IAM](https://github.com/eclipse-tractusx/portal-iam).
This version is compatible with the 1.1.0 version of the IAM instances:
* [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-1.1.0/charts/centralidp/README.md)
* [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-1.1.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/v{{ template "chart.appVersion" . }}/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/v1.5.0/developer/Technical%20Documentation/Version%20Upgrade/portal-upgrade-details.md).

For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v{{ template "chart.appVersion" . }}/developer/Technical%20Documentation).
For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.5.0/developer/Technical%20Documentation).

The referenced container images are for demonstration purposes only.

Expand Down
18 changes: 9 additions & 9 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ backend:
name: "registration-service"
image:
name: "tractusx/portal-registration-service"
registrationservicetag: v1.5.0
registrationservicetag: v1.5.1
logging:
registrationServiceBpn: "Information"
# -- Healthchecks to be enabled for startupProbe,
Expand Down Expand Up @@ -253,7 +253,7 @@ backend:
name: "administration-service"
image:
name: "tractusx/portal-administration-service"
administrationservicetag: v1.5.0
administrationservicetag: v1.5.1
logging:
businessLogic: "Information"
sdfactoryLibrary: "Information"
Expand Down Expand Up @@ -347,7 +347,7 @@ backend:
name: "marketplace-app-service"
image:
name: "tractusx/portal-marketplace-app-service"
appmarketplaceservicetag: v1.5.0
appmarketplaceservicetag: v1.5.1
logging:
offersLibrary: "Information"
# -- Healthchecks to be enabled for startupProbe,
Expand Down Expand Up @@ -418,19 +418,19 @@ backend:
name: "portal-migrations"
image:
name: "tractusx/portal-portal-migrations"
portalmigrationstag: v1.5.0
portalmigrationstag: v1.5.1
seeding:
testDataEnvironments: ""
portalmaintenance:
name: "portal-maintenance"
image:
name: "tractusx/portal-maintenance-service"
portalmaintenancetag: v1.5.0
portalmaintenancetag: v1.5.1
notification:
name: "notification-service"
image:
name: "tractusx/portal-notification-service"
notificationservicetag: v1.5.0
notificationservicetag: v1.5.1
# -- Healthchecks to be enabled for startupProbe,
# enable by removing the brackets after 'tags:' and uncommenting the following lines.
healthChecks:
Expand All @@ -445,7 +445,7 @@ backend:
name: "services-service"
image:
name: "tractusx/portal-services-service"
servicesservicetag: v1.5.0
servicesservicetag: v1.5.1
logging:
offersLibrary: "Information"
# -- Healthchecks to be enabled for startupProbe,
Expand Down Expand Up @@ -498,12 +498,12 @@ backend:
name: "provisioning-migrations"
image:
name: "tractusx/portal-provisioning-migrations"
provisioningmigrationstag: v1.5.0
provisioningmigrationstag: v1.5.1
processesworker:
name: "processes-worker"
image:
name: "tractusx/portal-processes-worker"
processesworkertag: v1.5.0
processesworkertag: v1.5.1
logging:
processesLibrary: "Information"
bpdmLibrary: "Information"
Expand Down

0 comments on commit e62bda4

Please sign in to comment.