parent
fad0c874b5
commit
4dcf20a362
Binary file not shown.
@ -0,0 +1,5 @@
|
||||
# Artifact Hub repository metadata file
|
||||
repositoryID: 7b2e9eeb-620a-43e8-b2cc-24ca33125bfc
|
||||
owners: # (optional, used to claim repository ownership)
|
||||
- name: sickcodes
|
||||
email: info@sick.codes
|
Binary file not shown.
@ -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…
Reference in new issue