*a01cdc9Production test don't cleanup flag (#44) *56445c4Spire controller manager upgrade (#8) *6635512Fix Tornjak HTTPS ingress port (#39) *78ba615Update to SPIRE 1.8.2 (#40) *2644e4bBump test chart dependencies (#38) *5cb3c6dBump helm.sh/helm/v3 from 3.13.0 to 3.13.1 in /tests (#37) *42bb8cfBump spire Helm Chart version from 0.13.1 to 0.13.2 *dd87bc0Bump spire versions to 1.7.4 (#35) *fdba5d0Bump spire Helm Chart version from 0.13.0 to 0.13.1 *0e41a7dFix failing Tornjak ingress port (#28) *df1abf6Bump to spire 1.7.3 (#31) *69a20e3Merge pull request #29 from spiffe/tornjak-version *3036a41Switch to version v1.4.0 *da49059Update Tornjak image version *0fa43a5Add plugin support to the spire agent (#22) *c5c5320Bump github.com/onsi/ginkgo/v2 from 2.12.1 to 2.13.0 in /tests (#27) *afba33fAdd spire agent experimental flags (#26) *1107278Bump test chart dependencies *03ff618Add Tornjak ingress (#16) *8f1bfc1Merge pull request #23 from spiffe/examples-doc *cd386ebMerge branch 'main' into examples-doc *12937dbUpdate Example README *06d6690Bump test chart dependencies (#20) *8aca48fPush the changes that update-tags creates (#19) *a6cb397Exit code from diff indicating changes should not block commit. (#17) *ebfa518Update FAQ from repo switch (#15) *c23e6cbFix issue with version checker not running *51c20b1Bump actions/checkout from 4.0.0 to 4.1.0 (#9) *21db1e4Add a test to ensure upgrades work (#6) *f86648fBump github.com/onsi/gomega from 1.27.10 to 1.28.0 in /tests *babd677Bump helm.sh/helm/v3 from 3.12.3 to 3.13.0 in /tests *45187feAdd back CODE-OF-CONDUCT *50825d9Deny production runs of example.org trust domains (#229) *712a0f6Bump actions/checkout from 4.0.0 to 4.1.0 *f04bdc3Add support for experimental flags (#492) *7cdae92Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 in /tests (#490) *d3091a8Fix spire-server configmap UpstreamAuthority/aws_pca and KeyManager/a… (#489) *7a96175Remove developer-guy as a CODEOWNER 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.14.0
|
|
appVersion: "1.8.2"
|
|
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
|