Skip to content

Commit

Permalink
Merge pull request #193 from bci-oss/feature/update-helm-chart-readme
Browse files Browse the repository at this point in the history
updated readme file in helm charts
  • Loading branch information
tunacicek authored Aug 16, 2023
2 parents f7e949b + cca8b29 commit 271b44b
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,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/registry/.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/registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@
apiVersion: v2
name: registry
description: Tractus-X Digital Twin Registry Helm Chart
home: https://eclipse-tractusx.github.io/
sources:
- https://github.com/eclipse-tractusx/sldt-digital-twin-registry

type: application
version: 0.3.14
version: 0.3.15
appVersion: 0.3.12-M1

dependencies:
Expand Down
25 changes: 21 additions & 4 deletions charts/registry/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# registry

![Version: 0.2.15](https://img.shields.io/badge/Version-0.2.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0-M11-multi-tenancy](https://img.shields.io/badge/AppVersion-0.2.0--M11--multi--tenancy-informational?style=flat-square)
![Version: 0.3.15](https://img.shields.io/badge/Version-0.3.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.12-M1](https://img.shields.io/badge/AppVersion-0.3.12--M1-informational?style=flat-square)

Tractus-X Digital Twin Registry Helm Chart
**Tractus-X Digital Twin Registry Helm Chart**<br/>
This Helm charts install the Digital Twin Registry and its dependencies.

## Requirements

Expand All @@ -11,6 +12,22 @@ Tractus-X Digital Twin Registry Helm Chart
| https://charts.bitnami.com/bitnami | keycloak | 13.3.0 |
| https://charts.bitnami.com/bitnami | postgresql | 12.1.7 |

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

## Install
```
helm dep up charts/registry
kubectl create namespace semantics
helm install registry -n semantics charts/registry
```


## Values

| Key | Type | Default | Description |
Expand Down Expand Up @@ -47,8 +64,8 @@ Tractus-X Digital Twin Registry Helm Chart
| registry.host | string | `"minikube"` | |
| registry.idpClientId | string | `"default-client"` | |
| registry.idpIssuerUri | string | `""` | |
| registry.image.registry | string | `"ghcr.io/catenax-ng"` | |
| registry.image.repository | string | `"sldt-digital-twin-registry"` | |
| registry.image.registry | string | `"docker.io"` | |
| registry.image.repository | string | `"tractusx/sldt-digital-twin-registry"` | |
| registry.image.version | string | `""` | |
| registry.imagePullPolicy | string | `"IfNotPresent"` | |
| registry.ingress.annotations | object | `{}` | |
Expand Down

0 comments on commit 271b44b

Please sign in to comment.