Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release1.2.8 #31

Merged
merged 14 commits into from
May 15, 2023
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ How to install application using helm: <br />
helm install ReleaseName ChartName

a.) Add helm repository in tractusx:
helm repo add autosetup https://eclipse-tractusx.github.io/charts/tractusx-dev
helm repo add autosetup https://eclipse-tractusx.github.io/charts/dev
adkumar1 marked this conversation as resolved.
Show resolved Hide resolved
b.) To search the specific repo in helm repositories
helm search repo tractusx-dev
helm search repo autosetup/orchestrator
adkumar1 marked this conversation as resolved.
Show resolved Hide resolved
c.) To install using helm command:
helm install autosetup tractusx-dev/autosetup
helm install autosetup autosetup/orchestrator
adkumar1 marked this conversation as resolved.
Show resolved Hide resolved
adkumar1 marked this conversation as resolved.
Show resolved Hide resolved