TrueCharts Bot
aedf77b4b8
chore(deps): update helm general non-major ( #13386 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager ) | minor
| `v1.12.3` -> `v1.13.1` |
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.1` ->
`7.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.1` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.6` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.3` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.4` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`13.2.1` -> `13.2.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.2` -> `14.0.9` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`14.0.8` -> `14.0.9` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.22` ->
`3.0.23` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `9.0.25` ->
`9.0.26` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `3.0.24` ->
`3.0.25` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `8.0.0` ->
`8.0.29` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `8.0.28` ->
`8.0.29` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>
###
[`v1.13.1`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.1 )
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.0...v1.13.1 )
v1.13.1 contains a bugfix for a name collision bug in the
StableCertificateRequestName feature that was enabled by default in
v1.13.0.
##### ⚠️ READ
https://github.com/cert-manager/cert-manager/releases/tag/v1.13.0 before
you upgrade from a < v1.13 version!
#### Changes since v1.13.0
##### Bug or Regression
- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#​6358](https://togithub.com/cert-manager/cert-manager/issues/6358 ),
[@​jetstack-bot](https://togithub.com/jetstack-bot ))
##### Other (Cleanup or Flake)
- Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because
`v3.10.2` is labeled as "DO NOT USE".
([#​6368](https://togithub.com/cert-manager/cert-manager/issues/6368 ),
[@​inteon](https://togithub.com/inteon ))
- Upgrade Go from 1.20.7 to 1.20.8.
([#​6370](https://togithub.com/cert-manager/cert-manager/issues/6370 ),
[@​jetstack-bot](https://togithub.com/jetstack-bot ))
###
[`v1.13.0`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0 )
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.5...v1.13.0 )
cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.
This is the 1.13 release of cert-manager!
cert-manager 1.13 brings support for DNS over HTTPS, support for loading
options from a versioned
config file for the cert-manager controller, and more. This release also
includes the promotion of
the StableCertificateRequestName and SecretsFilteredCaching feature
gates to Beta.
#### Known issues
The `StableCertificateRequestName` that was promoted to Beta contains a
"name collision" bug:
[https://github.com/cert-manager/cert-manager/issues/6342 ](https://togithub.com/cert-manager/cert-manager/issues/6342 )
This will be fixed in v1.13.1.
#### Breaking Changes (You MUST read this before you upgrade!)
1. **BREAKING** : If you deploy cert-manager using helm and have
`.featureGates` value set, the features defined there will no longer be
passed to cert-manager webhook, only to cert-manager controller. Use
`webhook.featureGates` field instead to define features to be enabled on
webhook.
([#​6093](https://togithub.com/cert-manager/cert-manager/issues/6093 ),
[@​irbekrm](https://togithub.com/irbekrm ))
2. **Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#​6093](https://togithub.com/cert-manager/cert-manager/issues/6093 ),
[@​irbekrm](https://togithub.com/irbekrm ))
3. **Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#​6182](https://togithub.com/cert-manager/cert-manager/issues/6182 ),
[@​inteon](https://togithub.com/inteon ))
#### Community
Welcome to these new cert-manager members (more info -
[https://github.com/cert-manager/cert-manager/pull/6260 ](https://togithub.com/cert-manager/cert-manager/pull/6260 )):
[@​jsoref](https://togithub.com/jsoref )
[@​FlorianLiebhart](https://togithub.com/FlorianLiebhart )
[@​hawksight](https://togithub.com/hawksight )
[@​erikgb](https://togithub.com/erikgb )
Thanks again to all open-source contributors with commits in this
release, including:
[@​AcidLeroy](https://togithub.com/AcidLeroy )
[@​FlorianLiebhart](https://togithub.com/FlorianLiebhart )
[@​lucacome](https://togithub.com/lucacome )
[@​cypres](https://togithub.com/cypres )
[@​erikgb](https://togithub.com/erikgb )
[@​ubergesundheit](https://togithub.com/ubergesundheit )
[@​jkroepke](https://togithub.com/jkroepke )
[@​jsoref](https://togithub.com/jsoref )
[@​gdvalle](https://togithub.com/gdvalle )
[@​rouke-broersma](https://togithub.com/rouke-broersma )
[@​schrodit](https://togithub.com/schrodit )
[@​zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs )
[@​arukiidou](https://togithub.com/arukiidou )
[@​hawksight](https://togithub.com/hawksight )
[@​Richardds](https://togithub.com/Richardds )
[@​kahirokunn](https://togithub.com/kahirokunn )
Thanks also to the following cert-manager maintainers for their
contributions during this release:
[@​SgtCoDFish](https://togithub.com/SgtCoDFish )
[@​maelvls](https://togithub.com/maelvls )
[@​irbekrm](https://togithub.com/irbekrm )
[@​inteon](https://togithub.com/inteon )
Equally thanks to everyone who provided feedback, helped users and
raised issues on Github and Slack and joined our meetings!
Special thanks to [@​AcidLeroy](https://togithub.com/AcidLeroy )
for adding "load options from a versioned config file" support for the
cert-manager controller! This has been on our wishlist for a very long
time. (see
[https://github.com/cert-manager/cert-manager/pull/5337 ](https://togithub.com/cert-manager/cert-manager/pull/5337 ))
Also, thanks a lot to
[@​FlorianLiebhart](https://togithub.com/FlorianLiebhart ) for
adding support for DNS over HTTPS for the ACME DNS self-check. This is
very useful in case all traffic must be HTTP(S) trafic, eg. when using a
HTTPS_PROXY. (see
[https://github.com/cert-manager/cert-manager/pull/5003 ](https://togithub.com/cert-manager/cert-manager/pull/5003 ))
Thanks also to the [CNCF](https://www.cncf.io/ ), 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](https://togithub.com/cert-manager/aws-privateca-issuer ).
In addition, massive thanks to [Venafi](https://www.venafi.com/ ) for
contributing developer time and resources towards the continued
maintenance of cert-manager projects.
#### Changes since v1.12.0
##### Feature
- Add support for logging options to webhook config file.
([#​6243](https://togithub.com/cert-manager/cert-manager/issues/6243 ),
[@​inteon](https://togithub.com/inteon ))
- Add view permissions to the well-known (Openshift) user-facing
`cluster-reader` aggregated cluster role
([#​6241](https://togithub.com/cert-manager/cert-manager/issues/6241 ),
[@​erikgb](https://togithub.com/erikgb ))
- Certificate Shim: distinguish dns names and ip address in certificate
([#​6267](https://togithub.com/cert-manager/cert-manager/issues/6267 ),
[@​zhangzhiqiangcs](https://togithub.com/zhangzhiqiangcs ))
- Cmctl can now be imported by third parties.
([#​6049](https://togithub.com/cert-manager/cert-manager/issues/6049 ),
[@​SgtCoDFish](https://togithub.com/SgtCoDFish ))
- Make `enableServiceLinks` configurable for all Deployments and
`startupapicheck` Job in Helm chart.
([#​6292](https://togithub.com/cert-manager/cert-manager/issues/6292 ),
[@​ubergesundheit](https://togithub.com/ubergesundheit ))
- Promoted the StableCertificateRequestName and SecretsFilteredCaching
feature gates to Beta (enabled by default).
([#​6298](https://togithub.com/cert-manager/cert-manager/issues/6298 ),
[@​inteon](https://togithub.com/inteon ))
- The cert-manager controller options are now configurable using a
configuration file.
([#​5337](https://togithub.com/cert-manager/cert-manager/issues/5337 ),
[@​AcidLeroy](https://togithub.com/AcidLeroy ))
- The pki CertificateTemplate functions now perform validation of the
CSR blob, making sure we sign a Certificate that matches the IsCA and
(Extended)KeyUsages that are defined in the CertificateRequest resource.
([#​6199](https://togithub.com/cert-manager/cert-manager/issues/6199 ),
[@​inteon](https://togithub.com/inteon ))
- \[helm] Add prometheus.servicemonitor.endpointAdditionalProperties to
define additional properties on a ServiceMonitor endpoint, e.g.
relabelings
([#​6110](https://togithub.com/cert-manager/cert-manager/issues/6110 ),
[@​jkroepke](https://togithub.com/jkroepke ))
##### Design
- DNS over HTTPS (DoH) is now possible for doing the self-checks during
the ACME verification.
The DNS check method to be used is controlled through the command line
flag: `--dns01-recursive-nameservers-only=true` in combination with
`--dns01-recursive-nameservers=https://<DoH-endpoint>` (e.g.
`https://8.8.8.8/dns-query `). It keeps using DNS lookup as a default
method.
([#​5003](https://togithub.com/cert-manager/cert-manager/issues/5003 ),
[@​FlorianLiebhart](https://togithub.com/FlorianLiebhart ))
##### Bug or Regression
- Allow overriding default pdb .minAvailable with .maxUnavailable
without setting .minAvailable to null
([#​6087](https://togithub.com/cert-manager/cert-manager/issues/6087 ),
[@​rouke-broersma](https://togithub.com/rouke-broersma ))
- BUGFIX: `cmctl check api --wait 0` exited without output and exit code
1; we now make sure we perform the API check at least once and return
with the correct error code
([#​6109](https://togithub.com/cert-manager/cert-manager/issues/6109 ),
[@​inteon](https://togithub.com/inteon ))
- BUGFIX: the issuer and certificate-name annotations on a Secret were
incorrectly updated when other fields are changed.
([#​6147](https://togithub.com/cert-manager/cert-manager/issues/6147 ),
[@​inteon](https://togithub.com/inteon ))
- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#​6232](https://togithub.com/cert-manager/cert-manager/issues/6232 ),
[@​inteon](https://togithub.com/inteon ))
- Fix CloudDNS issuers stuck in propagation check, when multiple
instances are issuing for the same FQDN
([#​6088](https://togithub.com/cert-manager/cert-manager/issues/6088 ),
[@​cypres](https://togithub.com/cypres ))
- Fix indentation of Webhook NetworkPolicy matchLabels in helm chart.
([#​6220](https://togithub.com/cert-manager/cert-manager/issues/6220 ),
[@​ubergesundheit](https://togithub.com/ubergesundheit ))
- Fixed Cloudflare DNS01 challenge provider race condition when
validating multiple domains
([#​6191](https://togithub.com/cert-manager/cert-manager/issues/6191 ),
[@​Richardds](https://togithub.com/Richardds ))
- Fixes a bug where webhook was pulling in controller's feature gates.
**⚠️ ⚠️ BREAKING ⚠️ ⚠️ ** : If you deploy cert-manager using helm and
have `.featureGates` value set, the features defined there will no
longer be passed to cert-manager webhook, only to cert-manager
controller. Use `webhook.featureGates` field instead to define features
to be enabled on webhook.
**⚠️ Potentially breaking**: If you were, for some reason, passing
cert-manager controller's features to webhook's `--feature-gates` flag,
this will now break (unless the webhook actually has a feature by that
name).
([#​6093](https://togithub.com/cert-manager/cert-manager/issues/6093 ),
[@​irbekrm](https://togithub.com/irbekrm ))
- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should have compared equal. This
would be most noticeable when using an IPv6 address which doesn't match
how Go's `net.IP.String()` function would have printed that address.
([#​6293](https://togithub.com/cert-manager/cert-manager/issues/6293 ),
[@​SgtCoDFish](https://togithub.com/SgtCoDFish ))
- We disabled the `enableServiceLinks` option for our ACME http solver
pods, because the option caused the pod to be in a crash loop in a
cluster with lot of services.
([#​6143](https://togithub.com/cert-manager/cert-manager/issues/6143 ),
[@​schrodit](https://togithub.com/schrodit ))
- **⚠️ Potentially breaking**: Webhook validation of CertificateRequest
resources is stricter now: all KeyUsages and ExtendedKeyUsages must be
defined directly in the CertificateRequest resource, the encoded CSR can
never contain more usages that defined there.
([#​6182](https://togithub.com/cert-manager/cert-manager/issues/6182 ),
[@​inteon](https://togithub.com/inteon ))
##### Other (Cleanup or Flake)
- A subset of the klogs flags have been deprecated and will be removed
in the future.
([#​5879](https://togithub.com/cert-manager/cert-manager/issues/5879 ),
[@​maelvls](https://togithub.com/maelvls ))
- All service links in helm chart deployments have been disabled.
([#​6144](https://togithub.com/cert-manager/cert-manager/issues/6144 ),
[@​schrodit](https://togithub.com/schrodit ))
- Cert-manager will now re-issue a certificate if the public key in the
latest CertificateRequest resource linked to a Certificate resource does
not match the public key of the key encoded in the Secret linked to that
Certificate resource
([#​6168](https://togithub.com/cert-manager/cert-manager/issues/6168 ),
[@​inteon](https://togithub.com/inteon ))
- Chore: When hostNetwork is enabled, dnsPolicy is now set to
ClusterFirstWithHostNet.
([#​6156](https://togithub.com/cert-manager/cert-manager/issues/6156 ),
[@​kahirokunn](https://togithub.com/kahirokunn ))
- Cleanup the controller configfile structure by introducing
sub-structs.
([#​6242](https://togithub.com/cert-manager/cert-manager/issues/6242 ),
[@​inteon](https://togithub.com/inteon ))
- Don't run API Priority and Fairness controller in webhook's extension
apiserver
([#​6085](https://togithub.com/cert-manager/cert-manager/issues/6085 ),
[@​irbekrm](https://togithub.com/irbekrm ))
- Helm: Add apache 2.0 license annotation
([#​6225](https://togithub.com/cert-manager/cert-manager/issues/6225 ),
[@​arukiidou](https://togithub.com/arukiidou ))
- Make apis/acme/v1/ACMEIssuer.PreferredChain optional in JSON
serialization.
([#​6034](https://togithub.com/cert-manager/cert-manager/issues/6034 ),
[@​gdvalle](https://togithub.com/gdvalle ))
- The SecretPostIssuancePolicyChain now also makes sure that the
`cert-manager.io/common-name`, `cert-manager.io/alt-names`, ...
annotations on Secrets are kept at their correct value.
([#​6176](https://togithub.com/cert-manager/cert-manager/issues/6176 ),
[@​inteon](https://togithub.com/inteon ))
- The cmctl logging has been improved and support for json logging has
been added.
([#​6247](https://togithub.com/cert-manager/cert-manager/issues/6247 ),
[@​inteon](https://togithub.com/inteon ))
- Updates Kubernetes libraries to `v0.27.2`.
([#​6077](https://togithub.com/cert-manager/cert-manager/issues/6077 ),
[@​lucacome](https://togithub.com/lucacome ))
- Updates Kubernetes libraries to `v0.27.4`.
([#​6227](https://togithub.com/cert-manager/cert-manager/issues/6227 ),
[@​lucacome](https://togithub.com/lucacome ))
- We now only check that the issuer name, kind and group annotations on
a Secret match in case those annotations are set.
([#​6152](https://togithub.com/cert-manager/cert-manager/issues/6152 ),
[@​inteon](https://togithub.com/inteon ))
###
[`v1.12.5`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.5 )
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.4...v1.12.5 )
v1.12.5 contains a backport for a name collision bug that was found in
v1.13.0
#### Changes since v1.12.4
##### Bug or Regression
- BUGFIX: fix CertificateRequest name collision bug in
StableCertificateRequestName feature.
([#​6359](https://togithub.com/cert-manager/cert-manager/issues/6359 ),
[@​jetstack-bot](https://togithub.com/jetstack-bot ))
##### Other (Cleanup or Flake)
- Updated base images to the latest version.
([#​6372](https://togithub.com/cert-manager/cert-manager/issues/6372 ),
[@​inteon](https://togithub.com/inteon ))
- Upgrade Go from 1.20.7 to 1.20.8.
([#​6371](https://togithub.com/cert-manager/cert-manager/issues/6371 ),
[@​jetstack-bot](https://togithub.com/jetstack-bot ))
###
[`v1.12.4`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.4 )
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.3...v1.12.4 )
v1.12.4 contains an important security fix that
addresses [CVE-2023-29409](https://cve.report/CVE-2023-29409 ).
#### Changes since v1.12.3
- Fixes an issue where cert-manager would incorrectly reject two IP
addresses as being unequal when they should have compared equal. This
would be most noticeable when using an IPv6 address which doesn't match
how Go's `net.IP.String()` function would have printed that address.
([#​6297](https://togithub.com/cert-manager/cert-manager/issues/6297 ),
[@​SgtCoDFish](https://togithub.com/SgtCoDFish ))
- Use Go 1.20.7 to fix a security issue in Go's `crypto/tls` library.
([#​6318](https://togithub.com/cert-manager/cert-manager/issues/6318 ),
[@​maelvls](https://togithub.com/maelvls ))
</details>
<details>
<summary>truecharts/charts (clickhouse)</summary>
###
[`v7.0.9`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.9 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.8...clickhouse-7.0.9 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.8`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.8 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.7...clickhouse-7.0.8 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.7`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.7 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.6...clickhouse-7.0.7 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.6`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.6 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.5...clickhouse-7.0.6 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.5`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.5 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.4...clickhouse-7.0.5 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.4`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.4 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.3...clickhouse-7.0.4 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.3`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.3 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.2...clickhouse-7.0.3 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
###
[`v7.0.2`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.2 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.1...clickhouse-7.0.2 )
ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).
</details>
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v14.0.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.9 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.8...common-14.0.9 )
Function library for TrueCharts
###
[`v14.0.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.7...common-14.0.8 )
Function library for TrueCharts
###
[`v14.0.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.7 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.6...common-14.0.7 )
Function library for TrueCharts
###
[`v14.0.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.6 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.5...common-14.0.6 )
Function library for TrueCharts
###
[`v14.0.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.5 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.4...common-14.0.5 )
Function library for TrueCharts
###
[`v14.0.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.4 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.3...common-14.0.4 )
Function library for TrueCharts
###
[`v14.0.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.2...common-14.0.3 )
Function library for TrueCharts
###
[`v14.0.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.0.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-14.0.1...common-14.0.2 )
Function library for TrueCharts
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNy43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-08 01:47:09 +03:00
TrueCharts Bot
0313d34ee1
chore(deps): update helm general major (major) ( #11104 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | major | `2.0.6` ->
`3.0.22` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | major | `2.0.7` ->
`3.0.24` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | major | `7.0.6` ->
`8.0.28` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/charts (kube-state-metrics)</summary>
###
[`v3.0.22`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.22 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.21...kube-state-metrics-3.0.22 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.21`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.21 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.20...kube-state-metrics-3.0.21 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.20`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.20 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.19...kube-state-metrics-3.0.20 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.19`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.19 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.18...kube-state-metrics-3.0.19 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.18`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.18 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.17...kube-state-metrics-3.0.18 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.17`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.17 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.16...kube-state-metrics-3.0.17 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.16`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.16 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.15...kube-state-metrics-3.0.16 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.15`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.15 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.14...kube-state-metrics-3.0.15 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.14`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.14 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.13...kube-state-metrics-3.0.14 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.13`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.13 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.12...kube-state-metrics-3.0.13 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.12`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.12 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.11...kube-state-metrics-3.0.12 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.11`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.11 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.10...kube-state-metrics-3.0.11 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.10`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.10 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.9...kube-state-metrics-3.0.10 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.9`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.9 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.8...kube-state-metrics-3.0.9 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.8`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.8 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.7...kube-state-metrics-3.0.8 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.7`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.7 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.6...kube-state-metrics-3.0.7 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.6`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.6 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.5...kube-state-metrics-3.0.6 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.5`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.5 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.4...kube-state-metrics-3.0.5 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.4 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.3...kube-state-metrics-3.0.4 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.3`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.3 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.2...kube-state-metrics-3.0.3 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.2`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.2 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.1...kube-state-metrics-3.0.2 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.1`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.1 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-3.0.0...kube-state-metrics-3.0.1 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v3.0.0`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-3.0.0 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.6...kube-state-metrics-3.0.0 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzcuNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
---------
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-07 23:24:33 +03:00
TrueCharts Bot
1e200c56b3
chore(deps): update container image tccr.io/truecharts/blocky to v0.22.0 ( #12084 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/blocky](https://togithub.com/truecharts/containers )
| minor | `v0.21.0` -> `v0.22.0` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi43NC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzQuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-09-16 13:38:10 +03:00
Kjeld Schouten
34bd9b147b
revert bumps on incubator (+2 squashed commit)
...
Squashed commit:
[7e168fa0eb
] chore(deps): update container image tccr.io/truecharts/valheim-server to latest (#9633 )
[c21e8fb9d8
] bump everything to common 14.0.1 (will need to fix inherently failing CI)
2023-07-31 19:23:26 +02:00
TrueCharts Bot
443da3d0fb
chore(deps): update helm general non-major ( #11034 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`13.2.1` -> `13.2.2` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `2.0.5` ->
`2.0.6` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `2.0.6` ->
`2.0.7` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.5` ->
`7.0.6` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v13.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.2.1...common-13.2.2 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts (kube-state-metrics)</summary>
###
[`v2.0.6`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.6 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.5...kube-state-metrics-2.0.6 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS41IiwidXBkYXRlZEluVmVyIjoiMzYuMjUuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-30 22:49:10 +03:00
TrueCharts Bot
72313a0816
chore(deps): update helm general non-major ( #10955 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager ) | patch
| `v1.12.2` -> `v1.12.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.14.6` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.14.2` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.14.8` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.14.7` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`13.2.0` -> `13.2.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `2.0.3` ->
`2.0.5` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.62` ->
`7.0.70` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.50` ->
`7.0.70` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.69` ->
`6.0.77` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.59` ->
`6.0.67` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `2.0.3` ->
`2.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.62` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.64` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.1` ->
`7.0.5` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.3` ->
`7.0.5` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>
###
[`v1.12.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.3 )
[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.2...v1.12.3 )
#### Changes by Kind
##### Bugfixes
- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#​6235](https://togithub.com/cert-manager/cert-manager/issues/6235 ),
[@​jetstack-bot](https://togithub.com/jetstack-bot ))
</details>
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v12.15.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.15.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.8...common-12.15.0 )
Function library for TrueCharts
###
[`v12.14.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.7...common-12.14.8 )
Function library for TrueCharts
###
[`v12.14.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.7 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.6...common-12.14.7 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts (kube-state-metrics)</summary>
###
[`v2.0.5`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.5 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.4...kube-state-metrics-2.0.5 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v2.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.4 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.3...kube-state-metrics-2.0.4 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-29 09:58:25 +02:00
TrueCharts Bot
0f16280a33
chore(deps): update helm general major (major) ( #10722 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | major |
`12.14.6` -> `13.2.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | major | `1.0.31` ->
`2.0.3` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | major | `1.0.35` ->
`2.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | major | `6.0.62` ->
`7.0.3` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v13.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.2.0...common-13.2.1 )
Function library for TrueCharts
###
[`v13.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.1.3...common-13.2.0 )
Function library for TrueCharts
###
[`v13.1.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.1.2...common-13.1.3 )
Function library for TrueCharts
###
[`v13.1.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.1.0...common-13.1.2 )
Function library for TrueCharts
###
[`v13.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.0.1...common-13.1.0 )
Function library for TrueCharts
###
[`v13.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.0.0...common-13.0.1 )
Function library for TrueCharts
###
[`v13.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.15.0...common-13.0.0 )
Function library for TrueCharts
###
[`v12.15.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.15.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.8...common-12.15.0 )
Function library for TrueCharts
###
[`v12.14.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.7...common-12.14.8 )
Function library for TrueCharts
###
[`v12.14.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.7 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.6...common-12.14.7 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts (kube-state-metrics)</summary>
###
[`v2.0.3`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.3 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.2...kube-state-metrics-2.0.3 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v2.0.2`](https://togithub.com/truecharts/charts/releases/tag/node-exporter-2.0.2 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.1...kube-state-metrics-2.0.2 )
Prometheus exporter for hardware and OS metrics exposed by UNIX kernels,
with pluggable metric collectors.
###
[`v2.0.1`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.1 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-2.0.0...kube-state-metrics-2.0.1 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v2.0.0`](https://togithub.com/truecharts/charts/releases/tag/node-exporter-2.0.0 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.41...kube-state-metrics-2.0.0 )
Prometheus exporter for hardware and OS metrics exposed by UNIX kernels,
with pluggable metric collectors.
###
[`v1.0.41`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.41 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.40...kube-state-metrics-1.0.41 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.40`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.40 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.39...kube-state-metrics-1.0.40 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.39`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.39 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.38...kube-state-metrics-1.0.39 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.38`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.38 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.37...kube-state-metrics-1.0.38 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.37`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.37 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.36...kube-state-metrics-1.0.37 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.36`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.36 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.35...kube-state-metrics-1.0.36 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.35`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.35 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.34...kube-state-metrics-1.0.35 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.34`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.34 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.33...kube-state-metrics-1.0.34 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.33`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.33 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.32...kube-state-metrics-1.0.33 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.32`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.32 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.31...kube-state-metrics-1.0.32 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xOC4zIiwidXBkYXRlZEluVmVyIjoiMzYuMjMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-25 12:22:37 +02:00
TrueCharts Bot
ca88c77964
chore(deps): update helm chart common to 13.2.0 ( #10555 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | major |
`12.14.6` -> `13.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | major |
`12.14.8` -> `13.2.0` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v13.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.1.3...common-13.2.0 )
Function library for TrueCharts
###
[`v13.1.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.1.2...common-13.1.3 )
Function library for TrueCharts
###
[`v13.1.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.1.0...common-13.1.2 )
Function library for TrueCharts
###
[`v13.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.0.1...common-13.1.0 )
Function library for TrueCharts
###
[`v13.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-13.0.0...common-13.0.1 )
Function library for TrueCharts
###
[`v13.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.15.0...common-13.0.0 )
Function library for TrueCharts
###
[`v12.15.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.15.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.8...common-12.15.0 )
Function library for TrueCharts
###
[`v12.14.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.7...common-12.14.8 )
Function library for TrueCharts
###
[`v12.14.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.7 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.6...common-12.14.7 )
Function library for TrueCharts
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi45LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNi45LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-19 14:52:42 +02:00
TrueCharts Bot
3df97af1eb
chore(deps): update helm general non-major ( #10069 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.14.2` -> `12.14.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.14.3` -> `12.14.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.14.1` -> `12.14.6` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.20` ->
`1.0.31` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.50` ->
`7.0.61` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.59` ->
`6.0.68` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.48` ->
`6.0.59` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.22` ->
`1.0.34` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.58` ->
`6.0.62` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.48` ->
`6.0.62` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts (common)</summary>
###
[`v12.14.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.6 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.5...common-12.14.6 )
Function library for TrueCharts
###
[`v12.14.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.5 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.4...common-12.14.5 )
Function library for TrueCharts
###
[`v12.14.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.4 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.3...common-12.14.4 )
Function library for TrueCharts
###
[`v12.14.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.2...common-12.14.3 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts (kube-state-metrics)</summary>
###
[`v1.0.31`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.31 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.30...kube-state-metrics-1.0.31 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.30`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.30 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.29...kube-state-metrics-1.0.30 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.29`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.29 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.28...kube-state-metrics-1.0.29 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.28`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.28 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.27...kube-state-metrics-1.0.28 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.27`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.27 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.26...kube-state-metrics-1.0.27 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.26`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.26 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.25...kube-state-metrics-1.0.26 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.25`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.25 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.24...kube-state-metrics-1.0.25 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.24`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.24 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.20...kube-state-metrics-1.0.24 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTQuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE1NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-01 20:34:40 +03:00
StevenMcElligott
211aac812f
fix(metrics): Default metrics to off ( #9647 )
...
**Description**
Better to keep Traefik metrics default to False since it'll cause errors
without the Prometheus operator installed.
⚒️ Fixes # <!--(issue)-->
**⚙️ Type of change**
- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-06-16 08:44:50 +02:00
TrueCharts Bot
7997d11510
chore(deps): update helm chart common to 12.14.2 ( #9599 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.14.1` -> `12.14.2` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.14.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.1...common-12.14.2 )
Function library for TrueCharts
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-13 09:55:08 +02:00
TrueCharts Bot
8002e877b7
chore(deps): update helm general non-major ( #9558 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.13.0` -> `12.14.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.13.1` -> `12.14.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.10.4` -> `12.14.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.15` ->
`1.0.20` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.45` ->
`7.0.50` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.55` ->
`6.0.59` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.44` ->
`6.0.48` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.18` ->
`1.0.22` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.54` ->
`6.0.58` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.46` ->
`6.0.58` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.14.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.0...common-12.14.1 )
Function library for TrueCharts
###
[`v12.14.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.13.2...common-12.14.0 )
Function library for TrueCharts
###
[`v12.13.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.13.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.13.1...common-12.13.2 )
Function library for TrueCharts
###
[`v12.13.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.13.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.13.0...common-12.13.1 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v1.0.20`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.20 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.19...kube-state-metrics-1.0.20 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.19`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.19 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.18...kube-state-metrics-1.0.19 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.18`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.18 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.17...kube-state-metrics-1.0.18 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.17`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.17 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.16...kube-state-metrics-1.0.17 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.16`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.16 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.15...kube-state-metrics-1.0.16 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTUuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExNS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-11 09:32:38 +02:00
TrueCharts Bot
ac1bf9b9bc
chore(deps): update helm general non-major ( #9459 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.14` ->
`1.0.15` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.44` ->
`7.0.45` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.54` ->
`6.0.55` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.43` ->
`6.0.44` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.17` ->
`1.0.18` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.53` ->
`6.0.54` |
---
### Release Notes
<details>
<summary>truecharts/charts</summary>
###
[`v1.0.15`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.15 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.14...kube-state-metrics-1.0.15 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTMuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-07 13:16:13 +02:00
TrueCharts Bot
8701cfe1c7
chore(deps): update helm general non-major ( #9457 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.12.3` -> `12.13.0` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.13` ->
`1.0.14` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.43` ->
`7.0.44` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.53` ->
`6.0.54` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.42` ->
`6.0.43` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.16` ->
`1.0.17` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.52` ->
`6.0.53` |
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.13.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.13.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.12.4...common-12.13.0 )
Function library for TrueCharts
###
[`v12.12.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.12.4 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.12.3...common-12.12.4 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v1.0.14`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.14 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.13...kube-state-metrics-1.0.14 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTMuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-07 12:07:49 +02:00
TrueCharts Bot
530ee15b0f
chore(deps): update helm general non-major ( #9423 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.12.1` -> `12.12.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.10.4` -> `12.12.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.11` ->
`1.0.13` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.39` ->
`7.0.43` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.49` ->
`6.0.53` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.38` ->
`6.0.42` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.13` ->
`1.0.16` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.50` ->
`6.0.52` |
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.12.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.12.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.12.2...common-12.12.3 )
Function library for TrueCharts
###
[`v12.12.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.12.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.12.1...common-12.12.2 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v1.0.13`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.13 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.12...kube-state-metrics-1.0.13 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.12`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.12 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.11...kube-state-metrics-1.0.12 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjM1LjExMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-06-07 09:23:24 +02:00
Stavros Kois
171a6716a3
fix(blocky): fix tpl ( #9396 )
...
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes #9183
On first render helm will evaluate all expressions, but later when it
gets templated again `{{ tpl (toYaml $content) $ }}` it will try to
evaluate Corefile expressions. Nesting the expression is a quick
workaround. Need to think how to solve this on common side at configmap
creation.
**⚙️ Type of change**
- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-06-05 09:08:22 +02:00
TrueCharts Bot
432a8cd439
chore(deps): update helm general non-major ( #9393 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.10.4` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.10.10` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.9.5` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.9.2` -> `12.12.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.10.2` -> `12.12.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.7` ->
`1.0.11` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.34` ->
`7.0.39` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.29` ->
`7.0.39` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.44` ->
`6.0.49` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.33` ->
`6.0.38` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.6` ->
`1.0.13` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.46` ->
`6.0.50` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.48` ->
`6.0.50` |
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.12.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.12.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.12.0...common-12.12.1 )
Function library for TrueCharts
###
[`v12.12.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.12.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.11.1...common-12.12.0 )
Function library for TrueCharts
###
[`v12.11.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.11.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.14...common-12.11.1 )
Function library for TrueCharts
###
[`v12.10.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.14 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.13...common-12.10.14 )
Function library for TrueCharts
###
[`v12.10.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.13 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.12...common-12.10.13 )
Function library for TrueCharts
###
[`v12.10.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.12 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.11...common-12.10.12 )
Function library for TrueCharts
###
[`v12.10.11`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.11 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.10...common-12.10.11 )
Function library for TrueCharts
###
[`v12.10.10`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.10 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.9...common-12.10.10 )
Function library for TrueCharts
###
[`v12.10.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.9 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.8...common-12.10.9 )
Function library for TrueCharts
###
[`v12.10.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.7...common-12.10.8 )
Function library for TrueCharts
###
[`v12.10.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.7 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.6...common-12.10.7 )
Function library for TrueCharts
###
[`v12.10.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.6 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.5...common-12.10.6 )
Function library for TrueCharts
###
[`v12.10.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.5 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.4...common-12.10.5 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v1.0.11`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.11 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.10...kube-state-metrics-1.0.11 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.10`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.10 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.9...kube-state-metrics-1.0.10 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.9`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.9 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.8...kube-state-metrics-1.0.9 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
###
[`v1.0.8`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.8 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.7...kube-state-metrics-1.0.8 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-04 11:18:02 +02:00
Michael Schnerring
ce3f2c156d
Fix boolean `show_if` conditionals ( #9218 )
...
**Description**
Some of the WebUI `show_if` conditionals were broken due to comparing
boolean values with string values.
⚒️ Fixes # <!--(issue)-->
**⚙️ Type of change**
- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-28 21:35:27 +03:00
TrueCharts Bot
949787d0f9
chore(deps): update helm general non-major ( #9197 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.10.2` -> `12.10.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.33` ->
`7.0.34` |
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.10.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.4 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.2...common-12.10.4 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.34`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.34 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.33...mariadb-7.0.34 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-27 18:17:59 +02:00
TrueCharts Bot
3ed5e03204
chore(deps): update helm general non-major ( #9156 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.9.5` -> `12.10.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.9.2` -> `12.10.2` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`10.2.0` -> `10.9.7` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.4` ->
`1.0.7` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.30` ->
`7.0.33` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.41` ->
`6.0.44` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.30` ->
`6.0.33` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.3` ->
`1.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.44` ->
`6.0.46` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.43` ->
`6.0.46` |
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.10.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.1...common-12.10.2 )
Function library for TrueCharts
###
[`v12.10.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.10.0...common-12.10.1 )
Function library for TrueCharts
###
[`v12.10.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.10.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.9.5...common-12.10.0 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v1.0.7`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.7 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.4...kube-state-metrics-1.0.7 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjEwMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-05-26 09:39:42 +02:00
TrueCharts Bot
eb5e234437
chore(deps): update helm general non-major ( #9125 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.9.2` -> `12.9.5` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.3` ->
`1.0.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.29` ->
`7.0.30` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.40` ->
`6.0.41` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.29` ->
`6.0.30` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter )
([source](https://togithub.com/truecharts/charts )) | patch | `1.0.2` ->
`1.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.43` ->
`6.0.44` |
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.9.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.9.5 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.9.2...common-12.9.5 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v1.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.4 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.3...kube-state-metrics-1.0.4 )
kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC43IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-24 11:23:49 +02:00
TrueCharts Bot
c171d00a1c
chore(deps): update helm general non-major ( #9089 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.8.1` -> `12.9.2` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.27` ->
`7.0.29` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.36` ->
`6.0.40` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.25` ->
`6.0.29` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.41` ->
`6.0.43` |
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.9.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.9.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.8.2...common-12.9.2 )
Function library for TrueCharts
###
[`v12.8.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.8.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.8.1...common-12.8.2 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.29`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.29 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.28...mariadb-7.0.29 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.28`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.28 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.27...mariadb-7.0.28 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC4xIiwidXBkYXRlZEluVmVyIjoiMzUuOTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-22 16:22:23 +02:00
TrueCharts Bot
b856e93d2a
chore(deps): update helm general non-major ( #8979 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.6.6` -> `12.8.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.6.8` -> `12.8.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.22` ->
`7.0.26` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.34` ->
`6.0.36` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.23` ->
`6.0.25` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.39` ->
`6.0.41` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.8.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.8.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.7.0...common-12.8.1 )
Function library for TrueCharts
###
[`v12.7.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.7.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.8...common-12.7.0 )
Function library for TrueCharts
###
[`v12.6.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.8 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.6...common-12.6.8 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.26`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.26 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.25...mariadb-7.0.26 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.25`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.25 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.24...mariadb-7.0.25 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.24`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.24 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.23...mariadb-7.0.24 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.23`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.23 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.22...mariadb-7.0.23 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS44Ni4yIiwidXBkYXRlZEluVmVyIjoiMzUuODYuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-16 09:42:00 +02:00
TrueCharts Bot
9b1fa6d1bf
chore(deps): update helm general non-major ( #8782 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.6.4` -> `12.6.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.6.1` -> `12.6.6` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.19` ->
`7.0.22` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.31` ->
`6.0.34` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.20` ->
`6.0.23` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.37` ->
`6.0.39` |
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.6.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.6 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.5...common-12.6.6 )
Function library for TrueCharts
###
[`v12.6.5`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.5 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.4...common-12.6.5 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.22`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.22 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.21...mariadb-7.0.22 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.21`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.21 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.19...mariadb-7.0.21 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-06 00:41:12 +02:00
Kjeld Schouten-Lebbing
bdfa840453
chore(enterprise, dependency): bump to ensure these are all signed
2023-05-05 23:12:39 +02:00
TrueCharts Bot
f80463fa8c
chore(deps): update helm general non-major ( #8739 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.6.1` -> `12.6.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.6.3` -> `12.6.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.4.21` -> `12.6.4` |
|
[kube-state-metrics](https://togithub.com/bitnami/charts/tree/main/bitnami/kube-state-metrics )
([source](https://togithub.com/bitnami/charts )) | patch | `3.4.0` ->
`3.4.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.16` ->
`7.0.19` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.5` ->
`7.0.19` |
| [memcached](https://truecharts.org/charts/dependency/memcached )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.15` ->
`6.0.31` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.15` ->
`6.0.20` |
|
[node-exporter](https://togithub.com/bitnami/charts/tree/main/bitnami/node-exporter )
([source](https://togithub.com/bitnami/charts )) | minor | `3.3.4` ->
`3.4.1` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.32` ->
`6.0.37` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.21` ->
`6.0.37` |
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.6.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.4 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.3...common-12.6.4 )
Function library for TrueCharts
###
[`v12.6.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.6.1...common-12.6.3 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.19`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.19 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.18...mariadb-7.0.19 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.18`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.18 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.17...mariadb-7.0.18 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.17`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.17 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.16...mariadb-7.0.17 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzUuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-03 11:27:54 +02:00
TrueCharts Bot
bf79ab855d
chore(deps): update helm general non-major ( #8153 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.5.1` -> `12.6.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.15` ->
`7.0.16` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.14` ->
`6.0.15` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.31` ->
`6.0.32` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.6.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.6.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.5.1...common-12.6.1 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.16`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.16 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.15...mariadb-7.0.16 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMiJ9-->
2023-04-25 20:22:11 +03:00
TrueCharts Bot
0812c73e51
chore(deps): update helm general non-major ( #8145 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.4.21` -> `12.5.1` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.13` ->
`7.0.15` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.12` ->
`6.0.14` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.29` ->
`6.0.31` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.5.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.5.1 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.5.0...common-12.5.1 )
Function library for TrueCharts
###
[`v12.5.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.5.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.21...common-12.5.0 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.15`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.15 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.14...mariadb-7.0.15 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.14`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.14 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.13...mariadb-7.0.14 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMiJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-25 12:34:49 +02:00
TrueCharts Bot
a902fcea47
chore(deps): update container image tccr.io/truecharts/k8s_gateway to v0.3.4 ( #8137 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/k8s_gateway](https://togithub.com/truecharts/containers )
| patch | `0.3.3` -> `0.3.4` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS41OC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTguMCJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-24 10:28:55 +02:00
Kjeld Schouten-Lebbing
d20cb2640e
feat(enterprise, dependency and tailscale): add podOptions to SCALE GUI ( #8109 )
...
**Description**
This adds the podOptions GUI section to:
- Tailscale
- Enterprise train
- Dependency train
Other trains will follow later.
**⚙️ Type of change**
- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [x] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-21 15:32:34 +02:00
TrueCharts Bot
2c87f0a3d6
chore(deps): update helm general non-major ( #8087 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.4.20` -> `12.4.21` |
|
[kube-state-metrics](https://togithub.com/bitnami/charts/tree/main/bitnami/kube-state-metrics )
([source](https://togithub.com/bitnami/charts )) | minor | `3.3.5` ->
`3.4.0` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.12` ->
`7.0.13` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.11` ->
`6.0.12` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.28` ->
`6.0.29` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.4.21`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.21 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.20...common-12.4.21 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.13`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.13 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.12...mariadb-7.0.13 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS41Mi4wIiwidXBkYXRlZEluVmVyIjoiMzUuNTQuMCJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-20 15:33:33 +02:00
TrueCharts Bot
d1f4df36ea
chore(deps): update helm general non-major ( #8071 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.4.15` -> `12.4.20` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.11` ->
`7.0.12` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.10` ->
`6.0.11` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.27` ->
`6.0.28` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.4.20`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.20 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.19...common-12.4.20 )
Function library for TrueCharts
###
[`v12.4.19`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.19 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.18...common-12.4.19 )
Function library for TrueCharts
###
[`v12.4.18`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.18 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.15...common-12.4.18 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.12`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.12 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.11...mariadb-7.0.12 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-16 22:32:07 +02:00
TrueCharts Bot
c5ba79f3c4
chore(deps): update helm general non-major ( #8061 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.4.13` -> `12.4.15` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.8` ->
`7.0.11` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.7` ->
`6.0.10` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.3` ->
`6.0.10` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.24` ->
`6.0.27` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.4.15`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.15 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.14...common-12.4.15 )
Function library for TrueCharts
###
[`v12.4.14`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.14 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.13...common-12.4.14 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.11`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.11 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.10...mariadb-7.0.11 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.10`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.10 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.9...mariadb-7.0.10 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.9`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.9 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.8...mariadb-7.0.9 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4xIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMSJ9-->
---------
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-16 13:22:58 +02:00
Stavros Kois
3aa8f2d90e
fix(syncthing,traefik,blocky): fix probes, protocol, config structure ( #8057 )
...
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes #8054
**⚙️ Type of change**
- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-16 11:51:02 +02:00
TrueCharts-Bot
fd453866de
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-16 00:24:46 +00:00
Stavros Kois
603f3c2060
chore(blocky): bump ( #8044 )
...
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes #8014
**⚙️ Type of change**
- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-15 23:05:54 +02:00
TrueCharts Bot
06adda67eb
chore(deps): update helm general non-major ( #7998 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.4.10` -> `12.4.13` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb )
([source](https://togithub.com/truecharts/charts )) | patch | `7.0.6` ->
`7.0.8` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.5` ->
`6.0.7` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.3` ->
`6.0.7` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.22` ->
`6.0.24` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.4.13`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.13 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.12...common-12.4.13 )
Function library for TrueCharts
###
[`v12.4.12`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.12 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.10...common-12.4.12 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v7.0.8`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.8 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.7...mariadb-7.0.8 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
###
[`v7.0.7`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.7 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.6...mariadb-7.0.7 )
Fast, reliable, scalable, and easy to use open-source relational
database system.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ny4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMCJ9-->
---------
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-15 21:58:47 +02:00
Stavros Kois
926084c29d
fix(blocky): fix additional bootstap dns ( #8029 )
...
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes #8014
⚒️ Fixes #7990
**⚙️ Type of change**
- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-04-15 12:12:31 +00:00
TrueCharts-Admin
005b72823c
fixes (+2 squashed commit)
...
Squashed commit:
[8e6584dc55] Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
[524c9955c5] chore(deps): update helm general non-major
2023-04-15 00:40:17 +02:00
TrueCharts Bot
bbea63674e
chore(deps): update helm general non-major ( #7966 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | patch |
`12.4.3` -> `12.4.6` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.20` ->
`6.0.21` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.4.6`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.6 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.3...common-12.4.6 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v6.0.21`](https://togithub.com/truecharts/charts/releases/tag/redis-6.0.21 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/redis-6.0.20...redis-6.0.21 )
Open source, advanced key-value store.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDYuMCJ9-->
2023-04-13 09:29:45 +02:00
TrueCharts Bot
5f0cc7a509
chore(deps): update helm general non-major ( #7929 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.3.0` -> `12.4.3` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.19` ->
`6.0.20` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.4.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.3 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.4.2...common-12.4.3 )
Function library for TrueCharts
###
[`v12.4.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.4.2 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.3.0...common-12.4.2 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v6.0.20`](https://togithub.com/truecharts/charts/releases/tag/redis-6.0.20 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/redis-6.0.19...redis-6.0.20 )
Open source, advanced key-value store.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDEuMCJ9-->
2023-04-11 18:50:21 +00:00
TrueCharts Bot
8186aecf69
chore(deps): update helm general non-major ( #7907 )
...
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common )
([source](https://togithub.com/truecharts/library-charts )) | minor |
`12.2.32` -> `12.3.0` |
|
[kube-state-metrics](https://togithub.com/bitnami/charts/tree/main/bitnami/kube-state-metrics )
([source](https://togithub.com/bitnami/charts )) | patch | `3.3.2` ->
`3.3.5` |
|
[node-exporter](https://togithub.com/bitnami/charts/tree/main/bitnami/node-exporter )
([source](https://togithub.com/bitnami/charts )) | patch | `3.3.1` ->
`3.3.4` |
| [redis](https://truecharts.org/charts/dependency/redis )
([source](https://togithub.com/truecharts/charts )) | patch | `6.0.18` ->
`6.0.19` |
---
### ⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>truecharts/library-charts</summary>
###
[`v12.3.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.3.0 )
[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.2.32...common-12.3.0 )
Function library for TrueCharts
</details>
<details>
<summary>truecharts/charts</summary>
###
[`v6.0.19`](https://togithub.com/truecharts/charts/releases/tag/redis-6.0.19 )
[Compare
Source](https://togithub.com/truecharts/charts/compare/redis-6.0.18...redis-6.0.19 )
Open source, advanced key-value store.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS40MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNDAuMCJ9-->
2023-04-09 11:29:55 +02:00
Kjeld Schouten-Lebbing
d04df04c78
chore(enterprise): bump common to 32 on enterprise charts
2023-04-05 10:05:56 +02:00
TrueCharts-Bot
94c00b8c6f
Commit daily changes
...
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-24 00:24:32 +00:00
Kjeld Schouten-Lebbing
ffee9eb94b
chore(enterprise): bump common and deps on enterprise train ( #7819 )
...
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes # <!--(issue)-->
**⚙️ Type of change**
- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->
**📃 Notes:**
<!-- Please enter any other relevant information here -->
**✔️ Checklist:**
- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
**➕ App addition**
If this PR is an app addition please make sure you have done the
following.
- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers ) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
---
_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-03-19 19:18:36 +01:00
Kjeld Schouten-Lebbing
5e762c7d31
fix(enterprise): misc fixes from common and prometheus storageclass patch ( #7762 )
2023-03-07 19:45:34 +01:00
Kjeld Schouten-Lebbing
3d4c6ba948
fix(blocky): fix blocky servicemonitor
2023-03-07 16:58:34 +01:00
Kjeld Schouten-Lebbing
827a93517c
Update Chart.yaml
...
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-07 13:56:03 +01:00
Kjeld Schouten-Lebbing
1ff1ac0371
feat(blocky): add support for more query logging options, including postgresql ( #7760 )
...
* feat(blocky): add support for more query logging options, including postgresql
* std fix
* handle database differently
2023-03-07 12:46:48 +01:00
Kjeld Schouten-Lebbing
b5f09feffc
fix(blocky/grafana): minor fixes ( #7752 )
...
* fix(blocky): fix k8s-gateway not deploying when enabled
* also fix grafana
* more grafana fixes
* caps
* try something else
* stupid selector mistake
2023-03-06 22:50:19 +01:00