Community Helm Chart Repository
Go to file
TrueCharts Bot 58e2395dfd
chore(deps): lock file maintenance helm system by renovate (#22792)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|  | lockFileMaintenance | All locks refreshed |
| [nvidia-device-plugin](https://togithub.com/NVIDIA/k8s-device-plugin)
| patch | `0.15.0` -> `0.15.1` |
| [cloudnative-pg](https://cloudnative-pg.io)
([source](https://togithub.com/cloudnative-pg/charts)) | patch |
`0.21.3` -> `0.21.5` |
| [cert-manager](https://cert-manager.io)
([source](https://togithub.com/cert-manager/cert-manager)) | minor |
`v1.14.5` -> `v1.15.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Release Notes

<details>
<summary>NVIDIA/k8s-device-plugin (nvidia-device-plugin)</summary>

###
[`v0.15.1`](https://togithub.com/NVIDIA/k8s-device-plugin/releases/tag/v0.15.1)

[Compare
Source](https://togithub.com/NVIDIA/k8s-device-plugin/compare/v0.15.0...v0.15.1)

#### Changelog

- Fix inconsistent usage of `hasConfigMap` helm template. This addresses
cases where certain resources (roles and service accounts) would be
created even if they were not required.
- Raise an error in GFD when MPS is used with MIG. This ensures that the
behavior across GFD and the Device Plugin is consistent.
-   Remove provenance information from published images.
-   Use half of total memory for size of MPS tmpfs by default.

</details>

<details>
<summary>cloudnative-pg/charts (cloudnative-pg)</summary>

###
[`v0.21.5`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.5)

[Compare
Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.4...cloudnative-pg-v0.21.5)

CloudNativePG Operator Helm Chart

#### What's Changed

- chore(deps): update actions/checkout action to v4.1.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cloudnative-pg/charts/pull/318](https://togithub.com/cloudnative-pg/charts/pull/318)
- Release cloudnative-pg-v0.21.5 by
[@&#8203;github-actions](https://togithub.com/github-actions) in
[https://github.com/cloudnative-pg/charts/pull/315](https://togithub.com/cloudnative-pg/charts/pull/315)

**Full Changelog**:
https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.4...cloudnative-pg-v0.21.5

###
[`v0.21.4`](https://togithub.com/cloudnative-pg/charts/releases/tag/cloudnative-pg-v0.21.4)

[Compare
Source](https://togithub.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.3...cloudnative-pg-v0.21.4)

CloudNativePG Operator Helm Chart

#### What's Changed

- fix additionalEnv typo in deployment.yaml by
[@&#8203;Stevenpc3](https://togithub.com/Stevenpc3) in
[https://github.com/cloudnative-pg/charts/pull/305](https://togithub.com/cloudnative-pg/charts/pull/305)

**Full Changelog**:
https://github.com/cloudnative-pg/charts/compare/cloudnative-pg-v0.21.3...cloudnative-pg-v0.21.4

</details>

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.15.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.1)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.15.0...v1.15.1)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

**🔗 [See
v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0)
for more information about cert-manager 1.15 and read-before-upgrade
info.**

#### 📜 Changes since
[v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0)

##### Bug or Regression

- BUGFIX: fix issue that caused Vault issuer to not retry signing when
an error was encountered.
([#&#8203;7111](https://togithub.com/cert-manager/cert-manager/issues/7111),
[@&#8203;inteon](https://togithub.com/inteon))

##### Other (Cleanup or Flake)

- Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address
CVE-2024-35255
([#&#8203;7092](https://togithub.com/cert-manager/cert-manager/issues/7092),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Bump the go-retryablehttp dependency to fix CVE-2024-6104
([#&#8203;7130](https://togithub.com/cert-manager/cert-manager/issues/7130),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))

###
[`v1.15.0`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.14.7...v1.15.0)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

cert-manager 1.15 promotes several features to beta, including
GatewayAPI support (`ExperimentalGatewayAPISupport`), the ability to
provide a subject in the Certificate that will be used literally in the
CertificateSigningRequest (`LiteralCertificateSubject`) and the
outputting of additional certificate formats
(`AdditionalCertificateOutputFormats`).

> \[!NOTE]
>
> The `cmctl` binary have been moved to
https://github.com/cert-manager/cmctl/releases.
> For the startupapicheck Job you should update references to point at
`quay.io/jetstack/cert-manager-startupapicheck`

> \[!NOTE]
>
> From this release, the Helm chart will no longer uninstall the CRDs
when the chart is uninstalled. If you want the CRDs to be removed on
uninstall use `crds.keep=false` when installing the Helm chart.

#### Community

Thanks again to all open-source contributors with commits in this
release, including: [@&#8203;Pionerd](https://togithub.com/Pionerd),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot),
[@&#8203;andrey-dubnik](https://togithub.com/andrey-dubnik),
[@&#8203;bwaldrep](https://togithub.com/bwaldrep),
[@&#8203;eplightning](https://togithub.com/eplightning),
[@&#8203;erikgb](https://togithub.com/erikgb),
[@&#8203;findnature](https://togithub.com/findnature),
[@&#8203;gplessis](https://togithub.com/gplessis),
[@&#8203;import-shiburin](https://togithub.com/import-shiburin),
[@&#8203;inteon](https://togithub.com/inteon),
[@&#8203;jkroepke](https://togithub.com/jkroepke),
[@&#8203;lunarwhite](https://togithub.com/lunarwhite),
[@&#8203;mangeshhambarde](https://togithub.com/mangeshhambarde),
[@&#8203;pwhitehead-splunk](https://togithub.com/pwhitehead-splunk) &
[@&#8203;rodrigorfk](https://togithub.com/rodrigorfk),
[@&#8203;wallrj](https://togithub.com/wallrj).

Thanks also to the following cert-manager maintainers for their
contributions during this release:
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish),
[@&#8203;SpectralHiss](https://togithub.com/SpectralHiss),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot),
[@&#8203;hawksight](https://togithub.com/hawksight),
[@&#8203;inteon](https://togithub.com/inteon),
[@&#8203;maelvls](https://togithub.com/maelvls) &
[@&#8203;wallrj](https://togithub.com/wallrj).

Equally thanks to everyone who provided feedback, helped users and
raised issues on GitHub and Slack and joined our meetings!

Thanks also to the CNCF, which provides resources and support, and to
the AWS open source team for being good community members and for their
maintenance of the PrivateCA Issuer.

In addition, massive thanks to Venafi for contributing developer time
and resources towards the continued maintenance of cert-manager
projects.

#### Changes by Kind

##### Feature

- GatewayAPI support has graduated to Beta. Add the
`--enable-gateway-api` flag to enable the integration.
([#&#8203;6961](https://togithub.com/cert-manager/cert-manager/issues/6961),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Add support to specify a custom key alias in a JKS Keystore
([#&#8203;6807](https://togithub.com/cert-manager/cert-manager/issues/6807),
[@&#8203;bwaldrep](https://togithub.com/bwaldrep))
- Add the ability to communicate with Vault via mTLS when strict client
certificates is enabled at Vault server side
([#&#8203;6614](https://togithub.com/cert-manager/cert-manager/issues/6614),
[@&#8203;rodrigorfk](https://togithub.com/rodrigorfk))
- Added option to provide additional audiences in the service account
auth section for vault
([#&#8203;6718](https://togithub.com/cert-manager/cert-manager/issues/6718),
[@&#8203;andrey-dubnik](https://togithub.com/andrey-dubnik))
- Venafi Issuer now sends a cert-manager HTTP User-Agent header in all
Venafi Rest API requests.
For example:
`cert-manager-certificaterequests-issuer-venafi/v1.15.0+(linux/amd64)+cert-manager/ef068a59008f6ed919b98a7177921ddc9e297200`.
([#&#8203;6865](https://togithub.com/cert-manager/cert-manager/issues/6865),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Add hint to validation error message to help users of external issuers
more easily fix the issue if they specify a Kind but forget the Group
([#&#8203;6913](https://togithub.com/cert-manager/cert-manager/issues/6913),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Add support for numeric OID types in LiteralSubject. Eg.
"1.2.3.4=String Value"
([#&#8203;6775](https://togithub.com/cert-manager/cert-manager/issues/6775),
[@&#8203;inteon](https://togithub.com/inteon))
- Promote the `LiteralCertificateSubject` feature to Beta.
([#&#8203;7030](https://togithub.com/cert-manager/cert-manager/issues/7030),
[@&#8203;inteon](https://togithub.com/inteon))
- Promoted the AdditionalCertificateOutputFormats feature gate to Beta
(enabled by default).
([#&#8203;6970](https://togithub.com/cert-manager/cert-manager/issues/6970),
[@&#8203;erikgb](https://togithub.com/erikgb))
- The Helm chart now allows you to supply `extraObjects`; a list of yaml
manifests which will helm will install and uninstall with the
cert-manager manifests.
([#&#8203;6424](https://togithub.com/cert-manager/cert-manager/issues/6424),
[@&#8203;gplessis](https://togithub.com/gplessis))
- Update the Route53 provider to support fetching credentials using
AssumeRoleWithWebIdentity
([#&#8203;6878](https://togithub.com/cert-manager/cert-manager/issues/6878),
[@&#8203;pwhitehead-splunk](https://togithub.com/pwhitehead-splunk))
- Helm can now add optional hostAliases to cert-manager Pod to allow the
DNS self-check to pass in custom scenarios.
([#&#8203;6456](https://togithub.com/cert-manager/cert-manager/issues/6456),
[@&#8203;Pionerd](https://togithub.com/Pionerd))
- Added a new Ingress annotation for copying specific Ingress
annotations to Certificate's secretTemplate
([#&#8203;6839](https://togithub.com/cert-manager/cert-manager/issues/6839),
[@&#8203;mangeshhambarde](https://togithub.com/mangeshhambarde))
- Added option to define additional token audiences for the Vault
Kubernetes auth
([#&#8203;6744](https://togithub.com/cert-manager/cert-manager/issues/6744),
[@&#8203;andrey-dubnik](https://togithub.com/andrey-dubnik))
- Allow `cert-manager.io/allow-direct-injection` in annotations
([#&#8203;6801](https://togithub.com/cert-manager/cert-manager/issues/6801),
[@&#8203;jkroepke](https://togithub.com/jkroepke))

##### Design

- Remove repetitive words
([#&#8203;6949](https://togithub.com/cert-manager/cert-manager/issues/6949),
[@&#8203;findnature](https://togithub.com/findnature))

##### Bug or Regression

- BUGFIX: Fixes issue with JSON-logging, where only a subset of the log
messages were output as JSON.
([#&#8203;6779](https://togithub.com/cert-manager/cert-manager/issues/6779),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX: JKS and PKCS12 stores now contain the full set of CAs
specified by an issuer
([#&#8203;6806](https://togithub.com/cert-manager/cert-manager/issues/6806),
[@&#8203;bwaldrep](https://togithub.com/bwaldrep))
- BUGFIX: cainjector leaderelection flag/config option defaults are
missing
([#&#8203;6816](https://togithub.com/cert-manager/cert-manager/issues/6816),
[@&#8203;inteon](https://togithub.com/inteon))
- BUGFIX: cert-manager issuers incorrectly copied the critical flag from
the CSR instead of re-calculating that field themselves.
([#&#8203;6724](https://togithub.com/cert-manager/cert-manager/issues/6724),
[@&#8203;inteon](https://togithub.com/inteon))
- Breaking Change: Fixed unintended certificate chain is used if
`preferredChain` is configured.
([#&#8203;6755](https://togithub.com/cert-manager/cert-manager/issues/6755),
[@&#8203;import-shiburin](https://togithub.com/import-shiburin))
- Bugfix: LiteralSubjects with a #= value can result in memory issues
due to faulty BER parser (github.com/go-asn1-ber/asn1-ber).
([#&#8203;6770](https://togithub.com/cert-manager/cert-manager/issues/6770),
[@&#8203;inteon](https://togithub.com/inteon))
- DigitalOcean: Ensure that only TXT records are considered for deletion
when cleaning up after an ACME challenge
([#&#8203;6875](https://togithub.com/cert-manager/cert-manager/issues/6875),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Fix backwards incompatible removal of default prometheus Service
resource.
([#&#8203;6699](https://togithub.com/cert-manager/cert-manager/issues/6699),
[@&#8203;inteon](https://togithub.com/inteon))
- Fix broken cainjector image value in Helm chart
([#&#8203;6692](https://togithub.com/cert-manager/cert-manager/issues/6692),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Helm: Fix a bug in the logic that differentiates between 0 and an
empty value.
([#&#8203;6713](https://togithub.com/cert-manager/cert-manager/issues/6713),
[@&#8203;inteon](https://togithub.com/inteon))
- Make sure the Azure SDK error messages are stable.
([#&#8203;6676](https://togithub.com/cert-manager/cert-manager/issues/6676),
[@&#8203;inteon](https://togithub.com/inteon))
- When using the literalSubject on a Certificate, the webhook validation
for the common name now also points to the literalSubject.
([#&#8203;6767](https://togithub.com/cert-manager/cert-manager/issues/6767),
[@&#8203;lunarwhite](https://togithub.com/lunarwhite))
- Bump golang.org/x/net to fix CVE-2023-45288
([#&#8203;6929](https://togithub.com/cert-manager/cert-manager/issues/6929),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))
- Fix ACME issuer being stuck waiting for DNS propagation when using
Azure DNS with multiple instances issuing for the same FQDN
([#&#8203;6351](https://togithub.com/cert-manager/cert-manager/issues/6351),
[@&#8203;eplightning](https://togithub.com/eplightning))
- Fix cainjector ConfigMap not mounted in the cainjector deployment.
([#&#8203;7055](https://togithub.com/cert-manager/cert-manager/issues/7055),
[@&#8203;inteon](https://togithub.com/inteon))
- Added `disableAutoApproval` and `approveSignerNames` Helm chart
options.
([#&#8203;7054](https://togithub.com/cert-manager/cert-manager/issues/7054),
[@&#8203;inteon](https://togithub.com/inteon))

##### Other (Cleanup or Flake)

- ⚠️ Possibly breaking: Helm will now keep the CRDs when you uninstall
cert-manager by default to prevent accidental data loss.
([#&#8203;6760](https://togithub.com/cert-manager/cert-manager/issues/6760),
[@&#8203;inteon](https://togithub.com/inteon))
- New `crds.keep` and `crds.enabled` Helm options can now be used
instead of the `installCRDs` option.
([#&#8203;6760](https://togithub.com/cert-manager/cert-manager/issues/6760),
[@&#8203;inteon](https://togithub.com/inteon))
- Bump base images
([#&#8203;6840](https://togithub.com/cert-manager/cert-manager/issues/6840),
[@&#8203;inteon](https://togithub.com/inteon))
- Bump github.com/go-jose/go-jose to v3.0.3 to fix CVE-2024-28180
([#&#8203;6854](https://togithub.com/cert-manager/cert-manager/issues/6854),
[@&#8203;wallrj](https://togithub.com/wallrj))
- Removed deprecated util functions that have been replaced by the
`slices` and `k8s.io/apimachinery/pkg/util` packages.
Removed deprecated CSR functions which have been replaced with other
functions in the `pkg/util/pki` package.
([#&#8203;6730](https://togithub.com/cert-manager/cert-manager/issues/6730),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade go to 1.21.8: fixes CVE-2024-24783
([#&#8203;6823](https://togithub.com/cert-manager/cert-manager/issues/6823),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade go to latest version 1.22.1
([#&#8203;6831](https://togithub.com/cert-manager/cert-manager/issues/6831),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade google.golang.org/protobuf: fixing GO-2024-2611
([#&#8203;6827](https://togithub.com/cert-manager/cert-manager/issues/6827),
[@&#8203;inteon](https://togithub.com/inteon))
- `cmctl` and `kubectl cert-manger` have been moved to the
https://github.com/cert-manager/cmctl repo and will be versioned
separately starting with cmctl v2.0.0
([#&#8203;6663](https://togithub.com/cert-manager/cert-manager/issues/6663),
[@&#8203;inteon](https://togithub.com/inteon))
- Graduate the 'DisallowInsecureCSRUsageDefinition' feature gate to GA.
(part 2)
([#&#8203;6963](https://togithub.com/cert-manager/cert-manager/issues/6963),
[@&#8203;inteon](https://togithub.com/inteon))
- Remove deprecated `pkg/util/pki/ParseSubjectStringToRawDERBytes`
function.
([#&#8203;6994](https://togithub.com/cert-manager/cert-manager/issues/6994),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade Kind to v0.23.0 and update supported node image digests
([#&#8203;7020](https://togithub.com/cert-manager/cert-manager/issues/7020),
[@&#8203;github-actions](https://togithub.com/github-actions)\[bot])
- If the `--controllers` flag only specifies disabled controllers, the
default controllers are now enabled implicitly.
([#&#8203;7054](https://togithub.com/cert-manager/cert-manager/issues/7054),
[@&#8203;inteon](https://togithub.com/inteon))
- Upgrade to Go 1.22.3, fixing `GO-2024-2824`.
([#&#8203;6996](https://togithub.com/cert-manager/cert-manager/issues/6996),
[@&#8203;github-actions](https://togithub.com/github-actions)\[bot])

###
[`v1.14.7`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.7)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.14.6...v1.14.7)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

#### 📜 Changes since
[v1.14.6](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.6)

##### Bugfixes

- BUGFIX: fix issue that caused Vault issuer to not retry signing when
an error was encountered.
([#&#8203;7113](https://togithub.com/cert-manager/cert-manager/issues/7113),
[@&#8203;cert-manager-bot](https://togithub.com/cert-manager-bot))

##### Other (Cleanup or Flake)

- Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address
CVE-2024-35255
([#&#8203;7093](https://togithub.com/cert-manager/cert-manager/issues/7093),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))

###
[`v1.14.6`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.6)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.14.5...v1.14.6)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

#### 📜 Changes since
[v1.14.5](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.14.5)

##### Other (Cleanup or Flake)

- Upgrade Go to 1.21.10, fixing GO-2024-2824
(https://github.com/advisories/GHSA-2jwv-jmq4-4j3r).
([#&#8203;7008](https://togithub.com/cert-manager/cert-manager/issues/7008),
[@&#8203;inteon](https://togithub.com/inteon))
- Helm: the cainjector ConfigMap was not mounted in the cainjector
deployment.
([#&#8203;7053](https://togithub.com/cert-manager/cert-manager/issues/7053),
[@&#8203;cert-manager-bot](https://togithub.com/cert-manager-bot))
- Updated Go to 1.21.11 bringing in security fixes for archive/zip and
net/netip.
([#&#8203;7076](https://togithub.com/cert-manager/cert-manager/issues/7076),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbInVwZGF0ZS9oZWxtL3N5c3RlbSJdfQ==-->
2024-06-30 20:13:41 +02:00
.github Commit daily changes 2024-06-26 21:04:25 +00:00
.vscode Commit daily changes 2024-06-26 21:04:25 +00:00
charts chore(deps): lock file maintenance helm system by renovate (#22792) 2024-06-30 20:13:41 +02:00
templates update some doc links 2024-06-09 14:26:32 +03:00
.all-contributorsrc docs: add TheDodger as a contributor for code (#23723) 2024-06-23 20:57:03 +00:00
.editorconfig
.gitignore add vscode workspace 2024-06-25 21:11:43 +02:00
.helmdocsignore
.markdownlint.yaml chore(docs): lints some docs, uses front-matter instead of # h1, and fix list items in changelog (#16589) 2023-12-31 16:24:05 +02:00
.pre-commit-config.yaml chore(pre-commit): Update pre-commit linter versions (#20460) 2024-04-09 18:13:30 +02:00
LICENSE chore(licensing): move to AGPL 2024-02-17 12:59:38 +01:00
charts.code-workspace Commit daily changes 2024-06-26 21:04:25 +00:00
charttool chore(ci): update charttool 2024-06-25 11:10:55 +00:00
charttool.LICENSE Commit daily changes 2023-12-14 12:05:19 +00:00
cr.yaml
cspell.config.yaml chore(docs): lints some docs, uses front-matter instead of # h1, and fix list items in changelog (#16589) 2023-12-31 16:24:05 +02:00

.github/README.md

title
TrueCharts

Community Helm Chart Catalog

docs Discord GitHub last commit


TrueCharts is a catalog of highly optimised Helm Charts. Made for the community, By the community!

All our charts are supposed to work together and be easy to setup using any helm-compatible deployment tool, above all, give the average user more than enough options to tune things to their liking.


Getting started using TrueCharts

docs


Support

Please check our FAQ, manual and Issue tracker There is a significant chance your issue has been reported before!

Still something not working as expected? Contact us! and we'll figure it out together!

Development

pre-commit renovate GitHub last commit


Our development process is fully distributed and agile, so every chart-maintainer is free to set their own roadmap and development speed and does not have to comply to a centralised roadmap. This ensures freedom and flexibility for everyone involved and makes sure you, the end user, always has the latest and greatest of every Chart installed.

Getting into creating Charts

For more information check the website: https://truecharts.org

Contact and Support

Discord


To contact the TrueCharts project:




Contributors

All Contributors

Thanks goes to these wonderful people (emoji key):


Kjeld Schouten-Lebbing
Kjeld Schouten-Lebbing

💻 🚇 📖 👀 💵
Justin Clift
Justin Clift

📖
whiskerz007
whiskerz007

💻
Stavros Kois
Stavros Kois

💻 📖 🐛 👀 💵
allen-4
allen-4

💻
Troy Prelog
Troy Prelog

💻 📖 💵
Dan Sheridan
Dan Sheridan

💻
Sebastien Dupont
Sebastien Dupont

📖 💵
Vegetto
Vegetto

👀
Ellie Nieuwdorp
Ellie Nieuwdorp

💻
Nate Walck
Nate Walck

💻
Lloyd
Lloyd

💻 💵
Dave Withnall
Dave Withnall

📖
ksimm1
ksimm1

📖 🐛 💵 🧑‍🏫
Aaron Johnson
Aaron Johnson

📖
Ralph
Ralph

💻
Joachim Baten
Joachim Baten

💻 🐛
Michael Yang
Michael Yang

💻
Ciaran Farley
Ciaran Farley

📖
Heavybullets8
Heavybullets8

📖 💻 🐛 📹 🧑‍🏫 💵
662
662

💻
alex171
alex171

📖
Techno Tim
Techno Tim

📖
Mingyao Liu
Mingyao Liu

💻 🐛
NightShaman
NightShaman

💻 📖 🐛 💵 🧑‍🏫
Andrew Smith
Andrew Smith

📖 ⚠️
Bob Klosinski
Bob Klosinski

💻
Sukarn
Sukarn

💻 📖
sebs
sebs

💻
Dyllan Tinoco
Dyllan Tinoco

💻
StevenMcElligott
StevenMcElligott

💻 💵 📖 🐛 🧑‍🏫
brothergomez
brothergomez

💻 🐛
sagit
sagit

💻 🐛 📹 📖 🧑‍🏫
Nevan Chow
Nevan Chow

💻
Daniel Carlsson
Daniel Carlsson

🐛
Devon Louie
Devon Louie

🐛
Alex-Orsholits
Alex-Orsholits

🐛
Tails32
Tails32

🐛
Menaxerius
Menaxerius

🐛
hidefog
hidefog

🐛
Darren Gibbard
Darren Gibbard

🐛
Barti
Barti

🐛
Sunii
Sunii

🐛
trbmchs
trbmchs

🐛
Light
Light

🐛
Boostflow
Boostflow

🐛
Trigardon
Trigardon

🐛
dbb12345
dbb12345

🐛 💻
karypid
karypid

🐛
Philipp
Philipp

🐛
John
John

🐛 📖
John Parton
John Parton

🐛
Marc
Marc

🐛
fdzaebel
fdzaebel

🐛
kloeckwerx
kloeckwerx

🐛
Bradley Bare
Bradley Bare

🐛
Alexander Thamm
Alexander Thamm

🐛
rexit1982
rexit1982

🐛
iaxx
iaxx

🐛
Xstar97
Xstar97

💻 🐛 🧑‍🏫
ornias
ornias

📹
Josh Asplund
Josh Asplund

💵
midnight33233
midnight33233

💵
kbftech
kbftech

💵
hogenf
hogenf

💵
Hawks
Hawks

💵
Jim Russell
Jim Russell

💵
TheGovnah
TheGovnah

💵
famewolf
famewolf

💵 🐛
Konrad Bujak
Konrad Bujak

📖
190n
190n

💻 📖
Alexej Kubarev
Alexej Kubarev

📖
r-vanooyen
r-vanooyen

📖
shadofall
shadofall

📖 🧑‍🏫
agreppin
agreppin

💻
Stavros Ntentos
Stavros Ntentos

💻 🤔
Vlad-Florin Ilie
Vlad-Florin Ilie

💻
huma2000
huma2000

🐛
hugalafutro
hugalafutro

🐛 💵
yehia Amer
yehia Amer

📖
Tyler Stransky
Tyler Stransky

🐛
juggie
juggie

🐛
Ben Tilford
Ben Tilford

🐛 💻
I-nebukad-I
I-nebukad-I

🐛 💻
Ethan Leisinger
Ethan Leisinger

💻 📖
Cullen Murphy
Cullen Murphy

💻 🐛
Jason Thatcher
Jason Thatcher

💻 🐛 📖
Stefan Schramek
Stefan Schramek

🐛
nokaka
nokaka

🐛
Gal Szkolnik
Gal Szkolnik

🐛
Evgeny Stepanovych
Evgeny Stepanovych

🐛
Waqar Ahmed
Waqar Ahmed

🐛
DrSKiZZ
DrSKiZZ

💵
Jan Puciłowski
Jan Puciłowski

💻 ⚠️
Shaun Coyne
Shaun Coyne

💵
Christoph
Christoph

💵
Brandon Rutledge
Brandon Rutledge

🐛
Michael Bestas
Michael Bestas

🐛
Jurģis Rudaks
Jurģis Rudaks

🐛
brunofatia
brunofatia

💵
TopicsLP
TopicsLP

📖
Michael Schnerring
Michael Schnerring

🐛 💻
Tamas Nagy
Tamas Nagy

🐛
OpenSpeedTest™️
OpenSpeedTest™️

💻
Richard James Acton
Richard James Acton

📖
lps-rocks
lps-rocks

🐛
Faust
Faust

🐛
uranderu
uranderu

🐛
Tom Cassady
Tom Cassady

🐛
Huftierchen
Huftierchen

🐛
ZasX
ZasX

📖 🧑‍🏫 💻
Kevin T.
Kevin T.

🐛
Steven Scott
Steven Scott

📖
Watteel Pascal
Watteel Pascal

💻
JamesOsborn-SE
JamesOsborn-SE

💻 📖
NeoToxic
NeoToxic

🧑‍🏫 🐛
jab416171
jab416171

📖
Anna
Anna

📖
ChaosBlades
ChaosBlades

🐛
Patric Stout
Patric Stout

💻
Ben Kochie
Ben Kochie

💻
Jeff Bachtel
Jeff Bachtel

📖
Ben Woods
Ben Woods

💻
Karl Shea
Karl Shea

🐛
Balakumaran MN
Balakumaran MN

📖
Jesperbelt
Jesperbelt

📖
cccs31
cccs31

🐛
Sam Smucny
Sam Smucny

💻
Keith Cirkel
Keith Cirkel

💻
mgale456
mgale456

💻
Alec Fenichel
Alec Fenichel

💻
John Dorman
John Dorman

💻
Dan
Dan

💻
u4ium
u4ium

📖
ErroneousBosch
ErroneousBosch

🐛
MaverickD650
MaverickD650

💻 🐛
Grogdor
Grogdor

📖
Ryan Gooler
Ryan Gooler

📖
Rob Herley
Rob Herley

📖
Christian Heimlich
Christian Heimlich

📖
l-moon-git
l-moon-git

💻
hughes5
hughes5

📖
sdimovv
sdimovv

💻
AllieQpzm
AllieQpzm

💻
Dominik
Dominik

🐛
renovate[bot]
renovate[bot]

🔧
allcontributors[bot]
allcontributors[bot]

🔧
dependabot[bot]
dependabot[bot]

🔧
TrueCharts Bot
TrueCharts Bot

🔧 🚇 💻
Mend Renovate
Mend Renovate

🔧
Simone
Simone

💻
Jean-François Roy
Jean-François Roy

💻
Whiskey24
Whiskey24

💻
inmanturbo
inmanturbo

📖
Alex
Alex

💻
Brian Semrad
Brian Semrad

💻
Christopher
Christopher

💻 📖
Csaba Engedi
Csaba Engedi

💻
Cyb3rzombie
Cyb3rzombie

💻
Eric Cavalcanti
Eric Cavalcanti

💻
Gavin Chappell
Gavin Chappell

💻 🐛
raynay-r
raynay-r

💻
Jip-Hop
Jip-Hop

📖
Jonas Wrede
Jonas Wrede

💻
SilentNyte
SilentNyte

📖
Stan
Stan

💻
Tiago Gaspar
Tiago Gaspar

💻
gismo2004
gismo2004

💻
jsegaert
jsegaert

📖
Miguel Angel Nubla
Miguel Angel Nubla

💻
xal3xhx
xal3xhx

💻
jeremybox
jeremybox

📖
Cameron Sabuda
Cameron Sabuda

📖
Jeroen Schepens
Jeroen Schepens

🐛
James Wright
James Wright

📖
Malpractis
Malpractis

🐛
CommanderStarhump
CommanderStarhump

🐛
Vianchiel
Vianchiel

🐛
Maximilian Ehlers
Maximilian Ehlers

🐛
nautilus7
nautilus7

🐛 💻
kqmaverick
kqmaverick

🐛
ccalby
ccalby

🐛
kofeyh
kofeyh

🐛
imjustleaving
imjustleaving

🐛
Cristian Torres
Cristian Torres

🐛
schopenhauer
schopenhauer

🐛
Zackptg5
Zackptg5

🐛
Brad Ackerman
Brad Ackerman

🐛
mcspiff313
mcspiff313

🐛
Fletcher Nichol
Fletcher Nichol

💻 🐛
Marco Faggian
Marco Faggian

💻
John P
John P

📖
kryojenik
kryojenik

💻
Malcolm
Malcolm

📖
depasseg
depasseg

📖
j1mbl3s
j1mbl3s

📖
VictorienXP
VictorienXP

💻
yelhouti
yelhouti

💻
Jaroslav Lichtblau
Jaroslav Lichtblau

📖
MaximilianS
MaximilianS

📖
Dion Larson
Dion Larson

💻 📖
Physics-Dude
Physics-Dude

📖
waflint
waflint

💻
Henry Wilkinson
Henry Wilkinson

💻 📖
cedstrom
cedstrom

💻
v3DJG6GL
v3DJG6GL

🐛 💻
polarstack
polarstack

💻
Keyvan
Keyvan

💻
MickaelFontes
MickaelFontes

💻
David CM
David CM

💻
Aamir Azad
Aamir Azad

📖
Jordan Woyak
Jordan Woyak

💻
Simon Hofman
Simon Hofman

💻
notyouraveragegamer
notyouraveragegamer

📖
Varac
Varac

💻
tuxsudo
tuxsudo

💻
TylerRudie
TylerRudie

📖
qnb59bny5x
qnb59bny5x

💻
Filip Bednárik
Filip Bednárik

🐛
Serhii Shcherbinin
Serhii Shcherbinin

💻
Quentin Raynaud
Quentin Raynaud

🐛
Felix Schäfer
Felix Schäfer

📖
Julien Nicolas de Verteuil
Julien Nicolas de Verteuil

💻
Gabriel Donadel Dall'Agnol
Gabriel Donadel Dall'Agnol

📖
Jon S. Stumpf
Jon S. Stumpf

📖
Tanguille
Tanguille

📖
Dennis
Dennis

🐛 📖
TheIceCreamTroll
TheIceCreamTroll

💻
Atanas Pamukchiev
Atanas Pamukchiev

💻
Boemeltrein
Boemeltrein

📖
Yiannis Marangos
Yiannis Marangos

💻
Michael Ruoss
Michael Ruoss

💻
Aron Kahrs
Aron Kahrs

💻
nemesis1982
nemesis1982

📖
Ed P
Ed P

💻
Frédéric Nadeau
Frédéric Nadeau

📖
frapbod
frapbod

💻
Max Bachhuber
Max Bachhuber

💻
zierbeek
zierbeek

💻
Ac1dburn
Ac1dburn

💻
Antoine Saget
Antoine Saget

📖
Ben Bodenmiller
Ben Bodenmiller

🐛
felixfon
felixfon

📖
adtwomey
adtwomey

📖
alfi0812
alfi0812

💻 📖 🐛 👀
Agassi
Agassi

💻
Artur
Artur

💻
Morgan Hunter
Morgan Hunter

💻
Aleksandr Oleinikov
Aleksandr Oleinikov

💻
Jamie
Jamie

💻
David Gries
David Gries

🐛 💻
Phreeman33
Phreeman33

💻 🐛
Jens Wolvers
Jens Wolvers

💻
Bart Willems
Bart Willems

💻
Caidy
Caidy

💻
Mr Khachaturov
Mr Khachaturov

💻
LordCrash101
LordCrash101

📖
elendil95
elendil95

💻
TheDodger
TheDodger

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Licence

License


Truecharts, is primarily based on a AGPL-v3 license, this ensures almost everyone can use and modify our charts. Licences can vary on a per-Chart basis. This can easily be seen by the presence of a "LICENSE" file in said folder.

An exception to this, has been made for every document inside folders labeled as docs or doc and their subfolders: those folders are not licensed under AGPL-v3 and are considered "all rights reserved". Said content can be modified and changes submitted per PR, in accordance to the github End User License Agreement.

SPDX-License-Identifier: AGPL-3.0


built-with-resentment contains-technical-debt