*6c0a4fbAuto tornjak url (#89) *f2758a8Autogen jwtIssuer (#88) *93c20c6Merge pull request #83 from spiffe/doc-ingress-patch *c662b0cMerge branch 'main' into doc-ingress-patch *de8cbc8Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 in /tests (#90) *1de838eBump helm.sh/helm/v3 from 3.13.1 to 3.13.2 in /tests (#91) *daf9d55Merge branch 'main' into doc-ingress-patch *aaeca00Fix tests after renaming files *0320c3fCleanup documentation *37cd9f2Update to SPIRE 1.8.4 (#84) *bd7879aFix the typo in the production ingress README *805d869spire-controller-manager 0.4.0 support (#60) *edf2381Bump sigstore/cosign-installer from 3.1.2 to 3.2.0 (#85) *0ed6d92Bump test chart dependencies *f7b6140Fix docs *a7e8785Add another missing one *3778597Add missing ClusterSPIFFEID fields *9b31f3dBump helm/chart-testing-action from 2.6.0 to 2.6.1 *d6583beAdd missing no cleanup flags to example tests (#79) *81cc2dcIngress type openshift (#52) *2dce90fBump helm/chart-releaser-action from 1.5.0 to 1.6.0 (#75) *f08ebd3Patch Tornjak ingress (#74) *6a6aa1cCosign download fix (#72) *3b01684Support Openshift deployment (#13) *ed23d8bSimple ingress support (#48) *b354413Fix incorrect nesting of priorityClassName (#67) *09ebfc9Bump test chart dependencies (#68) *d50d78dFix ingress annotation variable for tornjak server (#66) *b813807Update docs to simplify, clarify, and prioritize ease of install/upgrade (#62) *5ad35bdMerge pull request #59 from sabre1041/spire-agent-nodename *02d445cUpdate charts/spire/README.md *9bd7f43Added environment variable to spire-agent to inject node name *fb64f8dBump github.com/onsi/gomega from 1.28.1 to 1.29.0 in /tests (#61) *30d0f59Update helm-charts repository URL (#58) *7924323Specify ingress controller type (#43) *0b17434Bump test chart dependencies (#54) *a419903Bump github.com/onsi/gomega from 1.28.0 to 1.28.1 in /tests (#53) *5025025Fix doc missing end tag (#46) *cf226a7Bump actions/checkout from 4.1.0 to 4.1.1 (#42) Signed-off-by: Faisal Memon <[email protected]>
58 lines
1.9 KiB
YAML
58 lines
1.9 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.15.0
|
|
appVersion: "1.8.4"
|
|
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: 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
|