Skip to content

Commit

Permalink
Merge pull request #158 from bci-oss/feature/adjust-helm-chart-readme
Browse files Browse the repository at this point in the history
updated readme file chart directory; Chart.yaml adjusted
  • Loading branch information
tunacicek authored Aug 16, 2023
2 parents b12b054 + 75da10d commit d31f57e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ The Helm Chart can be configured using the following parameters (incomplete list

### Prerequisites
- Kubernetes 1.19+
- Helm 3.10.2+
- Helm 3.2.0+
- PV provisioner support in the underlying infrastructure
2 changes: 2 additions & 0 deletions charts/semantic-hub/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
.idea/
*.tmproj
.vscode/
values?*.yaml
values?*.yml
5 changes: 4 additions & 1 deletion charts/semantic-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@
apiVersion: v2
name: semantic-hub
description: Helm Chart for the Catena-X Semantic Hub Application
home: https://eclipse-tractusx.github.io/
sources:
- https://github.com/eclipse-tractusx/sldt-semantic-hub

type: application
version: 0.1.23
version: 0.1.24
appVersion: 0.2.10-M1
dependencies:
- repository: https://charts.bitnami.com/bitnami
Expand Down
20 changes: 16 additions & 4 deletions charts/semantic-hub/README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
# semantic-hub

![Version: 0.1.18](https://img.shields.io/badge/Version-0.1.18-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.6-M1](https://img.shields.io/badge/AppVersion-0.2.6--M1-informational?style=flat-square)
![Version: 0.1.24](https://img.shields.io/badge/Version-0.1.24-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.10-M1](https://img.shields.io/badge/AppVersion-0.2.10--M1-informational?style=flat-square)

Helm Chart for the Catena-X Semantic Hub Application
**Helm Chart for the Catena-X Semantic Hub Application** <br/>
This Helm charts installs the Semantic Hub application and its dependencies.

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | keycloak | 13.3.0 |

## Prerequisites
- Kubernetes 1.19+
- Helm 3.2.0+
- PV provisioner support in the underlying infrastructure

## Install
```
kubectl create namespace semantics
helm install hub -n semantics ./charts/semantic-hub`
```

## Values

| Key | Type | Default | Description |
Expand Down Expand Up @@ -43,8 +55,8 @@ Helm Chart for the Catena-X Semantic Hub Application
| hub.host | string | `"minikube"` | |
| hub.idpClientId | string | `"default-client"` | |
| hub.idpIssuerUri | string | `""` | |
| hub.image.registry | string | `"ghcr.io/catenax-ng"` | |
| hub.image.repository | string | `"sldt-semantic-hub"` | |
| hub.image.registry | string | `"docker.io"` | |
| hub.image.repository | string | `"tractusx/sldt-semantic-hub"` | |
| hub.image.version | string | `""` | |
| hub.imagePullPolicy | string | `"IfNotPresent"` | |
| hub.ingress.annotations | list | `[]` | |
Expand Down

0 comments on commit d31f57e

Please sign in to comment.