mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 09:59:57 +00:00
* fix(docs): update home in chart.yaml Signed-off-by: sandert-k8s <sandert98@gmail.com> * fix: linter Signed-off-by: sandert-k8s <sandert98@gmail.com> --------- Signed-off-by: sandert-k8s <sandert98@gmail.com>
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
apiVersion: v2
|
|
type: application
|
|
description: A Helm chart to deploy the Capsule Operator for easily implementing,
|
|
managing, and maintaining multitenancy and access control in Kubernetes.
|
|
home: https://projectcapsule.dev/
|
|
icon: https://github.com/projectcapsule/capsule/raw/main/assets/logo/capsule_small.png
|
|
dependencies:
|
|
- name: capsule-proxy
|
|
version: 0.10.0
|
|
repository: "oci://ghcr.io/projectcapsule/charts"
|
|
condition: proxy.enabled
|
|
alias: proxy
|
|
keywords:
|
|
- kubernetes
|
|
- operator
|
|
- multi-tenancy
|
|
- multi-tenant
|
|
- multitenancy
|
|
- multitenant
|
|
- namespace
|
|
maintainers:
|
|
- name: capsule-maintainers
|
|
email: cncf-capsule-maintainers@lists.cncf.io
|
|
name: capsule
|
|
sources:
|
|
- https://github.com/projectcapsule/capsule
|
|
# Note: The version is overwritten by the release workflow.
|
|
version: 0.0.0
|
|
# Note: The version is overwritten by the release workflow.
|
|
appVersion: 0.0.0
|
|
annotations:
|
|
artifacthub.io/operator: "true"
|
|
artifacthub.io/prerelease: "false"
|
|
artifacthub.io/category: security
|
|
artifacthub.io/license: Apache-2.0
|
|
artifacthub.io/maintainers: |
|
|
- name: capsule-maintainers
|
|
email: cncf-capsule-maintainers@lists.cncf.io
|
|
artifacthub.io/links: |
|
|
- name: Documentation
|
|
url: https://projectcapsule.dev/
|
|
artifacthub.io/changes: |
|
|
- kind: added
|
|
description: added toggles for podSecurityContexts and securityContexts
|