We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b108e3 commit 2972888Copy full SHA for 2972888
release.sh
@@ -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