From 807d47fd2ba0eb6890c8594d91412582a139e7be Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Wed, 17 May 2023 17:00:05 +0530 Subject: [PATCH 1/3] Update Installation steps --- INSTALL.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 646b9fb..9b6c1d8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -4,7 +4,7 @@ Helm charts are provided inside https://github.com/eclipse-tractusx/daps-helm-ch 1.) Using helm commands:
-How to install application using helm: +How to install application using helm:
helm install ReleaseName ChartName a.) Add helm repository in tractusx: @@ -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 + 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") - d.) These secrets should be defined in Hashicorp vault - e.) Deploy in a kubernetes cluster + d.) Deploy in a kubernetes cluster helm install daps-server charts/daps-server/ -n NameSpace From e51f660fa1ba65b196a3286ac53d138346104bf6 Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Wed, 17 May 2023 17:06:33 +0530 Subject: [PATCH 2/3] Fixes #22 --- INSTALL.md | 4 ++-- README.md | 2 +- charts/daps-server/Chart.yaml | 2 +- charts/daps-server/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 9b6c1d8..e098850 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,7 +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 (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 diff --git a/README.md b/README.md index 1c5a3e2..20cc7d6 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/charts/daps-server/Chart.yaml b/charts/daps-server/Chart.yaml index 4384eb8..5b151ab 100644 --- a/charts/daps-server/Chart.yaml +++ b/charts/daps-server/Chart.yaml @@ -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 diff --git a/charts/daps-server/README.md b/charts/daps-server/README.md index ba80bc6..8f90ff8 100644 --- a/charts/daps-server/README.md +++ b/charts/daps-server/README.md @@ -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 From a74bb1ec4d64ef9110224efbcf4c2fc928a4b45b Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Wed, 17 May 2023 17:19:11 +0530 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67b4c51..9092b14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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