From d25ed7f2df424c50818578d1b37ce8bf73a684eb Mon Sep 17 00:00:00 2001 From: Adriano Pezzuto <2222461+bsctl@users.noreply.github.com> Date: Sat, 16 Jan 2021 14:01:13 +0100 Subject: [PATCH] Helm Chart icon fix (#192) --- assets/logo/capsule.svg | 101 ++++++++++++++++++++++++++++++++++++++ charts/capsule/Chart.yaml | 2 +- 2 files changed, 102 insertions(+), 1 deletion(-) create mode 100644 assets/logo/capsule.svg diff --git a/assets/logo/capsule.svg b/assets/logo/capsule.svg new file mode 100644 index 00000000..382b9e2f --- /dev/null +++ b/assets/logo/capsule.svg @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/charts/capsule/Chart.yaml b/charts/capsule/Chart.yaml index 649b7f98..c05ff539 100644 --- a/charts/capsule/Chart.yaml +++ b/charts/capsule/Chart.yaml @@ -3,7 +3,7 @@ type: application description: A Helm chart to deploy the Capsule Operator for easily implementing, managing, and maintaining mutitenancy and access control in Kubernetes. home: https://github.com/clastix/capsule -icon: https://github.com/clastix/capsule/blob/master/assets/logo/space-capsule3.png +icon: https://github.com/clastix/capsule/raw/master/assets/logo/capsule_small.png keywords: - kubernetes - operator