fix(docs): update home in chart.yaml (#1864)

* 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>
This commit is contained in:
Sander Tervoert
2026-02-10 08:54:08 +01:00
committed by GitHub
parent a7b437fedb
commit 61429d1dae
2 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
apiVersion: v2
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/projectcapsule/capsule
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

View File

@@ -21,7 +21,6 @@ func (o NamespacesReference) Field() string {
return ".status.namespaces"
}
//nolint:forcetypeassert
func (o NamespacesReference) Func() client.IndexerFunc {
return func(object client.Object) []string {
t, ok := object.(*capsulev1beta2.Tenant)