Skip to content

Commit

Permalink
Merge pull request #89 from catenax-ng/documentation
Browse files Browse the repository at this point in the history
fix: Updation in installation steps
  • Loading branch information
SebastianBezold authored Nov 22, 2023
2 parents 8cdee67 + 1c08ef1 commit eff9a9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ How to install application using helm: <br />
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

0 comments on commit eff9a9d

Please sign in to comment.