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

Commit

Permalink
change helm init repo to charts.helm.sh (#457)
Browse files Browse the repository at this point in the history
* change helm init repo to charts.helm.sh
* update helm changelog for 5.10.0
  • Loading branch information
Joseph-Irving authored Jan 6, 2021
1 parent c95cb84 commit 65fe6a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/helm-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ then
exit 0
else
# package helm chart
helm init --client-only
helm init --stable-repo-url https://charts.helm.sh/stable --client-only
mkdir ${DRONE_WORKSPACE}/output/
helm package ${DRONE_WORKSPACE}/helm/${APP}/ -d ${DRONE_WORKSPACE}/output/

Expand Down
8 changes: 8 additions & 0 deletions helm/kiam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Helm Chart Changelog
# 5.10.0
18 August 2020

Notable changes:
* [#415](https://github.com/uswitch/kiam/pull/415) Allow disabling of mounting SSL certs from host

Many thanks to the following contributor for this release:
* [@velothump](https://github.com/velothump)

## 5.9.0
17 August 2020
Expand Down

0 comments on commit 65fe6a3

Please sign in to comment.