From 4dcf20a362b93e5a1407a350aa3d3e4bbfe8a38e Mon Sep 17 00:00:00 2001 From: sickcodes Date: Fri, 12 Feb 2021 18:11:48 +0000 Subject: Kubernetes helm chart submission! Thanks @cephasara --- helm/.DS_Store | Bin 6148 -> 0 bytes helm/Chart.yaml | 8 +++++++- helm/README.md | 3 +++ helm/artifacthub-repo.yml | 5 +++++ helm/docker-osx-0.1.0.tgz | Bin 17912 -> 28319 bytes helm/helm-chart-generate.sh | 9 +++++++++ helm/index.yaml | 16 +++++++++++----- 7 files changed, 35 insertions(+), 6 deletions(-) delete mode 100644 helm/.DS_Store create mode 100644 helm/artifacthub-repo.yml create mode 100755 helm/helm-chart-generate.sh (limited to 'helm') diff --git a/helm/.DS_Store b/helm/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/helm/.DS_Store and /dev/null differ diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 0c6cc7c..321db02 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 appVersion: "0.0.1.0" -description: "Containerized OSX! Run Mac in a pod!" +description: "Containerized OSX! Run OSX in a pod, headlessly, or with Xvfb. Test your Apps and master CI/CD processes." name: docker-osx version: 0.1.0 keywords: @@ -8,3 +8,9 @@ keywords: - mac - macos - qemu +- cicd +- ios +- xnu +- darwin +- apple +- osx \ No newline at end of file diff --git a/helm/README.md b/helm/README.md index 5728202..a6500e6 100644 --- a/helm/README.md +++ b/helm/README.md @@ -1,5 +1,8 @@ # docker-osx +Available now on Artifact HUB +[![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/docker-osx)](https://artifacthub.io/packages/search?repo=docker-osx) + ## Information This installs `docker-osx` in Kubernetes. diff --git a/helm/artifacthub-repo.yml b/helm/artifacthub-repo.yml new file mode 100644 index 0000000..1da78a2 --- /dev/null +++ b/helm/artifacthub-repo.yml @@ -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 diff --git a/helm/docker-osx-0.1.0.tgz b/helm/docker-osx-0.1.0.tgz index 2a42ab3..3756681 100644 Binary files a/helm/docker-osx-0.1.0.tgz and b/helm/docker-osx-0.1.0.tgz differ diff --git a/helm/helm-chart-generate.sh b/helm/helm-chart-generate.sh new file mode 100755 index 0000000..14c4610 --- /dev/null +++ b/helm/helm-chart-generate.sh @@ -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/ diff --git a/helm/index.yaml b/helm/index.yaml index 031afb6..4efc4de 100644 --- a/helm/index.yaml +++ b/helm/index.yaml @@ -3,16 +3,22 @@ entries: docker-osx: - apiVersion: v1 appVersion: 0.0.1.0 - created: "2021-02-11T02:01:36.6644313Z" - description: Containerized OSX! Run Mac in a pod! - digest: 38f0b5d8f77eda7be31e95346b981bff98964a884a3f7bc782a62fdf74880943 + created: "2021-02-12T18:10:08.054368621Z" + description: Containerized OSX! Run OSX in a pod, headlessly, or with Xvfb. Test your Apps and master CI/CD processes. + digest: 04e88d78156fa1de709a3dad16558cb8f0bd1c1f0bde8144d530c9a0c143123a keywords: - docker-osx - mac - macos - qemu + - cicd + - ios + - xnu + - darwin + - apple + - osx name: docker-osx urls: - - https://github.com/sickcodes/Docker-OSX/helm/docker-osx-0.1.0.tgz + - https://sickcodes.github.io/Docker-OSX/helm/docker-osx-0.1.0.tgz version: 0.1.0 -generated: "2021-02-11T02:01:36.663264193Z" +generated: "2021-02-12T18:10:08.053067083Z" -- cgit v1.2.3