Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
Added a script to publish the chart
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Jul 13, 2020
1 parent 01128db commit 7dc0383
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This chart uses the mssql-linux chart as a dependency. See https://github.com/he

# Deploying

The chart can be built and published with the script `publish-chart.ps1`. The commands it uses are shown below.

Package the chart with the command:

```
Expand Down
5 changes: 5 additions & 0 deletions publish-chart.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
helm package .
aws s3 cp s3://octopus-helm-charts/index.yaml .
helm repo index . --url https://octopus-helm-charts.s3.amazonaws.com --merge index.yaml
aws s3 cp *.tgz s3://octopus-helm-charts
aws s3 cp index.yaml s3://octopus-helm-charts

0 comments on commit 7dc0383

Please sign in to comment.