Skip to content

Commit

Permalink
chore(helm): update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bsctl authored and prometherion committed Jun 14, 2023
1 parent 84c8b1a commit 4db8230
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 30 deletions.
Binary file added assets/logo-colored.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions charts/kamaji/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/kamaji/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
26 changes: 4 additions & 22 deletions charts/kamaji/app-readme.md
Original file line number Diff line number Diff line change
@@ -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
* Helm v3

0 comments on commit 4db8230

Please sign in to comment.