diff --git a/Chart.yaml b/Chart.yaml index 4bb8fc2..28fe291 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.5 +version: 0.1.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/publish-chart.ps1 b/publish-chart.ps1 index e68fb06..98e692a 100644 --- a/publish-chart.ps1 +++ b/publish-chart.ps1 @@ -2,5 +2,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 ls -aws s3 cp *.tgz s3://octopus-helm-charts +Get-ChildItem . -Filter *.tgz | %{aws s3 cp $_.Name s3://octopus-helm-charts} aws s3 cp index.yaml s3://octopus-helm-charts \ No newline at end of file