From 4ce84beda0599a519733798e0bd95d2092fd56ea Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Wed, 22 Nov 2023 10:12:40 +0530 Subject: [PATCH 1/2] installation steps --- INSTALL.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index d84da499..3c881bc5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -8,9 +8,8 @@ How to install application using helm:
helm install ReleaseName ChartName a.) Add helm repository in tractusx: - helm repo add orchestrator https://eclipse-tractusx.github.io/charts/dev + helm repo add tractusx https://eclipse-tractusx.github.io/charts/dev b.) To search the specific repo in helm repositories - helm search repo orchestrator/autosetup + helm search repo tractusx/managed-service-orchestrator c.) To install using helm command: - helm install orchestrator orchestrator/autosetup - + helm install orchestrator tractusx/managed-service-orchestrator From 1c08ef16a98ed093dd4770e1544717953b74d4bd Mon Sep 17 00:00:00 2001 From: adkumar1 Date: Wed, 22 Nov 2023 10:31:50 +0530 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7dbcfb3..3c4455f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] - + - Update in installation steps ## [1.5.1] - 2023-11-17 ### Changed