-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andrei Kvapil <[email protected]>
- Loading branch information
Showing
8 changed files
with
3,907 additions
and
4,377 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,22 @@ annotations: | |
catalog.cattle.io/display-name: Kamaji | ||
catalog.cattle.io/release-name: kamaji | ||
apiVersion: v2 | ||
appVersion: v0.4.1 | ||
description: Kamaji is a Kubernetes Control Plane Manager. | ||
appVersion: v0.5.0 | ||
description: Kamaji is the Hosted Control Plane Manager for Kubernetes. | ||
home: https://github.com/clastix/kamaji | ||
icon: https://github.com/clastix/kamaji/raw/master/assets/logo-colored.png | ||
kubeVersion: '>=1.21.0-0' | ||
maintainers: | ||
- email: [email protected] | ||
name: Dario Tranchitella | ||
url: https://clastix.io | ||
- email: [email protected] | ||
name: Massimiliano Giovagnoli | ||
- email: [email protected] | ||
name: Adriano Pezzuto | ||
url: https://clastix.io | ||
name: kamaji | ||
sources: | ||
- https://github.com/clastix/kamaji | ||
type: application | ||
version: 0.14.1 | ||
version: 0.15.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# kamaji | ||
|
||
![Version: 0.14.1](https://img.shields.io/badge/Version-0.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.1](https://img.shields.io/badge/AppVersion-v0.4.1-informational?style=flat-square) | ||
![Version: 0.15.2](https://img.shields.io/badge/Version-0.15.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.5.0](https://img.shields.io/badge/AppVersion-v0.5.0-informational?style=flat-square) | ||
|
||
Kamaji is a Kubernetes Control Plane Manager. | ||
Kamaji is the Hosted Control Plane Manager for Kubernetes. | ||
|
||
## Maintainers | ||
|
||
| Name | Email | Url | | ||
| ---- | ------ | --- | | ||
| Dario Tranchitella | <[email protected]> | | | ||
| Dario Tranchitella | <[email protected]> | <https://clastix.io> | | ||
| Massimiliano Giovagnoli | <[email protected]> | | | ||
| Adriano Pezzuto | <[email protected]> | | | ||
| Adriano Pezzuto | <[email protected]> | <https://clastix.io> | | ||
|
||
## Source Code | ||
|
||
|
@@ -66,6 +66,8 @@ Here the values you can override: | |
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| affinity | object | `{}` | Kubernetes affinity rules to apply to Kamaji controller pods | | ||
| cfssl.image.repository | string | `"cfssl/cfssl"` | | | ||
| cfssl.image.tag | string | `"latest"` | | | ||
| datastore.basicAuth.passwordSecret.keyPath | string | `nil` | The Secret key where the data is stored. | | ||
| datastore.basicAuth.passwordSecret.name | string | `nil` | The name of the Secret containing the password used to connect to the relational database. | | ||
| datastore.basicAuth.passwordSecret.namespace | string | `nil` | The namespace of the Secret containing the password used to connect to the relational database. | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.