Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from catenax-ng/r1.7.9
Browse files Browse the repository at this point in the history
R1.7.9
  • Loading branch information
Siegfriedk authored May 17, 2023
2 parents d24b42b + a74bb1e commit 1f4b272
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [1.7.9] - 2023-05-17

### Changed
- Updated installation steps

## [1.7.8] - 2023-05-16

Expand Down
13 changes: 4 additions & 9 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Helm charts are provided inside https://github.com/eclipse-tractusx/daps-helm-ch

1.) Using helm commands: <br />

How to install application using helm:
How to install application using helm: <br />
helm install ReleaseName ChartName

a.) Add helm repository in tractusx:
Expand All @@ -19,12 +19,7 @@ How to install application using helm:

a.) git clone https://github.com/eclipse-tractusx/daps-helm-chart.git
b.) Modify values file according to your requirement
c.) Add the image.repository in the values file
c.) You need to define the secrets as well in values.yaml
secret:
clientId: -> Client id for DAPS
clientSecret: -> Client Secret for DAPS

d.) These secrets should be defined in Hashicorp vault
e.) Deploy in a kubernetes cluster
c.) Add the image.repository in the values file (You can use your own images, one available image is available at the fraunhofer
"ghcr.io/fraunhofer-aisec/omejdn-server:1.7.1")
d.) Deploy in a kubernetes cluster
helm install daps-server charts/daps-server/ -n NameSpace
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ IMPORTANT: DAPS is meant to be a research sandbox in which we can (re)implement

### Software Version
```shell
Helm version is v1.7.8
Helm version is v1.7.9
Application version is v1.7.1
```

Expand Down
2 changes: 1 addition & 1 deletion charts/daps-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sources:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.7.8
version: 1.7.9

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/daps-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# daps-server

![Version: 1.7.8](https://img.shields.io/badge/Version-1.7.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square)
![Version: 1.7.9](https://img.shields.io/badge/Version-1.7.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.7.1](https://img.shields.io/badge/AppVersion-1.7.1-informational?style=flat-square)

DAPS server helm-chart

Expand Down

0 comments on commit 1f4b272

Please sign in to comment.