Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/set charts deprecated #628

Merged
merged 6 commits into from
Dec 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions charts/edc-controlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
2 changes: 2 additions & 0 deletions charts/edc-controlplane/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions charts/edc-dataplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []
2 changes: 2 additions & 0 deletions charts/edc-dataplane/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/tractusx-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 | `""` | |
Expand Down Expand Up @@ -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) |
Expand All @@ -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"` | |
Expand Down