*f4c421afEnsure the released OCI artifact is also captured in rekor *386e736eBump sigstore/cosign-installer from 3.0.5 to 3.1.0 (#368) *99e01c67Bump spire-controller-manager from 0.2.2 to 0.2.3 (#367) *4dccb0d3Bump spire Helm Chart version from 0.9.0 to 0.9.1 (#365) *8409674aFix the init container flags of the statefulset (#366) *3b666601add missing federatesWith option (#361) *0533d925fixes missing template (#362) *1333b6abAlways add parseTime=true for mysql query string (#352) *ac3be716Bump test chart dependencies (#358) Signed-off-by: Marco Franssen <[email protected]>
48 lines
1.6 KiB
YAML
48 lines
1.6 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.10.0
|
|
appVersion: "1.7.0"
|
|
keywords: ["spiffe", "spire", "spire-server", "spire-agent", "oidc", "spire-controller-manager"]
|
|
home: https://github.com/spiffe/helm-charts/tree/main/charts/spire
|
|
sources:
|
|
- https://github.com/spiffe/helm-charts/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-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: spiffe-csi-driver
|
|
condition: spiffe-csi-driver.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
|