From e7a35491b7c8e5f1f22eddf657cdbf6f5f653315 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Thu, 12 Oct 2023 19:44:19 +0200 Subject: [PATCH 01/32] docs(localdev): improve readme (#109) improve readme - add graph for 1rst login example - add note for portal-migrations job failing until portal database is ready to take connections - add option for /etc/hosts file under network setup -re-add additional mac setup (wasn't part of readme tmpl the last and got lost) disable helm test for push and PR as it sometimes runs successfully in 4 minutes and other times fails after 20 minutes, it's not reliable --- .github/workflows/localdev-chart-test.yaml | 14 ++-- charts/localdev/README.md | 77 ++++++++++++++++++--- charts/localdev/README.md.gotmpl | 78 +++++++++++++++++++--- 3 files changed, 146 insertions(+), 23 deletions(-) diff --git a/.github/workflows/localdev-chart-test.yaml b/.github/workflows/localdev-chart-test.yaml index 56a8e056c..80441300f 100644 --- a/.github/workflows/localdev-chart-test.yaml +++ b/.github/workflows/localdev-chart-test.yaml @@ -20,13 +20,13 @@ name: LocalDev Lint and Test Chart on: - push: - paths: - - 'charts/localdev/**' - branches: [main, dev] - pull_request: - paths: - - 'charts/localdev/**' + # push: + # paths: + # - 'charts/localdev/**' + # branches: [main, dev] + # pull_request: + # paths: + # - 'charts/localdev/**' workflow_dispatch: inputs: node_image: diff --git a/charts/localdev/README.md b/charts/localdev/README.md index 79c92ccc4..3986fb51b 100644 --- a/charts/localdev/README.md +++ b/charts/localdev/README.md @@ -12,7 +12,7 @@ For detailed information about the default configuration values, please have a l ## Usage -The following steps describe how to setup the LocalDev chart into the namespace 'localdev' of your started [**Minikube**](https://minikube.sigs.k8s.io/docs/start) cluster: +The following steps describe how to setup the LocalDev chart into the namespace 'localdev' of your started [**Minikube**](https://minikube.sigs.k8s.io/docs/start) cluster. > **Note** > @@ -29,6 +29,10 @@ The following steps describe how to setup the LocalDev chart into the namespace > | :--------: | :--------: | > | 2 | 6 | > +>```bash +> minikube start --cpus=2 --memory 6gb +>``` +> > Use the dashboard provided by Minikube to get an overview about the deployed components: > > ```bash @@ -38,7 +42,7 @@ The following steps describe how to setup the LocalDev chart into the namespace 1. [Prepare self-signed TLS setup](#1-prepare-self-signed-tls-setup) 2. [Prepare network setup](#2-prepare-network-setup) 3. [Install from released chart or portal-cd repository](#3-install-from-released-chart-or-portal-cd-repository) -4. [Perform first login](perform-first-login) +4. [Perform first login](#4-perform-first-login) ### 1. Prepare self-signed TLS setup @@ -101,13 +105,13 @@ See [cert-manager self-signed](https://cert-manager.io/docs/configuration/selfsi ### 2. Prepare network setup -In order to enable the local access via ingress, use the according addon for Minikube: +In order to enable the local access via **ingress**, use the according addon for Minikube: ```bash minikube addons enable ingress ``` -Make sure that the DNS resolution for the hostnames is in place: +Make sure that the **DNS** resolution for the hostnames is in place: ```bash minikube addons enable ingress-dns @@ -128,11 +132,27 @@ To find out the IP address of your Minikube: minikube ip ``` -Additional network setup for Mac only: +If afterwards at [step 4](#4-perform-first-login) your still facing DNS issues, add the following to your /etc/hosts file: + +``` +192.168.49.2 centralidp.example.org +192.168.49.2 sharedidp.example.org +192.168.49.2 portal.example.org +192.168.49.2 portal-backend.example.org +192.168.49.2 pgadmin4.example.org +``` + +Replace 192.168.49.2 with your minikube ip. + +**Additional network setup** (for Mac only) + +Install and start [Docker Mac Net Connect](https://github.com/chipmk/docker-mac-net-connect#installation). + +We also recommend to execute the usage example after install to check proper setup. -Install and start [docker-mac-net-connect](https://github.com/chipmk/docker-mac-net-connect#installation). +If you're having issues with getting 'Docker Mac Net Connect' to work, we recommend to check out this issue: [#21](https://github.com/chipmk/docker-mac-net-connect/issues/21). -Necessary due to [#7332](https://github.com/kubernetes/minikube/issues/7332). +The tool is necessary due to [#7332](https://github.com/kubernetes/minikube/issues/7332). ### 3. Install from released chart or [portal-cd](https://github.com/eclipse-tractusx/portal-cd) repository @@ -142,6 +162,9 @@ Install the chart with the release name 'local': ```bash helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev +``` + +```bash helm install local tractusx-dev/localdev-portal-iam --namespace localdev ``` @@ -178,6 +201,12 @@ To set your own configuration and secret values, install the helm chart with you helm install local -f your-values.yaml . --namespace localdev ``` +> **Note** +> +> It is to be expected that the pods for the **portal-migrations** job will run into an error a couple of times until the portal database is ready to take connections. +> The job will recreate pods until one run is successful. +> + ### 4. Perform first login Make sure to accept the risk of the self-signed certificates for the following hosts using the continue option: @@ -187,7 +216,7 @@ Make sure to accept the risk of the self-signed certificates for the following h - [portal.example.org](https://portal.example.org) - [pgadmin4.example.org](https://pgadmin4.example.org) -Then proceed with the login to [portal.example.org](https://portal.example.org). +Then proceed with the login to the [portal](https://portal.example.org) to verify that everything is setup as expected. Credentials to log into the initial example realm (CX-Operator): @@ -199,6 +228,38 @@ cx-operator@cx.com 7XSXRwYLAm5kU2H ``` +```mermaid +%%{ + init: { + 'flowchart': { 'diagramPadding': '10', 'wrappingWidth': '', 'nodeSpacing': '', 'rankSpacing':'', 'titleTopMargin':'10', 'curve':'basis'}, + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#b3cb2d', + 'primaryBorderColor': '#ffa600', + 'lineColor': '#ffa600', + 'tertiaryColor': '#fff' + } + } +}%% + graph TD + classDef stroke stroke-width:2px + classDef external fill:#4cb5f5,stroke:#4cb5f5,stroke-width:2px + classDef addext fill:#4cb5f5,stroke:#b7b8b6,stroke-width:2px + iam1(IAM: centralidp Keycloak):::stroke + iam2(IAM: sharedidp Keycloak):::stroke + portal(Portal):::stroke + ps(Postgres):::external + addpgadmin4(pgadmin 4):::addext + ps --- iam1 & iam2 & portal + ps -.- addpgadmin4 + subgraph Login Flow + iam1 === portal + iam1 === iam2 + end + linkStyle 0,1,2 stroke:lightblue + linkStyle 3 stroke:lightgrey +``` + ## Requirements | Repository | Name | Version | diff --git a/charts/localdev/README.md.gotmpl b/charts/localdev/README.md.gotmpl index 281abf719..09bbb3410 100644 --- a/charts/localdev/README.md.gotmpl +++ b/charts/localdev/README.md.gotmpl @@ -12,7 +12,7 @@ For detailed information about the default configuration values, please have a l ## Usage -The following steps describe how to setup the LocalDev chart into the namespace 'localdev' of your started [**Minikube**](https://minikube.sigs.k8s.io/docs/start) cluster: +The following steps describe how to setup the LocalDev chart into the namespace 'localdev' of your started [**Minikube**](https://minikube.sigs.k8s.io/docs/start) cluster. > **Note** > @@ -29,16 +29,21 @@ The following steps describe how to setup the LocalDev chart into the namespace > | :--------: | :--------: | > | 2 | 6 | > +>```bash +> minikube start --cpus=2 --memory 6gb +>``` +> > Use the dashboard provided by Minikube to get an overview about the deployed components: > > ```bash > minikube dashboard > ``` + 1. [Prepare self-signed TLS setup](#1-prepare-self-signed-tls-setup) 2. [Prepare network setup](#2-prepare-network-setup) 3. [Install from released chart or portal-cd repository](#3-install-from-released-chart-or-portal-cd-repository) -4. [Perform first login](perform-first-login) +4. [Perform first login](#4-perform-first-login) ### 1. Prepare self-signed TLS setup @@ -101,13 +106,13 @@ See [cert-manager self-signed](https://cert-manager.io/docs/configuration/selfsi ### 2. Prepare network setup -In order to enable the local access via ingress, use the according addon for Minikube: +In order to enable the local access via **ingress**, use the according addon for Minikube: ```bash minikube addons enable ingress ``` -Make sure that the DNS resolution for the hostnames is in place: +Make sure that the **DNS** resolution for the hostnames is in place: ```bash minikube addons enable ingress-dns @@ -128,11 +133,27 @@ To find out the IP address of your Minikube: minikube ip ``` -Additional network setup for Mac only: +If afterwards at [step 4](#4-perform-first-login) your still facing DNS issues, add the following to your /etc/hosts file: + +``` +192.168.49.2 centralidp.example.org +192.168.49.2 sharedidp.example.org +192.168.49.2 portal.example.org +192.168.49.2 portal-backend.example.org +192.168.49.2 pgadmin4.example.org +``` + +Replace 192.168.49.2 with your minikube ip. + +**Additional network setup** (for Mac only) + +Install and start [Docker Mac Net Connect](https://github.com/chipmk/docker-mac-net-connect#installation). + +We also recommend to execute the usage example after install to check proper setup. -Install and start [docker-mac-net-connect](https://github.com/chipmk/docker-mac-net-connect#installation). +If you're having issues with getting 'Docker Mac Net Connect' to work, we recommend to check out this issue: [#21](https://github.com/chipmk/docker-mac-net-connect/issues/21). -Necessary due to [#7332](https://github.com/kubernetes/minikube/issues/7332). +The tool is necessary due to [#7332](https://github.com/kubernetes/minikube/issues/7332). ### 3. Install from released chart or [portal-cd](https://github.com/eclipse-tractusx/portal-cd) repository @@ -142,6 +163,9 @@ Install the chart with the release name 'local': ```bash helm repo add tractusx-dev https://eclipse-tractusx.github.io/charts/dev +``` + +```bash helm install local tractusx-dev/{{ template "chart.name" . }} --namespace localdev ``` @@ -178,6 +202,12 @@ To set your own configuration and secret values, install the helm chart with you helm install local -f your-values.yaml . --namespace localdev ``` +> **Note** +> +> It is to be expected that the pods for the **portal-migrations** job will run into an error a couple of times until the portal database is ready to take connections. +> The job will recreate pods until one run is successful. +> + ### 4. Perform first login Make sure to accept the risk of the self-signed certificates for the following hosts using the continue option: @@ -187,7 +217,7 @@ Make sure to accept the risk of the self-signed certificates for the following h - [portal.example.org](https://portal.example.org) - [pgadmin4.example.org](https://pgadmin4.example.org) -Then proceed with the login to [portal.example.org](https://portal.example.org). +Then proceed with the login to the [portal](https://portal.example.org) to verify that everything is setup as expected. Credentials to log into the initial example realm (CX-Operator): @@ -199,6 +229,38 @@ cx-operator@cx.com 7XSXRwYLAm5kU2H ``` +```mermaid +%%{ + init: { + 'flowchart': { 'diagramPadding': '10', 'wrappingWidth': '', 'nodeSpacing': '', 'rankSpacing':'', 'titleTopMargin':'10', 'curve':'basis'}, + 'theme': 'base', + 'themeVariables': { + 'primaryColor': '#b3cb2d', + 'primaryBorderColor': '#ffa600', + 'lineColor': '#ffa600', + 'tertiaryColor': '#fff' + } + } +}%% + graph TD + classDef stroke stroke-width:2px + classDef external fill:#4cb5f5,stroke:#4cb5f5,stroke-width:2px + classDef addext fill:#4cb5f5,stroke:#b7b8b6,stroke-width:2px + iam1(IAM: centralidp Keycloak):::stroke + iam2(IAM: sharedidp Keycloak):::stroke + portal(Portal):::stroke + ps(Postgres):::external + addpgadmin4(pgadmin 4):::addext + ps --- iam1 & iam2 & portal + ps -.- addpgadmin4 + subgraph Login Flow + iam1 === portal + iam1 === iam2 + end + linkStyle 0,1,2 stroke:lightblue + linkStyle 3 stroke:lightgrey +``` + {{ template "chart.requirementsSection" . }} {{ template "chart.valuesSection" . }} From 416156484215b4b9402b87394265f24d38b869df Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Mon, 11 Dec 2023 09:41:18 +0100 Subject: [PATCH 02/32] chore(localdev): update subcharts --- charts/localdev/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/localdev/Chart.yaml b/charts/localdev/Chart.yaml index 125e88a25..dc8bf92f3 100644 --- a/charts/localdev/Chart.yaml +++ b/charts/localdev/Chart.yaml @@ -20,7 +20,7 @@ apiVersion: v2 name: localdev-portal-iam type: application -version: 0.1.0 +version: 0.2.0 description: Setup of CX Portal & IAM for local development home: https://github.com/eclipse-tractusx/portal-cd sources: @@ -33,15 +33,15 @@ dependencies: - condition: portal.enabled name: portal repository: https://eclipse-tractusx.github.io/charts/dev - version: 1.7.0-alpha + version: 1.7.0 - condition: centralidp.enabled name: centralidp repository: https://eclipse-tractusx.github.io/charts/dev - version: 2.0.0-alpha + version: 2.0.0 - condition: sharedidp.enabled name: sharedidp repository: https://eclipse-tractusx.github.io/charts/dev - version: 2.0.0-alpha + version: 2.0.0 - condition: pgadmin4.enabled name: pgadmin4 repository: https://helm.runix.net From c93f12bd26bb7a04739ced00fc8ab96d6fb86969 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 24 Jan 2024 16:12:03 +0100 Subject: [PATCH 03/32] chore(localdev): update init container for keycloak --- charts/localdev/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/localdev/values.yaml b/charts/localdev/values.yaml index 909787648..67a11391a 100644 --- a/charts/localdev/values.yaml +++ b/charts/localdev/values.yaml @@ -204,7 +204,7 @@ centralidp: - name: shared-certs mountPath: "/opt/bitnami/keycloak/certs" - name: import - image: tractusx/portal-iam:v1.2.0 + image: tractusx/portal-iam:v2.0.0 imagePullPolicy: Always command: - sh @@ -314,7 +314,7 @@ sharedidp: - name: shared-certs mountPath: "/opt/bitnami/keycloak/certs" - name: import - image: tractusx/portal-iam:v1.2.0 + image: tractusx/portal-iam:v2.0.0 imagePullPolicy: Always command: - sh From e9205e270ffef80d4b8ce8c51ac94109ee70814b Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 24 Jan 2024 16:14:49 +0100 Subject: [PATCH 04/32] chore: add appversion to Chart.yaml so that the checks dashboard doesn't appear broken https://eclipse-tractusx.github.io/docs/github-checks --- charts/localdev/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/localdev/Chart.yaml b/charts/localdev/Chart.yaml index dc8bf92f3..f2a26b157 100644 --- a/charts/localdev/Chart.yaml +++ b/charts/localdev/Chart.yaml @@ -21,6 +21,7 @@ apiVersion: v2 name: localdev-portal-iam type: application version: 0.2.0 +appVersion: 0.2.0 description: Setup of CX Portal & IAM for local development home: https://github.com/eclipse-tractusx/portal-cd sources: From 4655c62dcea35b8f47a4ad8f2790c29856a9c5da Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 24 Jan 2024 16:28:27 +0100 Subject: [PATCH 05/32] chore: update readme --- charts/localdev/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/localdev/README.md b/charts/localdev/README.md index 3986fb51b..2ec1a7d06 100644 --- a/charts/localdev/README.md +++ b/charts/localdev/README.md @@ -1,6 +1,6 @@ # Setup of CX Portal & IAM for local development -![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) This umbrella chart installs the helm charts of the [CX Portal](https://github.com/eclipse-tractusx/portal-cd/blob/portal-1.6.0/charts/portal/README.md) and of the [CX IAM](https://github.com/eclipse-tractusx/portal-iam) Keycloak instances ([centralidp](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-1.2.0/charts/centralidp/README.md) and [sharedidp](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-1.2.0/charts/sharedidp/README.md)). @@ -265,9 +265,9 @@ cx-operator@cx.com | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | postgresportal(postgresql) | 12.12.x | -| https://eclipse-tractusx.github.io/charts/dev | centralidp | 2.0.0-alpha | -| https://eclipse-tractusx.github.io/charts/dev | portal | 1.7.0-alpha | -| https://eclipse-tractusx.github.io/charts/dev | sharedidp | 2.0.0-alpha | +| https://eclipse-tractusx.github.io/charts/dev | centralidp | 2.0.0 | +| https://eclipse-tractusx.github.io/charts/dev | portal | 1.7.0 | +| https://eclipse-tractusx.github.io/charts/dev | sharedidp | 2.0.0 | | https://helm.runix.net | pgadmin4 | 1.17.x | ## Values @@ -395,7 +395,7 @@ cx-operator@cx.com | centralidp.keycloak.initContainers[0].volumeMounts[1].name | string | `"shared-certs"` | | | centralidp.keycloak.initContainers[0].volumeMounts[1].mountPath | string | `"/opt/bitnami/keycloak/certs"` | | | centralidp.keycloak.initContainers[1].name | string | `"import"` | | -| centralidp.keycloak.initContainers[1].image | string | `"tractusx/portal-iam:v1.2.0"` | | +| centralidp.keycloak.initContainers[1].image | string | `"tractusx/portal-iam:v2.0.0"` | | | centralidp.keycloak.initContainers[1].imagePullPolicy | string | `"Always"` | | | centralidp.keycloak.initContainers[1].command[0] | string | `"sh"` | | | centralidp.keycloak.initContainers[1].args[0] | string | `"-c"` | | @@ -470,7 +470,7 @@ cx-operator@cx.com | sharedidp.keycloak.initContainers[0].volumeMounts[1].name | string | `"shared-certs"` | | | sharedidp.keycloak.initContainers[0].volumeMounts[1].mountPath | string | `"/opt/bitnami/keycloak/certs"` | | | sharedidp.keycloak.initContainers[1].name | string | `"import"` | | -| sharedidp.keycloak.initContainers[1].image | string | `"tractusx/portal-iam:v1.2.0"` | | +| sharedidp.keycloak.initContainers[1].image | string | `"tractusx/portal-iam:v2.0.0"` | | | sharedidp.keycloak.initContainers[1].imagePullPolicy | string | `"Always"` | | | sharedidp.keycloak.initContainers[1].command[0] | string | `"sh"` | | | sharedidp.keycloak.initContainers[1].args[0] | string | `"-c"` | | From b9846bba416a5a46de43e229f7a7626a895ebcde Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Thu, 25 Jan 2024 07:50:18 +0000 Subject: [PATCH 06/32] Add new images for portal backend --- charts/portal/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 5273c90ec..086a381cb 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -260,7 +260,7 @@ backend: name: "registration-service" image: name: "tractusx/portal-registration-service" - registrationservicetag: v1.8.0-RC3 + registrationservicetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -308,7 +308,7 @@ backend: name: "administration-service" image: name: "tractusx/portal-administration-service" - administrationservicetag: v1.8.0-RC3 + administrationservicetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -421,7 +421,7 @@ backend: name: "marketplace-app-service" image: name: "tractusx/portal-marketplace-app-service" - appmarketplaceservicetag: v1.8.0-RC3 + appmarketplaceservicetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -552,7 +552,7 @@ backend: name: "portal-migrations" image: name: "tractusx/portal-portal-migrations" - portalmigrationstag: v1.8.0-RC3 + portalmigrationstag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -575,7 +575,7 @@ backend: name: "portal-maintenance" image: name: "tractusx/portal-maintenance-service" - portalmaintenancetag: v1.8.0-RC3 + portalmaintenancetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -593,7 +593,7 @@ backend: name: "notification-service" image: name: "tractusx/portal-notification-service" - notificationservicetag: v1.8.0-RC3 + notificationservicetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -619,7 +619,7 @@ backend: name: "services-service" image: name: "tractusx/portal-services-service" - servicesservicetag: v1.8.0-RC3 + servicesservicetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -698,7 +698,7 @@ backend: name: "provisioning-migrations" image: name: "tractusx/portal-provisioning-migrations" - provisioningmigrationstag: v1.8.0-RC3 + provisioningmigrationstag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -714,7 +714,7 @@ backend: name: "processes-worker" image: name: "tractusx/portal-processes-worker" - processesworkertag: v1.8.0-RC3 + processesworkertag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 6495b1e22d0522e6b9b9938e826f4d492052cdd6 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Thu, 25 Jan 2024 08:29:33 +0000 Subject: [PATCH 07/32] Add new images for portal backend --- charts/portal/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 086a381cb..284266333 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -260,7 +260,7 @@ backend: name: "registration-service" image: name: "tractusx/portal-registration-service" - registrationservicetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 + registrationservicetag: 4cfb46fe277e266ade0c64588297367d065c1ace # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -308,7 +308,7 @@ backend: name: "administration-service" image: name: "tractusx/portal-administration-service" - administrationservicetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 + administrationservicetag: 4cfb46fe277e266ade0c64588297367d065c1ace # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -421,7 +421,7 @@ backend: name: "marketplace-app-service" image: name: "tractusx/portal-marketplace-app-service" - appmarketplaceservicetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 + appmarketplaceservicetag: 4cfb46fe277e266ade0c64588297367d065c1ace # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -552,7 +552,7 @@ backend: name: "portal-migrations" image: name: "tractusx/portal-portal-migrations" - portalmigrationstag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 + portalmigrationstag: 4cfb46fe277e266ade0c64588297367d065c1ace # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -575,7 +575,7 @@ backend: name: "portal-maintenance" image: name: "tractusx/portal-maintenance-service" - portalmaintenancetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 + portalmaintenancetag: 4cfb46fe277e266ade0c64588297367d065c1ace # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -593,7 +593,7 @@ backend: name: "notification-service" image: name: "tractusx/portal-notification-service" - notificationservicetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 + notificationservicetag: 4cfb46fe277e266ade0c64588297367d065c1ace # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -619,7 +619,7 @@ backend: name: "services-service" image: name: "tractusx/portal-services-service" - servicesservicetag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 + servicesservicetag: 4cfb46fe277e266ade0c64588297367d065c1ace # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -698,7 +698,7 @@ backend: name: "provisioning-migrations" image: name: "tractusx/portal-provisioning-migrations" - provisioningmigrationstag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 + provisioningmigrationstag: 4cfb46fe277e266ade0c64588297367d065c1ace # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -714,7 +714,7 @@ backend: name: "processes-worker" image: name: "tractusx/portal-processes-worker" - processesworkertag: 4cc892ea0983bb7e4d0a6468b756cb08cdc705f1 + processesworkertag: 4cfb46fe277e266ade0c64588297367d065c1ace # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 23947d2901be8e1217dd8027d22940a57653fbc3 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Thu, 25 Jan 2024 12:12:06 +0000 Subject: [PATCH 08/32] Add new image for portal assets --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 284266333..d492cdca8 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -120,7 +120,7 @@ frontend: name: "assets" image: name: "tractusx/portal-assets" - assetstag: v1.8.0-RC2 + assetstag: 11b1ab507ac07d41f0a5bebb978c7992a9fb6418 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From f0ac21fb288818422b64c7891594757da94e31c2 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Thu, 25 Jan 2024 13:13:48 +0000 Subject: [PATCH 09/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index d492cdca8..1edfa2ee5 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: v1.8.0-RC2 + portaltag: b9c8f79eaea68b2c430a51646d58d14d35256a3a # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From b8f9c8b3fbccebd8ee7cc649fe7b10c79309e87f Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Thu, 25 Jan 2024 15:09:10 +0000 Subject: [PATCH 10/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 1edfa2ee5..8a22bacb6 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: b9c8f79eaea68b2c430a51646d58d14d35256a3a + portaltag: f6a3ebfc9bfd57ff1e61a5e16a91025e0df1dc90 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 8eb215adb57b44bc053e8bdacf5769f4cf6ee47c Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Fri, 26 Jan 2024 05:18:03 +0000 Subject: [PATCH 11/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 8a22bacb6..539ea1262 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: f6a3ebfc9bfd57ff1e61a5e16a91025e0df1dc90 + portaltag: bdd6d3a29c82d8e36dcc519201cb8613efb90864 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 29d52acecb75ebc2e7bdd4c235f5baaebf30477d Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Fri, 26 Jan 2024 05:24:20 +0000 Subject: [PATCH 12/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 539ea1262..c21fe3c54 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: bdd6d3a29c82d8e36dcc519201cb8613efb90864 + portaltag: daffdc749931c4d211477397a4a2d222abc84246 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From ebbdbdb2682fed9e2813566d79b155aa992632e3 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Fri, 26 Jan 2024 07:00:45 +0000 Subject: [PATCH 13/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index c21fe3c54..9827f46e5 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: daffdc749931c4d211477397a4a2d222abc84246 + portaltag: 1786e8999c17671df9fc8b3ac2c951713657d6f9 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 734caaae0da0c70a8a6b968e01b7ba807f0b2963 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Fri, 26 Jan 2024 11:09:17 +0000 Subject: [PATCH 14/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 9827f46e5..e8d9c51c4 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: 1786e8999c17671df9fc8b3ac2c951713657d6f9 + portaltag: 0f1ee815cd9350b9a82f9bc5476e647d8ea6f4fb # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 157c74ba03a3c8b81071e5f1356bf3b341e96d5d Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Fri, 26 Jan 2024 11:21:29 +0000 Subject: [PATCH 15/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index e8d9c51c4..dd69d3a61 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: 0f1ee815cd9350b9a82f9bc5476e647d8ea6f4fb + portaltag: d79677020dc3bc168e4c8a1a1ba988ab8f6582c5 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 4b8e40fb44866c8dbc1d8d16d2d289e7414923b0 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Fri, 26 Jan 2024 11:31:12 +0000 Subject: [PATCH 16/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index dd69d3a61..d6c1369c6 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: d79677020dc3bc168e4c8a1a1ba988ab8f6582c5 + portaltag: ebd1c86dd8a936616904876733e226fc9aa69a9d # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 42ce0443f076129525b67182d88dfad53fb5f49e Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Tue, 30 Jan 2024 08:21:08 +0000 Subject: [PATCH 17/32] Add new images for portal backend --- charts/portal/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index d6c1369c6..b69812744 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -260,7 +260,7 @@ backend: name: "registration-service" image: name: "tractusx/portal-registration-service" - registrationservicetag: 4cfb46fe277e266ade0c64588297367d065c1ace + registrationservicetag: e0bf03f4102fd196b4c92c034061fbc83882599e # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -308,7 +308,7 @@ backend: name: "administration-service" image: name: "tractusx/portal-administration-service" - administrationservicetag: 4cfb46fe277e266ade0c64588297367d065c1ace + administrationservicetag: e0bf03f4102fd196b4c92c034061fbc83882599e # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -421,7 +421,7 @@ backend: name: "marketplace-app-service" image: name: "tractusx/portal-marketplace-app-service" - appmarketplaceservicetag: 4cfb46fe277e266ade0c64588297367d065c1ace + appmarketplaceservicetag: e0bf03f4102fd196b4c92c034061fbc83882599e # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -552,7 +552,7 @@ backend: name: "portal-migrations" image: name: "tractusx/portal-portal-migrations" - portalmigrationstag: 4cfb46fe277e266ade0c64588297367d065c1ace + portalmigrationstag: e0bf03f4102fd196b4c92c034061fbc83882599e # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -575,7 +575,7 @@ backend: name: "portal-maintenance" image: name: "tractusx/portal-maintenance-service" - portalmaintenancetag: 4cfb46fe277e266ade0c64588297367d065c1ace + portalmaintenancetag: e0bf03f4102fd196b4c92c034061fbc83882599e # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -593,7 +593,7 @@ backend: name: "notification-service" image: name: "tractusx/portal-notification-service" - notificationservicetag: 4cfb46fe277e266ade0c64588297367d065c1ace + notificationservicetag: e0bf03f4102fd196b4c92c034061fbc83882599e # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -619,7 +619,7 @@ backend: name: "services-service" image: name: "tractusx/portal-services-service" - servicesservicetag: 4cfb46fe277e266ade0c64588297367d065c1ace + servicesservicetag: e0bf03f4102fd196b4c92c034061fbc83882599e # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -698,7 +698,7 @@ backend: name: "provisioning-migrations" image: name: "tractusx/portal-provisioning-migrations" - provisioningmigrationstag: 4cfb46fe277e266ade0c64588297367d065c1ace + provisioningmigrationstag: e0bf03f4102fd196b4c92c034061fbc83882599e # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -714,7 +714,7 @@ backend: name: "processes-worker" image: name: "tractusx/portal-processes-worker" - processesworkertag: 4cfb46fe277e266ade0c64588297367d065c1ace + processesworkertag: e0bf03f4102fd196b4c92c034061fbc83882599e # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 3b25bd6aa9b12c4c9927f03211fa0e31f1699a18 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Tue, 30 Jan 2024 09:14:55 +0000 Subject: [PATCH 18/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index b69812744..edc19dc18 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: ebd1c86dd8a936616904876733e226fc9aa69a9d + portaltag: 1d446c17c1c220ca52a75d545acc747c8e3300e2 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From e272caadac79590733235171e8fb8becb44ee6e7 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Tue, 30 Jan 2024 12:49:42 +0000 Subject: [PATCH 19/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index edc19dc18..40064a263 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: 1d446c17c1c220ca52a75d545acc747c8e3300e2 + portaltag: 19fa91978977bfc31449f028ddfe0613bdcc0b4c # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 4f9504f17b9b936e908202b9b3ee44a2a5c532e2 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Tue, 30 Jan 2024 14:53:46 +0000 Subject: [PATCH 20/32] Add new image for portal assets --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 40064a263..e96b2a8cd 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -120,7 +120,7 @@ frontend: name: "assets" image: name: "tractusx/portal-assets" - assetstag: 11b1ab507ac07d41f0a5bebb978c7992a9fb6418 + assetstag: 2fe8cc4744587a20e32903d1c950f18ba3c993c4 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 10f253f41eb4a0b552c6bdfcac408f3111896265 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Tue, 30 Jan 2024 15:16:40 +0000 Subject: [PATCH 21/32] Add new image for portal assets --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index e96b2a8cd..5ef5d294f 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -120,7 +120,7 @@ frontend: name: "assets" image: name: "tractusx/portal-assets" - assetstag: 2fe8cc4744587a20e32903d1c950f18ba3c993c4 + assetstag: 36413248b14b55d5c9c0ef7c0f6d97ba610a0701 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From c8eb3b29d1e4d28d60bc161abb7e386aa26409cf Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Tue, 30 Jan 2024 15:54:45 +0000 Subject: [PATCH 22/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 5ef5d294f..72fe52421 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: 19fa91978977bfc31449f028ddfe0613bdcc0b4c + portaltag: f7f178d0b8436eef32584833b5778cdd0c28f4df # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 356378cbe00035afe90973fe14786a32e9ac3ff0 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Wed, 31 Jan 2024 07:17:15 +0000 Subject: [PATCH 23/32] Add new image for portal assets --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 72fe52421..65545d82a 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -120,7 +120,7 @@ frontend: name: "assets" image: name: "tractusx/portal-assets" - assetstag: 36413248b14b55d5c9c0ef7c0f6d97ba610a0701 + assetstag: c6cd41a96a7dc7a594018c3e1d77029bb5508050 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 1b73c3324bcfaf0a6f10c86976cd5d39f639013b Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Wed, 31 Jan 2024 07:36:41 +0000 Subject: [PATCH 24/32] Add new images for portal backend --- charts/portal/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 65545d82a..c392669ff 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -260,7 +260,7 @@ backend: name: "registration-service" image: name: "tractusx/portal-registration-service" - registrationservicetag: e0bf03f4102fd196b4c92c034061fbc83882599e + registrationservicetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -308,7 +308,7 @@ backend: name: "administration-service" image: name: "tractusx/portal-administration-service" - administrationservicetag: e0bf03f4102fd196b4c92c034061fbc83882599e + administrationservicetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -421,7 +421,7 @@ backend: name: "marketplace-app-service" image: name: "tractusx/portal-marketplace-app-service" - appmarketplaceservicetag: e0bf03f4102fd196b4c92c034061fbc83882599e + appmarketplaceservicetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -552,7 +552,7 @@ backend: name: "portal-migrations" image: name: "tractusx/portal-portal-migrations" - portalmigrationstag: e0bf03f4102fd196b4c92c034061fbc83882599e + portalmigrationstag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -575,7 +575,7 @@ backend: name: "portal-maintenance" image: name: "tractusx/portal-maintenance-service" - portalmaintenancetag: e0bf03f4102fd196b4c92c034061fbc83882599e + portalmaintenancetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -593,7 +593,7 @@ backend: name: "notification-service" image: name: "tractusx/portal-notification-service" - notificationservicetag: e0bf03f4102fd196b4c92c034061fbc83882599e + notificationservicetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -619,7 +619,7 @@ backend: name: "services-service" image: name: "tractusx/portal-services-service" - servicesservicetag: e0bf03f4102fd196b4c92c034061fbc83882599e + servicesservicetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -698,7 +698,7 @@ backend: name: "provisioning-migrations" image: name: "tractusx/portal-provisioning-migrations" - provisioningmigrationstag: e0bf03f4102fd196b4c92c034061fbc83882599e + provisioningmigrationstag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -714,7 +714,7 @@ backend: name: "processes-worker" image: name: "tractusx/portal-processes-worker" - processesworkertag: e0bf03f4102fd196b4c92c034061fbc83882599e + processesworkertag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 06f673fad1103e969d03060b13d38624b86f2a42 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Wed, 31 Jan 2024 09:14:28 +0000 Subject: [PATCH 25/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index c392669ff..324271a1a 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: f7f178d0b8436eef32584833b5778cdd0c28f4df + portaltag: 2a71133a4103f957a090e2a83cc271b4f08e677d # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 5ade26c3e8a0b9f468ec45cfefa7b69b26700194 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Wed, 31 Jan 2024 09:57:29 +0000 Subject: [PATCH 26/32] Add new images for portal backend --- charts/portal/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 324271a1a..34efbe4dd 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -260,7 +260,7 @@ backend: name: "registration-service" image: name: "tractusx/portal-registration-service" - registrationservicetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 + registrationservicetag: 2fde6dc13ef888a938151f3357e831311b7ec340 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -308,7 +308,7 @@ backend: name: "administration-service" image: name: "tractusx/portal-administration-service" - administrationservicetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 + administrationservicetag: 2fde6dc13ef888a938151f3357e831311b7ec340 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -421,7 +421,7 @@ backend: name: "marketplace-app-service" image: name: "tractusx/portal-marketplace-app-service" - appmarketplaceservicetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 + appmarketplaceservicetag: 2fde6dc13ef888a938151f3357e831311b7ec340 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -552,7 +552,7 @@ backend: name: "portal-migrations" image: name: "tractusx/portal-portal-migrations" - portalmigrationstag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 + portalmigrationstag: 2fde6dc13ef888a938151f3357e831311b7ec340 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -575,7 +575,7 @@ backend: name: "portal-maintenance" image: name: "tractusx/portal-maintenance-service" - portalmaintenancetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 + portalmaintenancetag: 2fde6dc13ef888a938151f3357e831311b7ec340 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -593,7 +593,7 @@ backend: name: "notification-service" image: name: "tractusx/portal-notification-service" - notificationservicetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 + notificationservicetag: 2fde6dc13ef888a938151f3357e831311b7ec340 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -619,7 +619,7 @@ backend: name: "services-service" image: name: "tractusx/portal-services-service" - servicesservicetag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 + servicesservicetag: 2fde6dc13ef888a938151f3357e831311b7ec340 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -698,7 +698,7 @@ backend: name: "provisioning-migrations" image: name: "tractusx/portal-provisioning-migrations" - provisioningmigrationstag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 + provisioningmigrationstag: 2fde6dc13ef888a938151f3357e831311b7ec340 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -714,7 +714,7 @@ backend: name: "processes-worker" image: name: "tractusx/portal-processes-worker" - processesworkertag: d5d23bfb9fe40fe4609e6e1bc1ede41b80977a84 + processesworkertag: 2fde6dc13ef888a938151f3357e831311b7ec340 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 642eb8597811796fe45fa8cfb3ab0adf30e1b515 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Wed, 31 Jan 2024 13:44:03 +0000 Subject: [PATCH 27/32] Add new images for portal backend --- charts/portal/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 34efbe4dd..8ed8cc69e 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -260,7 +260,7 @@ backend: name: "registration-service" image: name: "tractusx/portal-registration-service" - registrationservicetag: 2fde6dc13ef888a938151f3357e831311b7ec340 + registrationservicetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -308,7 +308,7 @@ backend: name: "administration-service" image: name: "tractusx/portal-administration-service" - administrationservicetag: 2fde6dc13ef888a938151f3357e831311b7ec340 + administrationservicetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -421,7 +421,7 @@ backend: name: "marketplace-app-service" image: name: "tractusx/portal-marketplace-app-service" - appmarketplaceservicetag: 2fde6dc13ef888a938151f3357e831311b7ec340 + appmarketplaceservicetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -552,7 +552,7 @@ backend: name: "portal-migrations" image: name: "tractusx/portal-portal-migrations" - portalmigrationstag: 2fde6dc13ef888a938151f3357e831311b7ec340 + portalmigrationstag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -575,7 +575,7 @@ backend: name: "portal-maintenance" image: name: "tractusx/portal-maintenance-service" - portalmaintenancetag: 2fde6dc13ef888a938151f3357e831311b7ec340 + portalmaintenancetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -593,7 +593,7 @@ backend: name: "notification-service" image: name: "tractusx/portal-notification-service" - notificationservicetag: 2fde6dc13ef888a938151f3357e831311b7ec340 + notificationservicetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -619,7 +619,7 @@ backend: name: "services-service" image: name: "tractusx/portal-services-service" - servicesservicetag: 2fde6dc13ef888a938151f3357e831311b7ec340 + servicesservicetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -698,7 +698,7 @@ backend: name: "provisioning-migrations" image: name: "tractusx/portal-provisioning-migrations" - provisioningmigrationstag: 2fde6dc13ef888a938151f3357e831311b7ec340 + provisioningmigrationstag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -714,7 +714,7 @@ backend: name: "processes-worker" image: name: "tractusx/portal-processes-worker" - processesworkertag: 2fde6dc13ef888a938151f3357e831311b7ec340 + processesworkertag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 97f5d96692628d77427a84932dabb03d634f8a85 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Wed, 31 Jan 2024 13:47:44 +0000 Subject: [PATCH 28/32] Add new images for portal backend --- charts/portal/values.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 8ed8cc69e..81061c585 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -260,7 +260,7 @@ backend: name: "registration-service" image: name: "tractusx/portal-registration-service" - registrationservicetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 + registrationservicetag: v1.8.0-RC4 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -308,7 +308,7 @@ backend: name: "administration-service" image: name: "tractusx/portal-administration-service" - administrationservicetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 + administrationservicetag: v1.8.0-RC4 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -421,7 +421,7 @@ backend: name: "marketplace-app-service" image: name: "tractusx/portal-marketplace-app-service" - appmarketplaceservicetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 + appmarketplaceservicetag: v1.8.0-RC4 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -552,7 +552,7 @@ backend: name: "portal-migrations" image: name: "tractusx/portal-portal-migrations" - portalmigrationstag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 + portalmigrationstag: v1.8.0-RC4 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -575,7 +575,7 @@ backend: name: "portal-maintenance" image: name: "tractusx/portal-maintenance-service" - portalmaintenancetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 + portalmaintenancetag: v1.8.0-RC4 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -593,7 +593,7 @@ backend: name: "notification-service" image: name: "tractusx/portal-notification-service" - notificationservicetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 + notificationservicetag: v1.8.0-RC4 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -619,7 +619,7 @@ backend: name: "services-service" image: name: "tractusx/portal-services-service" - servicesservicetag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 + servicesservicetag: v1.8.0-RC4 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -698,7 +698,7 @@ backend: name: "provisioning-migrations" image: name: "tractusx/portal-provisioning-migrations" - provisioningmigrationstag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 + provisioningmigrationstag: v1.8.0-RC4 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: @@ -714,7 +714,7 @@ backend: name: "processes-worker" image: name: "tractusx/portal-processes-worker" - processesworkertag: f0db7106c25a9fcda88c1bcded8f8cd85f746c74 + processesworkertag: v1.8.0-RC4 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From e5b5e343ec44cecfc01fa0902cf752c247ea67a6 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Wed, 31 Jan 2024 13:51:49 +0000 Subject: [PATCH 29/32] Add new image for portal --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 81061c585..46684b42b 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -92,7 +92,7 @@ frontend: name: "portal" image: name: "tractusx/portal-frontend" - portaltag: 2a71133a4103f957a090e2a83cc271b4f08e677d + portaltag: v1.8.0-RC3 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From f276e2e56dbabf8711f3e39553c4b1d3a30ca208 Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Wed, 31 Jan 2024 14:02:03 +0000 Subject: [PATCH 30/32] Add new image for portal registration --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 46684b42b..6e6f400dd 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -106,7 +106,7 @@ frontend: name: "registration" image: name: "tractusx/portal-frontend-registration" - registrationtag: v1.6.0-RC2 + registrationtag: v1.6.0-RC3 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From 810dec86c599e917dda7a73dcf7bb29e48a09f8d Mon Sep 17 00:00:00 2001 From: eclipse-tractusx-bot Date: Wed, 31 Jan 2024 14:23:16 +0000 Subject: [PATCH 31/32] Add new image for portal assets --- charts/portal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 6e6f400dd..202240335 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -120,7 +120,7 @@ frontend: name: "assets" image: name: "tractusx/portal-assets" - assetstag: c6cd41a96a7dc7a594018c3e1d77029bb5508050 + assetstag: v1.8.0-RC3 # -- We recommend not to specify default resource limits and to leave this as a conscious choice for the user. # If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. resources: From e658080971f81b3d026aa2ceda8c8e9d7d9d78ec Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 31 Jan 2024 15:33:01 +0100 Subject: [PATCH 32/32] build(1.8.0-RC4): finalize version bump version update changelog update readme --- CHANGELOG.md | 10 +++++ charts/portal/Chart.yaml | 4 +- charts/portal/README.md | 42 +++++++++---------- charts/portal/README.md.gotmpl | 12 +++--- .../argocd-app-templates/appsetup-beta.yaml | 2 +- .../argocd-app-templates/appsetup-int.yaml | 2 +- .../argocd-app-templates/appsetup-pen.yaml | 2 +- .../argocd-app-templates/appsetup-stable.yaml | 2 +- .../appsetup-upgrade.yaml | 2 +- 9 files changed, 44 insertions(+), 34 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9c2798f..f21885964 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal helm chart. +## 1.8.0-RC4 + +### Change + +* changed to new container images + * portal-assets: v1.8.0-RC3 + * portal-frontend: v1.8.0-RC3 + * portal-frontend-registration: v1.6.0-RC3 + * portal-backend: v1.8.0-RC4 + ## 1.8.0-RC3 ### Change diff --git a/charts/portal/Chart.yaml b/charts/portal/Chart.yaml index 5c586f9b0..f2665ec60 100644 --- a/charts/portal/Chart.yaml +++ b/charts/portal/Chart.yaml @@ -20,8 +20,8 @@ apiVersion: v2 name: portal type: application -version: 1.8.0-RC3 -appVersion: 1.8.0-RC3 +version: 1.8.0-RC4 +appVersion: 1.8.0-RC4 description: Helm chart for Catena-X Portal home: https://github.com/eclipse-tractusx/portal-cd sources: diff --git a/charts/portal/README.md b/charts/portal/README.md index c0f8017ca..1431ce8c5 100644 --- a/charts/portal/README.md +++ b/charts/portal/README.md @@ -1,22 +1,22 @@ # Helm chart for Catena-X Portal -![Version: 1.8.0-RC3](https://img.shields.io/badge/Version-1.8.0--RC3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0-RC3](https://img.shields.io/badge/AppVersion-1.8.0--RC3-informational?style=flat-square) +![Version: 1.8.0-RC4](https://img.shields.io/badge/Version-1.8.0--RC4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.8.0-RC4](https://img.shields.io/badge/AppVersion-1.8.0--RC4-informational?style=flat-square) This helm chart installs the Catena-X Portal application which consists of -* [portal-frontend (v1.8.0-RC2)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.8.0-RC2), -* [portal-frontend-registration (v1.6.0-RC2)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.6.0-RC2), -* [portal-assets (v1.8.0-RC2)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.8.0-RC2) and -* [portal-backend (v1.8.0-RC3)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.8.0-RC3). +* [portal-frontend (v1.8.0-RC3)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.8.0-RC3), +* [portal-frontend-registration (v1.6.0-RC3)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.6.0-RC3), +* [portal-assets (v1.8.0-RC3)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.8.0-RC3) and +* [portal-backend (v1.8.0-RC4)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.8.0-RC4). 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 2.1.0-RC1 version of the IAM instances: * [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-2.1.0-RC1/charts/centralidp/README.md) * [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-2.1.0-RC1/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/v1.8.0-RC2/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/v1.8.0-RC3/docs/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/v1.8.0-RC2/docs/developer/Technical%20Documentation). +For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.8.0-RC3/docs/developer/Technical%20Documentation). The referenced container images are for demonstration purposes only. @@ -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.8.0-RC3 + version: 1.8.0-RC4 ``` ## Requirements @@ -74,18 +74,18 @@ dependencies: | frontend.ingress.annotations."nginx.ingress.kubernetes.io/cors-allow-origin" | string | `"https://*.example.org"` | Provide CORS allowed origin. | | frontend.ingress.tls[0] | object | `{"hosts":[""],"secretName":""}` | Provide tls secret. | | frontend.ingress.tls[0].hosts | list | `[""]` | Provide host for tls secret. | -| frontend.ingress.hosts[0] | object | `{"host":"portal.example.org","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.ingress.hosts[0] | object | `{"host":"portal.example.org","paths":[{"backend":{"port":8080,"service":"portal"},"path":"/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"registration"},"path":"/registration/(.*)","pathType":"Prefix"},{"backend":{"port":8080,"service":"assets"},"path":"/((assetsORdocumentation)/.*)","pathType":"Prefix"}]}` | Provide default path for the ingress record. | | frontend.portal.name | string | `"portal"` | | | frontend.portal.image.name | string | `"tractusx/portal-frontend"` | | -| frontend.portal.image.portaltag | string | `"v1.8.0-RC2"` | | +| frontend.portal.image.portaltag | string | `"v1.8.0-RC3"` | | | frontend.portal.resources | object | `{"requests":{"cpu":"15m","memory":"105M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | frontend.registration.name | string | `"registration"` | | | frontend.registration.image.name | string | `"tractusx/portal-frontend-registration"` | | -| frontend.registration.image.registrationtag | string | `"v1.6.0-RC2"` | | +| frontend.registration.image.registrationtag | string | `"v1.6.0-RC3"` | | | frontend.registration.resources | object | `{"requests":{"cpu":"15m","memory":"105M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | frontend.assets.name | string | `"assets"` | | | frontend.assets.image.name | string | `"tractusx/portal-assets"` | | -| frontend.assets.image.assetstag | string | `"v1.8.0-RC2"` | | +| frontend.assets.image.assetstag | string | `"v1.8.0-RC3"` | | | frontend.assets.resources | object | `{"requests":{"cpu":"15m","memory":"105M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | frontend.assets.path | string | `"/assets"` | | | frontend.centralidpAuthPath | string | `"/auth"` | | @@ -143,7 +143,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.8.0-RC3"` | | +| backend.registration.image.registrationservicetag | string | `"v1.8.0-RC4"` | | | backend.registration.resources | object | `{"requests":{"cpu":"15m","memory":"385M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | backend.registration.logging.bpdmLibrary | string | `"Information"` | | | backend.registration.logging.registrationService | string | `"Information"` | | @@ -167,7 +167,7 @@ dependencies: | backend.registration.submitDocumentTypeIds.type0 | string | `"COMMERCIAL_REGISTER_EXTRACT"` | | | backend.administration.name | string | `"administration-service"` | | | backend.administration.image.name | string | `"tractusx/portal-administration-service"` | | -| backend.administration.image.administrationservicetag | string | `"v1.8.0-RC3"` | | +| backend.administration.image.administrationservicetag | string | `"v1.8.0-RC4"` | | | backend.administration.resources | object | `{"requests":{"cpu":"15m","memory":"385M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | backend.administration.logging.businessLogic | string | `"Information"` | | | backend.administration.logging.sdfactoryLibrary | string | `"Information"` | | @@ -227,7 +227,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 | `"tractusx/portal-marketplace-app-service"` | | -| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v1.8.0-RC3"` | | +| backend.appmarketplace.image.appmarketplaceservicetag | string | `"v1.8.0-RC4"` | | | backend.appmarketplace.resources | object | `{"requests":{"cpu":"15m","memory":"445M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | backend.appmarketplace.logging.default | string | `"Information"` | | | backend.appmarketplace.logging.offersLibrary | string | `"Information"` | | @@ -307,7 +307,7 @@ 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.8.0-RC3"` | | +| backend.portalmigrations.image.portalmigrationstag | string | `"v1.8.0-RC4"` | | | backend.portalmigrations.resources | object | `{"requests":{"cpu":"15m","memory":"105M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | backend.portalmigrations.seeding.testDataEnvironments | string | `""` | | | backend.portalmigrations.seeding.testDataPaths | string | `"Seeder/Data"` | when changing the testDataPath the processIdentity needs to be adjusted as well, or it must be ensured that the identity is existing within the files under the new path | @@ -315,20 +315,20 @@ dependencies: | backend.portalmigrations.logging.default | string | `"Information"` | | | backend.portalmaintenance.name | string | `"portal-maintenance"` | | | backend.portalmaintenance.image.name | string | `"tractusx/portal-maintenance-service"` | | -| backend.portalmaintenance.image.portalmaintenancetag | string | `"v1.8.0-RC3"` | | +| backend.portalmaintenance.image.portalmaintenancetag | string | `"v1.8.0-RC4"` | | | backend.portalmaintenance.resources | object | `{"requests":{"cpu":"15m","memory":"105M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | backend.portalmaintenance.processIdentity.processUserId | string | `"d21d2e8a-fe35-483c-b2b8-4100ed7f0953"` | | | backend.portalmaintenance.logging.default | string | `"Information"` | | | backend.notification.name | string | `"notification-service"` | | | backend.notification.image.name | string | `"tractusx/portal-notification-service"` | | -| backend.notification.image.notificationservicetag | string | `"v1.8.0-RC3"` | | +| backend.notification.image.notificationservicetag | string | `"v1.8.0-RC4"` | | | backend.notification.resources | object | `{"requests":{"cpu":"15m","memory":"300M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | backend.notification.healthChecks | object | `{"startup":{"tags":[{"name":"HEALTHCHECKS__0__TAGS__1","value":"portaldb"}]}}` | Keycloak Healthcheck to be enabled for startupProbe; once the centralidp Keycloak instance is available, enable healthcheck by uncommenting. | | backend.notification.swaggerEnabled | bool | `false` | | | backend.notification.logging.default | string | `"Information"` | | | backend.services.name | string | `"services-service"` | | | backend.services.image.name | string | `"tractusx/portal-services-service"` | | -| backend.services.image.servicesservicetag | string | `"v1.8.0-RC3"` | | +| backend.services.image.servicesservicetag | string | `"v1.8.0-RC4"` | | | backend.services.resources | object | `{"requests":{"cpu":"15m","memory":"445M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | backend.services.logging.default | string | `"Information"` | | | backend.services.logging.offersLibrary | string | `"Information"` | | @@ -370,12 +370,12 @@ 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.8.0-RC3"` | | +| backend.provisioningmigrations.image.provisioningmigrationstag | string | `"v1.8.0-RC4"` | | | backend.provisioningmigrations.resources | object | `{"requests":{"cpu":"15m","memory":"105M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | backend.provisioningmigrations.logging.default | string | `"Information"` | | | backend.processesworker.name | string | `"processes-worker"` | | | backend.processesworker.image.name | string | `"tractusx/portal-processes-worker"` | | -| backend.processesworker.image.processesworkertag | string | `"v1.8.0-RC3"` | | +| backend.processesworker.image.processesworkertag | string | `"v1.8.0-RC4"` | | | backend.processesworker.resources | object | `{"requests":{"cpu":"15m","memory":"105M"}}` | We recommend not to specify default resource limits and to leave this as a conscious choice for the user. If you do want to specify resource limits, uncomment the following lines and adjust them as necessary. | | backend.processesworker.logging.default | string | `"Information"` | | | backend.processesworker.logging.processesLibrary | string | `"Information"` | | diff --git a/charts/portal/README.md.gotmpl b/charts/portal/README.md.gotmpl index 2fd25ae00..ce2693f18 100644 --- a/charts/portal/README.md.gotmpl +++ b/charts/portal/README.md.gotmpl @@ -4,19 +4,19 @@ This helm chart installs the Catena-X Portal application which consists of -* [portal-frontend (v1.8.0-RC2)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.8.0-RC2), -* [portal-frontend-registration (v1.6.0-RC2)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.6.0-RC2), -* [portal-assets (v1.8.0-RC2)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.8.0-RC2) and -* [portal-backend (v1.8.0-RC3)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.8.0-RC3). +* [portal-frontend (v1.8.0-RC3)](https://github.com/eclipse-tractusx/portal-frontend/tree/v1.8.0-RC3), +* [portal-frontend-registration (v1.6.0-RC3)](https://github.com/eclipse-tractusx/portal-frontend-registration/tree/v1.6.0-RC3), +* [portal-assets (v1.8.0-RC3)](https://github.com/eclipse-tractusx/portal-assets/tree/v1.8.0-RC3) and +* [portal-backend (v1.8.0-RC4)](https://github.com/eclipse-tractusx/portal-backend/tree/v1.8.0-RC4). 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 2.1.0-RC1 version of the IAM instances: * [Central Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/centralidp-2.1.0-RC1/charts/centralidp/README.md) * [Shared Keycloak Instance](https://github.com/eclipse-tractusx/portal-iam/blob/sharedidp-2.1.0-RC1/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/v1.8.0-RC2/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/v1.8.0-RC3/docs/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/v1.8.0-RC2/docs/developer/Technical%20Documentation). +For further information please refer to [Technical Documentation](https://github.com/eclipse-tractusx/portal-assets/tree/v1.8.0-RC3/docs/developer/Technical%20Documentation). The referenced container images are for demonstration purposes only. diff --git a/consortia/argocd-app-templates/appsetup-beta.yaml b/consortia/argocd-app-templates/appsetup-beta.yaml index ec90ff964..c79d14d92 100644 --- a/consortia/argocd-app-templates/appsetup-beta.yaml +++ b/consortia/argocd-app-templates/appsetup-beta.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/portal repoURL: 'https://github.com/eclipse-tractusx/portal-cd.git' - targetRevision: portal-1.8.0-RC3 + targetRevision: portal-1.8.0-RC4 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/appsetup-int.yaml b/consortia/argocd-app-templates/appsetup-int.yaml index 36a776a9e..0ba8ddcd5 100644 --- a/consortia/argocd-app-templates/appsetup-int.yaml +++ b/consortia/argocd-app-templates/appsetup-int.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/portal repoURL: 'https://github.com/eclipse-tractusx/portal-cd.git' - targetRevision: portal-1.8.0-RC3 + targetRevision: portal-1.8.0-RC4 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/appsetup-pen.yaml b/consortia/argocd-app-templates/appsetup-pen.yaml index 677b29ebc..f382312af 100644 --- a/consortia/argocd-app-templates/appsetup-pen.yaml +++ b/consortia/argocd-app-templates/appsetup-pen.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/portal repoURL: 'https://github.com/eclipse-tractusx/portal-cd.git' - targetRevision: portal-1.8.0-RC3 + targetRevision: portal-1.8.0-RC4 plugin: env: - name: AVP_SECRET diff --git a/consortia/argocd-app-templates/appsetup-stable.yaml b/consortia/argocd-app-templates/appsetup-stable.yaml index c65d11e16..79bdb63dc 100644 --- a/consortia/argocd-app-templates/appsetup-stable.yaml +++ b/consortia/argocd-app-templates/appsetup-stable.yaml @@ -29,7 +29,7 @@ spec: source: path: '' repoURL: 'https://eclipse-tractusx.github.io/charts/dev' - targetRevision: 1.8.0-RC3 + targetRevision: 1.8.0-RC4 plugin: env: - name: HELM_VALUES diff --git a/consortia/argocd-app-templates/appsetup-upgrade.yaml b/consortia/argocd-app-templates/appsetup-upgrade.yaml index fe295cc35..524ad1f25 100644 --- a/consortia/argocd-app-templates/appsetup-upgrade.yaml +++ b/consortia/argocd-app-templates/appsetup-upgrade.yaml @@ -28,7 +28,7 @@ spec: source: path: charts/portal repoURL: 'https://github.com/eclipse-tractusx/portal-cd.git' - targetRevision: portal-1.8.0-RC3 + targetRevision: portal-1.8.0-RC4 plugin: env: - name: AVP_SECRET