From b28dd7051782ceb87dadede8676cb7a88dc28881 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 12 Jan 2021 20:26:19 -0800 Subject: add helm chart for running in Kubernetes --- helm/Chart.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 helm/Chart.yaml (limited to 'helm/Chart.yaml') diff --git a/helm/Chart.yaml b/helm/Chart.yaml new file mode 100644 index 0000000..808a41a --- /dev/null +++ b/helm/Chart.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +appVersion: "0.10.554.0" +description: default +name: docker-osx +version: 0.1.0 +keywords: +- docker-osx -- cgit v1.2.3 From ce3ce48eb1a732ad2a668b85a93bdc5133c80161 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 12 Jan 2021 20:49:25 -0800 Subject: update doc with features --- helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helm/Chart.yaml') diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 808a41a..ef266fc 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.10.554.0" +appVersion: "0.0.1.0" description: default name: docker-osx version: 0.1.0 -- cgit v1.2.3