*fae12afMerge pull request #60 from spiffe/oidc-ingress *6322a9aFix tests *a9b99feAdd some commented lines for best practice annotations on ingress *e970d52Align ingress hostname with jwtIssues in spire-server chart *cc7121eAdd ingress support for OIDC discovery provider *eaed7c9Bump actions/checkout from 3.3.0 to 3.4.0 (#129) *2e3f045Make webhook fail policy configurable (#124) *9ccbd3cMake kubelet path configurable (#123) *80e3b58Remove dead file from failed rebase. (#121) *7155d71Add documentation how to use Spire in own workloads *25c77fcFix the driver not coming up on overloaded nodes *5fdd35bImprove Chart API (#119) *03db6bbNamespace override *661000aMake the agent socket configurable (#114) *f3a81adMake csi driver configurable to be able to run multiple instances (#115) *b198bc7Fix the tests so they can run locked down. (#111) *09b21acFix the gate *b6716aeTest that it is possible to lock down security of pods (#84) *bfeb217Fix cluster role name uniqueness *490fe8fEnhance the test workflow scripts *9e22d2cMake the namespace the bundle is dropped into configurable *7d1f821Fix test. *493ad8fRemove some duplication on chart-testing CI *b6dd136Add tmp mount so that server can run locked down (#105) *aaaf2f7Remove dead role code *d2eba22Fix docs *6d43625Add kfox as a maintainer *dfa4e6cEnsure CI also runs when test scripts are changed Signed-off-by: Marco Franssen <[email protected]>
40 lines
1.4 KiB
YAML
40 lines
1.4 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.5.0
|
|
appVersion: "1.5.5"
|
|
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]
|
|
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
|
|
annotations:
|
|
artifacthub.io/category: security
|
|
artifacthub.io/license: Apache-2.0
|