*a3e607eBump test chart dependencies (#484) *a360646Add validating admission policy to restrict upstream driver access (#482) *a7368eeUpgrade to spire 1.11.0 (#483) *fe5464bUpdate notes (#479) *29e9866Bump test chart dependencies (#481) *13736cdAdd support for the new hint spire-controller-manager feature (#472) *b08e8bfAgent support for bundle on host path (#478) *7b409edFix cert-manager upstream authority when enabling recommendations (#476) *01c7227Add support for the new fallback spire-controller-manager feature (#471) *0a6dd19Bump test chart dependencies (#477) *fcbd64eSupport federation bundle endpoint profile http_web certificates (#469) *c29f45fAdd AWS DB types (#464) *898a349Add remaining data store options (#463) *2443515Bump test chart dependencies (#474) *c461794Update the spire-controller-manager to 0.6.0 (#473) *5d07eafAlign more settings to convention (#467) *ea2d673Bump test chart dependencies (#470) *352aee2Bump test chart dependencies (#468) *c3c8514Change curl --caPath to --capath (#462) *68d21ccAdd an initial json schema file for spire-agent (#458) *b7e9823Add new config.jwtDomain value to oidc-discovery chart (#457) *8832da3Protects SPIRE Agent's Chart Against YAML Template Injection (#450) *3bc7025Update spiffe-helper (#453) *86d6fcaBump test chart dependencies (#449) Signed-off-by: Faisal Memon <[email protected]>
61 lines
2.0 KiB
YAML
61 lines
2.0 KiB
YAML
apiVersion: v2
|
|
name: spire
|
|
description: >
|
|
A Helm chart for deploying the complete Spire stack including: spire-server, spire-agent, spiffe-csi-driver, spiffe-oidc-discovery-provider and spire-controller-manager.
|
|
type: application
|
|
version: 0.24.0
|
|
appVersion: "1.11.0"
|
|
keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc", "spire-controller-manager"]
|
|
home: https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire
|
|
sources:
|
|
- https://github.com/spiffe/helm-charts-hardened/tree/main/charts/spire
|
|
icon: https://spiffe.io/img/logos/spire/icon/color/spire-icon-color.png
|
|
maintainers:
|
|
- name: marcofranssen
|
|
email: [email protected]
|
|
url: https://marcofranssen.nl
|
|
- name: kfox1111
|
|
email: [email protected]
|
|
- name: faisal-memon
|
|
email: [email protected]
|
|
- name: edwbuck
|
|
email: [email protected]
|
|
kubeVersion: ">=1.21.0-0"
|
|
dependencies:
|
|
- name: spire-lib
|
|
repository: file://./charts/spire-lib
|
|
version: 0.1.0
|
|
- name: spire-server
|
|
condition: spire-server.enabled
|
|
repository: file://./charts/spire-server
|
|
version: 0.1.0
|
|
- name: spire-agent
|
|
condition: spire-agent.enabled
|
|
repository: file://./charts/spire-agent
|
|
version: 0.1.0
|
|
- name: spire-agent
|
|
alias: upstream-spire-agent
|
|
condition: upstream.enabled
|
|
repository: file://./charts/spire-agent
|
|
version: 0.1.0
|
|
- name: spiffe-csi-driver
|
|
condition: spiffe-csi-driver.enabled
|
|
repository: file://./charts/spiffe-csi-driver
|
|
version: 0.1.0
|
|
- name: spiffe-csi-driver
|
|
alias: upstream-spiffe-csi-driver
|
|
condition: upstream.enabled
|
|
repository: file://./charts/spiffe-csi-driver
|
|
version: 0.1.0
|
|
- name: spiffe-oidc-discovery-provider
|
|
condition: spiffe-oidc-discovery-provider.enabled
|
|
repository: file://./charts/spiffe-oidc-discovery-provider
|
|
version: 0.1.0
|
|
- name: tornjak-frontend
|
|
condition: tornjak-frontend.enabled
|
|
repository: file://./charts/tornjak-frontend
|
|
version: 0.1.0
|
|
annotations:
|
|
artifacthub.io/category: security
|
|
artifacthub.io/license: Apache-2.0
|