From b0b402266ec3f1273be885d84770a9b6b45441ae Mon Sep 17 00:00:00 2001 From: Dominik-Pinsel Date: Wed, 21 Dec 2022 08:09:54 +0100 Subject: [PATCH 1/3] update postgresql version in Chart.yaml supporting-infrastructure Signed-off-by: Dominik-Pinsel --- .../deployment/helm/supporting-infrastructure/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edc-tests/src/main/resources/deployment/helm/supporting-infrastructure/Chart.yaml b/edc-tests/src/main/resources/deployment/helm/supporting-infrastructure/Chart.yaml index c701cb199..d3248326b 100644 --- a/edc-tests/src/main/resources/deployment/helm/supporting-infrastructure/Chart.yaml +++ b/edc-tests/src/main/resources/deployment/helm/supporting-infrastructure/Chart.yaml @@ -42,13 +42,13 @@ dependencies: # PostgreSQL - name: postgresql alias: plato-postgresql - version: 11.2.4 + version: 12.1.6 repository: https://charts.bitnami.com/bitnami condition: install.postgresql - name: postgresql alias: sokrates-postgresql - version: 11.2.4 + version: 12.1.6 repository: https://charts.bitnami.com/bitnami condition: install.postgresql From 44325b1d35cf2eba9783c6dc0c94a7d3c0c84c62 Mon Sep 17 00:00:00 2001 From: Dominik-Pinsel Date: Wed, 21 Dec 2022 15:58:13 +0100 Subject: [PATCH 2/3] set controlplane and dataplance chart deprecated Signed-off-by: Dominik-Pinsel --- charts/edc-controlplane/Chart.yaml | 1 + charts/edc-dataplane/Chart.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/edc-controlplane/Chart.yaml b/charts/edc-controlplane/Chart.yaml index 23b159e75..7f439da69 100644 --- a/charts/edc-controlplane/Chart.yaml +++ b/charts/edc-controlplane/Chart.yaml @@ -7,4 +7,5 @@ home: https://github.com/catenax-ng/product-edc/charts/edc-controlplane type: application appVersion: "0.2.0" version: 0.2.0 +deprecated: true maintainers: [] diff --git a/charts/edc-dataplane/Chart.yaml b/charts/edc-dataplane/Chart.yaml index a1d43a3c9..7d82f2bee 100644 --- a/charts/edc-dataplane/Chart.yaml +++ b/charts/edc-dataplane/Chart.yaml @@ -7,4 +7,5 @@ home: https://github.com/catenax-ng/product-edc/charts/edc-dataplane type: application appVersion: "0.2.0" version: 0.2.0 +deprecated: true maintainers: [] From 2228df10e5c29eff1ba7b1ae0050397643b1d2dd Mon Sep 17 00:00:00 2001 From: Denis Neuling Date: Thu, 22 Dec 2022 09:35:06 +0100 Subject: [PATCH 3/3] Regernerate chart readme's Signed-off-by: Denis Neuling --- charts/edc-controlplane/README.md | 2 ++ charts/edc-dataplane/README.md | 2 ++ charts/tractusx-connector/README.md | 8 ++++---- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/edc-controlplane/README.md b/charts/edc-controlplane/README.md index ae2b4af7b..8dd02a8ba 100644 --- a/charts/edc-controlplane/README.md +++ b/charts/edc-controlplane/README.md @@ -1,5 +1,7 @@ # edc-controlplane +> **:exclamation: This Helm Chart is deprecated!** + ![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) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) EDC Control-Plane - The Eclipse DataSpaceConnector administration layer with responsibility of resource management and govern contracts and data transfers diff --git a/charts/edc-dataplane/README.md b/charts/edc-dataplane/README.md index b752e7c25..e06c35c38 100644 --- a/charts/edc-dataplane/README.md +++ b/charts/edc-dataplane/README.md @@ -1,5 +1,7 @@ # edc-dataplane +> **:exclamation: This Helm Chart is deprecated!** + ![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) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square) EDC Data-Plane - The Eclipse DataSpaceConnector data layer with responsibility of transferring and receiving data streams diff --git a/charts/tractusx-connector/README.md b/charts/tractusx-connector/README.md index b32eb3759..03e19c242 100644 --- a/charts/tractusx-connector/README.md +++ b/charts/tractusx-connector/README.md @@ -7,7 +7,7 @@ A Helm chart for Tractus-X Eclipse Data Space Connector ## TL;DR ```shell $ helm repo add catenax-ng-product-edc https://catenax-ng.github.io/product-edc -$ helm install tractus-x-connector catenax-ng-product-edc/tractus-x-connector --version 0.2.0 +$ helm install tractusx-connector catenax-ng-product-edc/tractusx-connector --version 0.2.0 ``` ## Values @@ -112,7 +112,7 @@ $ helm install tractus-x-connector catenax-ng-product-edc/tractus-x-connector -- | controlplane.service.type | string | `"ClusterIP"` | [Service type](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types) to expose the running application on a set of Pods as a network service. | | controlplane.tolerations | list | `[]` | | | controlplane.url.ids | string | `""` | Explicitly declared url for reaching the ids api (e.g. if ingresses not used) | -| controlplane.volumeMounts | list | `[]` | declare where to mount [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) into the container | +| controlplane.volumeMounts | list | `[]` | declare where to mount [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) into the container | | controlplane.volumes | list | `[]` | [volume](https://kubernetes.io/docs/concepts/storage/volumes/) directories | | customLabels | object | `{}` | | | daps.clientId | string | `""` | | @@ -193,7 +193,7 @@ $ helm install tractus-x-connector catenax-ng-product-edc/tractus-x-connector -- | dataplane.service.type | string | `"ClusterIP"` | [Service type](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types) to expose the running application on a set of Pods as a network service. | | dataplane.tolerations | list | `[]` | | | dataplane.url.public | string | `""` | Explicitly declared url for reaching the public api (e.g. if ingresses not used) | -| dataplane.volumeMounts | list | `[]` | declare where to mount [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) into the container | +| dataplane.volumeMounts | list | `[]` | declare where to mount [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) into the container | | dataplane.volumes | list | `[]` | [volume](https://kubernetes.io/docs/concepts/storage/volumes/) directories | | fullnameOverride | string | `""` | | | imagePullSecrets | list | `[]` | Existing image pull secret to use to [obtain the container image from private registries](https://kubernetes.io/docs/concepts/containers/images/#using-a-private-registry) | @@ -212,7 +212,7 @@ $ helm install tractus-x-connector catenax-ng-product-edc/tractus-x-connector -- | vault.azure.name | string | `""` | | | vault.azure.secret | string | `""` | | | vault.azure.tenant | string | `""` | | -| vault.hashicorp.enabled | bool | `true` | | +| vault.hashicorp.enabled | bool | `false` | | | vault.hashicorp.healthCheck.enabled | bool | `true` | | | vault.hashicorp.healthCheck.standbyOk | bool | `true` | | | vault.hashicorp.paths.health | string | `"/v1/sys/health"` | |