mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-03-09 15:39:58 +00:00
Kubernetes helm chart submission! Thanks @cephasara
This commit is contained in:
parent
fad0c874b5
commit
4dcf20a362
10 changed files with 47 additions and 9 deletions
9
helm/helm-chart-generate.sh
Executable file
9
helm/helm-chart-generate.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
# Author: sick.codes
|
||||
# License: GPLv3+
|
||||
# Repo: https://github.com/sickcodes/Docker-OSX/
|
||||
# cd ../helm
|
||||
|
||||
rm -f docker-osx-*.tgz
|
||||
helm package .
|
||||
helm repo index . --url https://sickcodes.github.io/Docker-OSX/helm/
|
Loading…
Add table
Add a link
Reference in a new issue