diff --git a/assets/logo-colored.png b/assets/logo-colored.png new file mode 100644 index 0000000..953e554 Binary files /dev/null and b/assets/logo-colored.png differ diff --git a/charts/kamaji/Chart.yaml b/charts/kamaji/Chart.yaml index 407345b..618f89f 100644 --- a/charts/kamaji/Chart.yaml +++ b/charts/kamaji/Chart.yaml @@ -1,10 +1,8 @@ apiVersion: v2 appVersion: v0.3.0 -description: Kamaji is a tool aimed to build and operate a Managed Kubernetes Service - with a fraction of the operational burden. With Kamaji, you can deploy and operate - hundreds of Kubernetes clusters as a hyper-scaler. +description: Kamaji deploys and operates Kubernetes at scale with a fraction of the operational burden. Kamaji turns any Kubernetes cluster into an “admin cluster” to orchestrate other Kubernetes clusters called “tenant clusters”. Kamaji is special because the Control Plane components are running in a single pod instead of dedicated machines. This solution makes running multiple Control Planes cheaper and easier to deploy and operate. home: https://github.com/clastix/kamaji -icon: https://github.com/clastix/kamaji/raw/master/assets/kamaji-logo.png +icon: https://github.com/clastix/kamaji/raw/master/assets/logo-colored.png kubeVersion: ">=1.21.0-0" maintainers: - email: dario@tranchitella.eu @@ -17,8 +15,8 @@ name: kamaji sources: - https://github.com/clastix/kamaji type: application -version: 0.12.0 +version: 0.12.1 annotations: catalog.cattle.io/certified: partner catalog.cattle.io/release-name: kamaji - catalog.cattle.io/display-name: Kamaji - Managed Kubernetes Service + catalog.cattle.io/display-name: Kamaji \ No newline at end of file diff --git a/charts/kamaji/README.md b/charts/kamaji/README.md index ea53bdf..36e8e78 100644 --- a/charts/kamaji/README.md +++ b/charts/kamaji/README.md @@ -1,8 +1,8 @@ # kamaji -![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.0](https://img.shields.io/badge/AppVersion-v0.3.0-informational?style=flat-square) +![Version: 0.12.1](https://img.shields.io/badge/Version-0.12.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.0](https://img.shields.io/badge/AppVersion-v0.3.0-informational?style=flat-square) -Kamaji is a tool aimed to build and operate a Managed Kubernetes Service with a fraction of the operational burden. With Kamaji, you can deploy and operate hundreds of Kubernetes clusters as a hyper-scaler. +Kamaji deploys and operates Kubernetes at scale with a fraction of the operational burden. Kamaji turns any Kubernetes cluster into an “admin cluster” to orchestrate other Kubernetes clusters called “tenant clusters”. Kamaji is special because the Control Plane components are running in a single pod instead of dedicated machines. This solution makes running multiple Control Planes cheaper and easier to deploy and operate. ## Maintainers diff --git a/charts/kamaji/app-readme.md b/charts/kamaji/app-readme.md index 7a6bca6..a87e8b7 100644 --- a/charts/kamaji/app-readme.md +++ b/charts/kamaji/app-readme.md @@ -1,30 +1,12 @@ -# Kamaji - Managed Kubernetes Service +# Kamaji -Kamaji is a tool aimed to build and operate a Managed Kubernetes Service with a fraction of the operational burden. +Kamaji deploys and operates Kubernetes at scale with a fraction of the operational burden. Useful links: - [Kamaji Github repository](https://github.com/clastix/kamaji) -- [Kamaji Documentation](https://github.com/clastix/kamaji/docs/) +- [Kamaji Documentation](https://kamaji.clastix.io) ## Requirements * Kubernetes v1.22+ -* Helm v3 - -# Installation - -To install the Chart with the release name `kamaji`: - - helm upgrade --install --namespace kamaji-system --create-namespace clastix/kamaji - -Show the status: - - helm status kamaji -n kamaji-system - -Upgrade the Chart - - helm upgrade kamaji -n kamaji-system clastix/kamaji - -Uninstall the Chart - - helm uninstall kamaji -n kamaji-system \ No newline at end of file +* Helm v3 \ No newline at end of file