Skip to content

Commit 87ecc32

Browse files
committed
Update structure and add README for helm chart release
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
1 parent 8447c9b commit 87ecc32

File tree

6 files changed

+10
-1
lines changed

6 files changed

+10
-1
lines changed

.cr-release-packages/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
1.1 KB
Binary file not shown.

helm/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
This chart is used to generate all the ArgoCD Application required for a specific cluster.
2+
3+
### Create the package
4+
tar -cvzf ocp-gitops-1.0.0.tgz helm .helm-chart-released
5+
6+
### Upload the package
7+
cr upload -r ocp-gitops -o adetalhouet --package-path .helm-chart-released -t $AUTH_TOKEN
8+
9+
### Create/update index
10+
cr index -r ocp-gitops -o adetalhouet --package-path .helm-chart-released -i .helm-chart-released/index.html -t $AUTH_TOKEN
File renamed without changes.

0 commit comments

Comments
 (0)