mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-02-14 17:50:00 +00:00
fix release helm script
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
||||
utils
|
||||
dev-tools/*.tgz
|
||||
.vagrant
|
||||
x86_64-darwin.zip
|
||||
x86_64-linux.zip
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
#Example...
|
||||
helm package .
|
||||
cp foo.tgz helm-charts/
|
||||
helm repo index.
|
||||
#! /bin/bash
|
||||
|
||||
echo "Release new version of the KubeInvaders Helm Chart"
|
||||
|
||||
helm package ../helm-charts/kubeinvaders/
|
||||
tar_gz_name=$(ls -art | grep "kubeinvaders.*.tgz")
|
||||
cp $tar_gz_name ../../helm-charts/
|
||||
cd ../../helm-charts/
|
||||
helm repo index .
|
||||
|
||||
Reference in New Issue
Block a user