*57a9320Add SPIRE 1.7.0 to main readme (#357) *af36f7cAlign the bash image version with other instances for spire-agent (#356) *c11a8c0Implement pre-delete hook for graceful delete of spiffe-oidc-discovery-provider (#353) *a6dcf26Allow for SPIRE Agent to run as non root user (#209) *9cf6049Allow contributors to run linting easily on local *e88f7f6Add configmap annotation to spire-bundle configmap (#351) *020bde8Add support to create a issuer and CA via cert-manager (#342) *9d504deIgnore .DS_Store files *e6b608cBump spire images to 1.7.0 (#348) *c97a788Fix bundle role/rolebinding naming conflict (#333) *b66077eBump peter-evans/create-pull-request from 5.0.1 to 5.0.2 (#349) *d0da864Add missing metadata to subcharts (#347) *4c0a1d5Allow overriding test images (#186) *250fd5dAdd missing global values to charts (#311) *5d8c907Dropping k8s versions in CI older than 3, as per readme (#344) *8748933Update upstream-ca-secret.yaml (#341) *4e07450Fix ingress annotations for federation (#337) *ea09199Bump actions/checkout from 3.5.0 to 3.5.3 *87fe198Merge pull request #331 from edwbuck/key_conventions *ddc0166Fix line wrapping. *0cae9ceUpdate project/conventions.md *cb18255Update project/conventions.md *52e5c24Upgrade Tornjak to image v1.2.2 (#328) *28e2abfChoose a different example for dotted Acronyms. *d60d68cAdded accidentally clipped explicit name guidelines. *abe9fdeMerge branch 'main' into key_conventions *f6a7b62Update project/conventions.md *c4d19dbUpdate project/conventions.md *cfa9f78Bump test chart dependencies (#332) *c3213abInitial submission of Helm Chart key naming conventions. *28c0824Bump test chart dependencies (#322) *d333154Add Makefile for local testing (#327) *9fa1ec2Improve Tornjak backend test (#321) *5b779dcImprove Tornjak frontend test (#320) 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.9.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
|