Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/capsule-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Helm Chart for Capsule Proxy, addon for Capsule, the multi-tenant O
name: capsule-proxy
type: application
version: 0.0.0
home: https://github.com/projectcapsule/capsule-proxy
home: https://projectcapsule.dev/docs/proxy/
icon: https://github.com/projectcapsule/capsule/raw/main/assets/logo/capsule_small.png
keywords:
- kubernetes
Expand All @@ -16,7 +16,7 @@ keywords:
- namespace
- proxy
sources:
- https://projectcapsule.dev/integrations/addons/capsule-proxy/
- https://github.com/projectcapsule/capsule-proxy
maintainers:
- name: capsule-maintainers
email: cncf-capsule-maintainers@lists.cncf.io
Expand All @@ -31,7 +31,7 @@ annotations:
email: cncf-capsule-maintainers@lists.cncf.io
artifacthub.io/links: |
- name: Documentation
url: https://projectcapsule.dev/
url: https://projectcapsule.dev/docs/proxy/
artifacthub.io/changes: |
- kind: added
description: added toggles for podSecurityContexts and securityContexts
2 changes: 1 addition & 1 deletion charts/capsule-proxy/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# Uninstall capsule-proxy
$ helm uninstall {{ .Release.Name }} -n {{ .Release.Namespace }}

- 📚 Read More on the configuration for the capulse-proxy here: https://projectcapsule.dev/integrations/addons/capsule-proxy/
- 📚 Read More on the configuration for the capulse-proxy here: https://projectcapsule.dev/docs/proxy/
Loading