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

Commit

Permalink
Fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 committed May 17, 2023
1 parent 807d47f commit e51f660
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ How to install application using helm: <br />

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 (You can use your own images, one available image is available at the frauenhofer ghcr.io/fraunhofer-aisec/omejdn-server:1.7.1")

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 e51f660

Please sign in to comment.