Skip to content

Commit

Permalink
Update structure and add README for helm chart release
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis de Talhouët <[email protected]>
  • Loading branch information
adetalhouet committed Dec 16, 2021
1 parent 8447c9b commit 87ecc32
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cr-release-packages/README.md

This file was deleted.

Binary file added .helm-chart-released/ocp-gitops-1.0.0.tgz
Binary file not shown.
File renamed without changes.
10 changes: 10 additions & 0 deletions helm/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This chart is used to generate all the ArgoCD Application required for a specific cluster.

### Create the package
tar -cvzf ocp-gitops-1.0.0.tgz helm .helm-chart-released

### Upload the package
cr upload -r ocp-gitops -o adetalhouet --package-path .helm-chart-released -t $AUTH_TOKEN

### Create/update index
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.
File renamed without changes.

0 comments on commit 87ecc32

Please sign in to comment.