Skip to content

Commit 2972888

Browse files
Add release script
1 parent 0b108e3 commit 2972888

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

release.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
TOKEN=$1
4+
5+
helm repo add bitnami https://charts.bitnami.com/bitnami
6+
cr upload -o alliander-opensource -r pokertool-chart --push --generate-release-notes --token "$TOKEN"
7+
cr index -o alliander-opensource -r pokertool-chart --push --index-path index.yaml --token "$TOKEN"

0 commit comments

Comments
 (0)