Shubham Hibare and kfox1111
145f3a36b5
chore: Add configurable probes for controller-manager ( #784 )
...
Signed-off-by: Shubham Hibare <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2026-04-06 18:30:43 +00:00
spire-helm-version-checker[bot] and marcofranssen
a27acbcbca
Bump test chart dependencies ( #786 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2026-04-06 07:12:47 -07:00
spire-helm-version-checker[bot] and marcofranssen
59de7aa314
Bump test chart dependencies ( #779 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2026-03-30 12:03:11 +02:00
kfox1111
96773a310f
Bump versions ( #777 )
...
* Bump versions
Signed-off-by: Kevin Fox <[email protected] >
* Try this
Signed-off-by: Kevin Fox <[email protected] >
* Fix test for newer spire
Signed-off-by: Kevin Fox <[email protected] >
* Bump controller manager version
Signed-off-by: Kevin Fox <[email protected] >
---------
Signed-off-by: Kevin Fox <[email protected] >
2026-03-29 12:13:59 -07:00
bf4bd8199e
feature: add awsSecretsManager upstreamAuthority ( #772 )
...
* feature: add awsSecretsManager upstreamAuthority
Signed-off-by: gcavalcante8808 <[email protected] >
* Bump test chart dependencies (#773 )
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Signed-off-by: gcavalcante8808 <[email protected] >
* Fix docs (#1 )
Signed-off-by: Kevin Fox <[email protected] >
Signed-off-by: gcavalcante8808 <[email protected] >
---------
Signed-off-by: gcavalcante8808 <[email protected] >
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Kevin Fox <[email protected] >
Co-authored-by: spire-helm-version-checker[bot] <161522935+spire-helm-version-checker[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2026-03-26 11:43:19 -07:00
spire-helm-version-checker[bot] and marcofranssen
f78c1d4246
Bump test chart dependencies ( #773 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2026-03-23 06:59:16 -07:00
spire-helm-version-checker[bot] and marcofranssen
7afffd75ca
Bump test chart dependencies ( #771 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2026-03-16 11:36:52 +01:00
spire-helm-version-checker[bot] and marcofranssen
2de363a4a6
Bump test chart dependencies ( #767 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2026-03-09 09:01:33 -07:00
Shubham Hibare
6631349bbb
feat(spire-server): add logEncoding parameter for controller-manager ( #766 )
...
Signed-off-by: Shubham Hibare <[email protected] >
2026-03-05 09:57:44 -08:00
Daniel Schlatter and kfox1111
0133d4a5a7
add key experimental.requirePQKEM for spire-server and spire-agent ( #755 )
...
Signed-off-by: Daniel Schlatter <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2026-03-03 06:31:44 -08:00
spire-helm-version-checker[bot] and marcofranssen
0a841c76a2
Bump test chart dependencies ( #759 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2026-03-02 10:03:57 +01:00
Shubham Hibare
bb4c0f33ce
chore: Bump controller manager image tag to 0.6.3 in README and values.yaml ( #756 )
...
* chore: Bump controller manager image tag to 0.6.3 in README and values.yaml
Signed-off-by: Shubham Hibare <[email protected] >
* chore: Trigger CI rerun
Signed-off-by: Shubham Hibare <[email protected] >
---------
Signed-off-by: Shubham Hibare <[email protected] >
2026-02-25 06:55:42 -08:00
3e8f3f1893
Bump test chart dependencies ( #753 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2026-02-23 16:15:40 +00:00
Rowan Ruseler and kfox1111
b0aa3e4266
Fix duplicate port names in controller-manager containers ( #751 )
...
* Fix duplicate port names in controller-manager containers
Multiple controller-manager containers were using the same "heathz" port
name, causing Kubernetes warnings about duplicate ports in the
StatefulSet. This also affected the prometheus port "prom-cm".
Changes:
* Renamed healthz port to hp-cm (health port - controller manager)
* Renamed prom-cm to pm-cm for consistency
* Addedd {{ .portSuffix }} variable to differentiate external controller
ports
* Implemented port suffix logic
The suffix logic handles cluster names by:
1. Names <9 chars: use full name as suffic
* e.g.: child01 -> -child01
2. Names with trailing numbers: preserve the number format users chose
* Detects 1-2 digit numbers with optional hyphen
* Truncates base name to fit within 15 chars
* e.g.: verlongcluster-01 -> -verylo-01
3. Names without numbers: use SHA-256 hash for uniqueness
* Trunactes name to 5 chars and appends 3-char hash
* e.g.: verlongclustername -> -veryl-a3f
The logic separates container suffix (full name) from port suffix
(truncated) so container names remain descriptive while port names stay
compliant.
Fixes #525 #655
Signed-off-by: Rowan Ruseler <[email protected] >
* Add optional port name overrides for ext. controller
The auto-generated port name suffixes for external controller manager
can collide when cluster names are similar, as the 3-character has
provides only 4,096 possibilities. With the optional healthPortName and
prometheusPortName fields to cluster configuration, allows users to
explicity set port names when automatica generation creates collisions.
Signed-off-by: Rowan Ruseler <[email protected] >
* Fix portSuffix generation
Changed from "and" to "or", so portSuffic is calculated when either
healthPortName or prometheusPortName is unset.
Signed-off-by: Rowan Ruseler <[email protected] >
---------
Signed-off-by: Rowan Ruseler <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2026-02-23 15:20:25 +01:00
Shubham Hibare
3daadc6456
fix(spire-server): Support duration strings for connMaxLifetime ( #752 )
...
* fix(spire-server): Support duration strings for connMaxLifetime
Signed-off-by: Shubham Hibare <[email protected] >
* fix
Signed-off-by: Shubham Hibare <[email protected] >
---------
Signed-off-by: Shubham Hibare <[email protected] >
2026-02-19 10:55:11 -08:00
spire-helm-version-checker[bot] and marcofranssen
730b76bbaa
Bump test chart dependencies ( #750 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2026-02-16 05:48:10 -08:00
Jayme Howard and kfox1111
982d53c200
Add ContainerResource scaling to spire-server HPA ( #746 )
...
* Add ContainerResource scaling to spire-server HPA
Signed-off-by: Jayme Howard <[email protected] >
* Amend flag name to address feedback
Signed-off-by: Jayme Howard <[email protected] >
---------
Signed-off-by: Jayme Howard <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2026-02-14 00:29:22 +00:00
Pratik Lotia
8abac78a15
Support leaderElection values in controller manager ( #740 )
2026-02-11 15:58:54 -08:00
6b5d01b74c
Bump test chart dependencies ( #743 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2026-02-10 22:03:09 +00:00
spire-helm-version-checker[bot] and marcofranssen
666d304ce2
Bump test chart dependencies ( #738 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2026-02-02 11:52:44 +01:00
Shubham Hibare
a7ac6a494d
feat(spire-server): add logFormat configuration option ( #735 )
...
* Add logFormat support to spire-server chart
Adds the ability to configure SPIRE server log format (text or json)
via the logFormat helm value. When set, it renders as log_format in
the server configuration.
Signed-off-by: Shubham Hibare <[email protected] >
* add default value
Signed-off-by: Shubham Hibare <[email protected] >
* fix
Signed-off-by: Shubham Hibare <[email protected] >
* fix
Signed-off-by: Shubham Hibare <[email protected] >
---------
Signed-off-by: Shubham Hibare <[email protected] >
2026-01-30 13:39:47 -08:00
e99d96097c
Bump test chart dependencies ( #732 )
...
* Bump test chart dependencies
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update docs
Signed-off-by: Kevin Fox <[email protected] >
---------
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: kfox1111 <[email protected] >
Signed-off-by: Kevin Fox <[email protected] >
Co-authored-by: marcofranssen <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2026-01-26 14:43:53 -08:00
813203a4d2
Update spike to the newest version ( #665 )
...
* Update spike bits
Signed-off-by: Kevin Fox <[email protected] >
* Update
Signed-off-by: Kevin Fox <[email protected] >
* Update
Signed-off-by: Kevin Fox <[email protected] >
* Add trust roots.
SPIKE SDK uses the appropriate trust root from the environment which makes SDK usage easier, but it requires additional env vars on the pod meta.
Signed-off-by: Volkan Özçelik <[email protected] >
* Chart updates to make it work with the new SDK changes of SPIKE.
Signed-off-by: Volkan Özçelik <[email protected] >
* Making the self-reference more evident.
Signed-off-by: Volkan Özçelik <[email protected] >
* Documentation update.
Signed-off-by: Volkan Özçelik <[email protected] >
* Documentation update.
Signed-off-by: Volkan Özçelik <[email protected] >
* updates to align with recent SPIKE.
* SPIKE assumes all trust roots can be arrays (for distributed setups), modified values accordingly.
* Added cross-references between bootstrap and keeper job/statefulsets for PoP validation to work.
* other possible minor updates.
Signed-off-by: Volkan Özçelik <[email protected] >
* minor changes.
Signed-off-by: Volkan Özçelik <[email protected] >
* Update docs
---------
Signed-off-by: Kevin Fox <[email protected] >
Signed-off-by: Volkan Özçelik <[email protected] >
Co-authored-by: Volkan Özçelik <[email protected] >
Co-authored-by: Faisal Memon <[email protected] >
2026-01-23 12:32:18 -08:00
marcofranssen
8555efc6f9
Bump test chart dependencies
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-19 18:38:03 +01:00
marcofranssen
e6c9d975e7
Bump test chart dependencies
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-12 11:04:24 +01:00
Shubham Hibare and Marco Franssen
87da80a89a
Add support for AWS KMS key tagging ( #721 )
...
* Add support for AWS KMS key tagging
Signed-off-by: Shubham Hibare <[email protected] >
* fix doc
Signed-off-by: Shubham Hibare <[email protected] >
* Update charts/spire/charts/spire-server/templates/configmap.yaml
Co-authored-by: Marco Franssen <[email protected] >
Signed-off-by: Shubham Hibare <[email protected] >
---------
Signed-off-by: Shubham Hibare <[email protected] >
Signed-off-by: Shubham Hibare <[email protected] >
Co-authored-by: Marco Franssen <[email protected] >
2026-01-06 12:43:18 +01:00
spire-helm-version-checker[bot] and marcofranssen
db8f135204
Bump test chart dependencies ( #720 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2026-01-05 08:20:43 +00:00
marcofranssen
b1f902b670
Bump test chart dependencies
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-29 10:25:43 +01:00
Pratik Lotia
1e1e8daa69
Add support for attested node pruning configuration ( #713 )
...
Expose SPIRE server's prune_attested_nodes_expired_for and prune_tofu_nodes
configuration through new Helm values: pruneAttestedNodesExpiredFor and
pruneTOFUNodes.
This prevents database bloat from expired attested nodes in long-running
deployments with node churn.
Signed-off-by: pratik-lotia <[email protected] >
2025-12-18 14:23:30 -08:00
spire-helm-version-checker[bot] and marcofranssen
a2130ff72e
Bump test chart dependencies ( #712 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2025-12-15 10:10:05 +01:00
marcofranssen
adc5f3e8c3
Bump test chart dependencies
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-08 09:26:17 +01:00
marcofranssen
4e0cdb1306
Bump test chart dependencies
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-01 10:56:08 +01:00
spire-helm-version-checker[bot] and marcofranssen
18b8144303
Bump test chart dependencies ( #698 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2025-11-24 15:58:43 +01:00
spire-helm-version-checker[bot] and marcofranssen
e75e095e1e
Bump test chart dependencies ( #696 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2025-11-18 17:21:32 -08:00
spire-helm-version-checker[bot] and marcofranssen
aab7c68d02
Bump test chart dependencies ( #692 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2025-11-10 09:45:37 +01:00
marcofranssen
ca6e9f342d
Bump test chart dependencies
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-03 12:34:59 +01:00
marcofranssen
a373924405
Bump test chart dependencies
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-27 12:08:37 +01:00
spire-helm-version-checker[bot] and marcofranssen
54024730d0
Bump test chart dependencies ( #684 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2025-10-13 09:49:17 -07:00
892597576f
Bump test chart dependencies ( #674 )
...
* Bump test chart dependencies
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Fix bitnami chart support
Signed-off-by: Kevin Fox <[email protected] >
---------
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Kevin Fox <[email protected] >
Co-authored-by: marcofranssen <[email protected] >
Co-authored-by: Kevin Fox <[email protected] >
2025-10-08 08:04:48 -07:00
e73d76a039
Bump test chart dependencies ( #669 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Co-authored-by: Faisal Memon <[email protected] >
2025-09-23 06:17:20 +00:00
1ab06a1b11
Support for Cloud SQL Proxy in GCP ( #646 )
...
* allow IAM auth for non-password methods
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* add example, patch charts' versions and values
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* updates
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump test chart dependencies (#647 )
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.24.0 in /tests (#648 )
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.23.4 to 2.24.0.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.23.4...v2.24.0 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-version: 2.24.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump helm.sh/helm/v3 from 3.18.4 to 3.18.6 in /tests (#650 )
Bumps [helm.sh/helm/v3](https://github.com/helm/helm ) from 3.18.4 to 3.18.6.
- [Release notes](https://github.com/helm/helm/releases )
- [Commits](https://github.com/helm/helm/compare/v3.18.4...v3.18.6 )
---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
dependency-version: 3.18.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump github.com/onsi/ginkgo/v2 from 2.24.0 to 2.25.1 in /tests (#651 )
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.24.0 to 2.25.1.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.24.0...v2.25.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-version: 2.25.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump test chart dependencies (#653 )
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump github.com/onsi/gomega from 1.38.0 to 1.38.1 in /tests (#652 )
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.38.0 to 1.38.1.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.38.0...v1.38.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-version: 1.38.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump github.com/onsi/gomega from 1.38.1 to 1.38.2 in /tests (#654 )
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.38.1 to 1.38.2.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.38.1...v1.38.2 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-version: 1.38.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump test chart dependencies (#658 )
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.3 in /tests (#659 )
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.25.1 to 2.25.3.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.25.1...v2.25.3 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-version: 2.25.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump test chart dependencies (#660 )
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Add labels to the spiffe-oidc-discovery-provider values.yaml (#656 )
* add labels to the spiffe-oidc-discovery-provider values.yaml
Signed-off-by: tuxotron <[email protected] >
* add labels to readme
Signed-off-by: tuxotron <[email protected] >
* Bump github.com/onsi/gomega from 1.38.1 to 1.38.2 in /tests (#654 )
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.38.1 to 1.38.2.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.38.1...v1.38.2 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-version: 1.38.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: tuxotron <[email protected] >
* Bump test chart dependencies (#658 )
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Signed-off-by: tuxotron <[email protected] >
---------
Signed-off-by: tuxotron <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: spire-helm-version-checker[bot] <161522935+spire-helm-version-checker[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump helm.sh/helm/v3 from 3.18.6 to 3.19.0 in /tests (#664 )
Bumps [helm.sh/helm/v3](https://github.com/helm/helm ) from 3.18.6 to 3.19.0.
- [Release notes](https://github.com/helm/helm/releases )
- [Commits](https://github.com/helm/helm/compare/v3.18.6...v3.19.0 )
---
updated-dependencies:
- dependency-name: helm.sh/helm/v3
dependency-version: 3.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* blend into same logic in the chart for the new auth method, add the ability to add loadbalancer ip
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* remove whitespaces
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* update README and values file
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Spire agent helm chart: allow configuring logFormat (#661 )
* Spire agent helm chart: allow configuring logFormat
Signed-off-by: Nikolai Tihhomirov <[email protected] >
* Fixup: wrong doc parameter
Signed-off-by: Nikolai Tihhomirov <[email protected] >
---------
Signed-off-by: Nikolai Tihhomirov <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Add controller manager configs gcInterval, logLevel, and make entryIDPrefix configurable (#662 )
* Make controller manager gcInterval configurable in spire-server helm chart
Signed-off-by: Daniel Schlatter <[email protected] >
* Make controller manager logLevel configurable in spire-server helm chart
Signed-off-by: Daniel Schlatter <[email protected] >
* Make controller manager entryIDPrefix configurable in spire-server helm chart
Signed-off-by: Daniel Schlatter <[email protected] >
* change configurable entryIDPrefix to a binary option of add the cluster name or not
Signed-off-by: Daniel Schlatter <[email protected] >
---------
Signed-off-by: Daniel Schlatter <[email protected] >
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Bump test chart dependencies (#666 )
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* make spire server's auth_opa_policy_engine configurable in the helm chart (#663 )
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
* Update spire to 1.13.0 (#667 )
Signed-off-by: Kevin Fox <[email protected] >
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
---------
Signed-off-by: Hamdan Al-Radaideh <[email protected] >
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: tuxotron <[email protected] >
Signed-off-by: Nikolai Tihhomirov <[email protected] >
Signed-off-by: Daniel Schlatter <[email protected] >
Signed-off-by: Kevin Fox <[email protected] >
Co-authored-by: spire-helm-version-checker[bot] <161522935+spire-helm-version-checker[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tuxotron <[email protected] >
Co-authored-by: Nikolai <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
Co-authored-by: Daniel Schlatter <[email protected] >
2025-09-23 02:46:18 +00:00
Daniel Schlatter
1feeca1ce1
make spire server's auth_opa_policy_engine configurable in the helm chart ( #663 )
2025-09-16 16:58:37 -07:00
spire-helm-version-checker[bot] and marcofranssen
d51bf52a91
Bump test chart dependencies ( #666 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2025-09-15 23:09:42 -07:00
Daniel Schlatter
c1b0cfe390
Add controller manager configs gcInterval, logLevel, and make entryIDPrefix configurable ( #662 )
...
* Make controller manager gcInterval configurable in spire-server helm chart
Signed-off-by: Daniel Schlatter <[email protected] >
* Make controller manager logLevel configurable in spire-server helm chart
Signed-off-by: Daniel Schlatter <[email protected] >
* Make controller manager entryIDPrefix configurable in spire-server helm chart
Signed-off-by: Daniel Schlatter <[email protected] >
* change configurable entryIDPrefix to a binary option of add the cluster name or not
Signed-off-by: Daniel Schlatter <[email protected] >
---------
Signed-off-by: Daniel Schlatter <[email protected] >
2025-09-14 06:14:43 -07:00
spire-helm-version-checker[bot] and marcofranssen
6376190b0b
Bump test chart dependencies ( #660 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2025-09-08 06:39:44 -07:00
spire-helm-version-checker[bot] and marcofranssen
9a802563e3
Bump test chart dependencies ( #658 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2025-09-01 15:19:43 -07:00
spire-helm-version-checker[bot] and marcofranssen
5e5810be1f
Bump test chart dependencies ( #653 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2025-08-25 06:56:02 -07:00
spire-helm-version-checker[bot] and marcofranssen
86feac63d4
Bump test chart dependencies ( #647 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
2025-08-18 07:43:20 -07:00
Eric Cavalcanti
5e40cfb222
Update imagePullPolicy to IfNotPresent ( #643 )
...
* Change selinux image pullpolicy and tag version
Signed-off-by: Eric Cavalcanti <[email protected] >
* Change image pullpolicy
Signed-off-by: Eric Cavalcanti <[email protected] >
* Update readme
Signed-off-by: Eric Cavalcanti <[email protected] >
* update examples
Signed-off-by: Eric Cavalcanti <[email protected] >
* Update image pullpolicy
Signed-off-by: Eric Cavalcanti <[email protected] >
* Fix readme as well
Signed-off-by: Eric Cavalcanti <[email protected] >
* Undo pullpolicy readme
Signed-off-by: Eric Cavalcanti <[email protected] >
* Add selinux
Signed-off-by: Eric Cavalcanti <[email protected] >
* Revert code block
Signed-off-by: Eric Cavalcanti <[email protected] >
* Change regex
Signed-off-by: Eric Cavalcanti <[email protected] >
---------
Signed-off-by: Eric Cavalcanti <[email protected] >
2025-08-11 06:19:27 -07:00
86f0aecc57
Bump test chart dependencies ( #641 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: marcofranssen <[email protected] >
Co-authored-by: kfox1111 <[email protected] >
2025-08-07 07:27:41 -07:00