Skip to content

Commit 45f50c7

Browse files
chore(deps): update helm general non-major (#14784)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch | `v1.13.2` -> `v1.13.3` | | [clickhouse](https://truecharts.org/charts/dependency/clickhouse) ([source](https://togithub.com/truecharts/charts)) | patch | `7.0.25` -> `7.0.30` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `14.3.5` -> `14.5.0` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `15.0.1` -> `15.3.4` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `16.0.0` -> `16.2.6` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `15.2.0` -> `15.3.4` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | minor | `14.3.3` -> `14.5.0` | | [common](https://togithub.com/truecharts/apps/tree/master/charts/common) ([source](https://togithub.com/truecharts/library-charts)) | patch | `15.3.1` -> `15.3.4` | | [kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics) ([source](https://togithub.com/truecharts/charts)) | patch | `3.0.38` -> `3.0.41` | | [mariadb](https://truecharts.org/charts/dependency/mariadb) ([source](https://togithub.com/truecharts/charts)) | patch | `9.0.40` -> `9.0.43` | | [node-exporter](https://truecharts.org/charts/dependency/node-exporter) ([source](https://togithub.com/truecharts/charts)) | patch | `3.0.40` -> `3.0.43` | | [redis](https://truecharts.org/charts/dependency/redis) ([source](https://togithub.com/truecharts/charts)) | patch | `8.0.44` -> `8.0.47` | | [velero](https://togithub.com/vmware-tanzu/velero) ([source](https://togithub.com/vmware-tanzu/helm-charts)) | minor | `5.1.4` -> `5.2.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>cert-manager/cert-manager (cert-manager)</summary> ### [`v1.13.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.3) [Compare Source](https://togithub.com/cert-manager/cert-manager/compare/v1.13.2...v1.13.3) cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters. > ⚠️ Read about the [**breaking changes in cert-manager 1.13**](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.13.0) before you upgrade from a < v1.13 version! This patch release contains fixes for the following security vulnerabilities in the cert-manager-controller: - [`GO-2023-2334`](https://pkg.go.dev/vuln/GO-2023-2334): Decryption of malicious PBES2 JWE objects can consume unbounded system resources. If you use [ArtifactHub Security report](https://artifacthub.io/packages/helm/cert-manager/cert-manager/1.13.2?modal=security-report) or [trivy](https://trivy.dev/), this patch will also silence the following warning about a vulnerability in code which is imported but **not used** by the cert-manager-controller: - [`CVE-2023-47108`](https://access.redhat.com/security/cve/CVE-2023-47108): DoS vulnerability in `otelgrpc` due to unbound cardinality metrics. An ongoing security audit of cert-manager suggested some changes to the webhook code to mitigate DoS attacks, and these are included in this patch release. ##### Changes ##### Bug or Regression - The webhook server now returns HTTP error 413 (Content Too Large) for requests with body size `>= 3MiB`. This is to mitigate DoS attacks that attempt to crash the webhook process by sending large requests that exceed the available memory. ([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507), [@&#8203;inteon](https://togithub.com/inteon)) - The webhook server now returns HTTP error 400 (Bad Request) if the request contains an empty body. ([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507), [@&#8203;inteon](https://togithub.com/inteon)) - The webhook server now returns HTTP error 500 (Internal Server Error) rather than crashing, if the code panics while handling a request. ([#&#8203;6507](https://togithub.com/cert-manager/cert-manager/pull/6507), [@&#8203;inteon](https://togithub.com/inteon)) - Mitigate potential "Slowloris" attacks by setting `ReadHeaderTimeout` in all `http.Server` instances. ([#&#8203;6538](https://togithub.com/cert-manager/cert-manager/pull/6538), [@&#8203;wallrj](https://togithub.com/wallrj)) - Upgrade Go modules: `otel`, `docker`, and `jose` to fix CVE alerts. See GHSA-8pgv-569h-w5rw, GHSA-jq35-85cj-fj4p, and GHSA-2c7c-3mj9-8fqh. ([#&#8203;6514](https://togithub.com/cert-manager/cert-manager/pull/6514), [@&#8203;inteon](https://togithub.com/inteon)) ##### Dependencies ##### Added *Nothing has changed.* ##### Changed - `cloud.google.com/go/firestore`: `v1.11.0 → v1.12.0` - `cloud.google.com/go`: `v0.110.6 → v0.110.7` - `github.com/felixge/httpsnoop`: [`v1.0.3 → v1.0.4`](https://togithub.com/felixge/httpsnoop/compare/v1.0.3...v1.0.4) - `github.com/go-jose/go-jose/v3`: [`v3.0.0 → v3.0.1`](https://togithub.com/go-jose/go-jose/v3/compare/v3.0.0...v3.0.1) - `github.com/go-logr/logr`: [`v1.2.4 → v1.3.0`](https://togithub.com/go-logr/logr/compare/v1.2.4...v1.3.0) - `github.com/golang/glog`: [`v1.1.0 → v1.1.2`](https://togithub.com/golang/glog/compare/v1.1.0...v1.1.2) - `github.com/google/go-cmp`: [`v0.5.9 → v0.6.0`](https://togithub.com/google/go-cmp/compare/v0.5.9...v0.6.0) - `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`: `v0.45.0 → v0.46.0` - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`: `v0.44.0 → v0.46.0` - `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc`: `v1.19.0 → v1.20.0` - `go.opentelemetry.io/otel/exporters/otlp/otlptrace`: `v1.19.0 → v1.20.0` - `go.opentelemetry.io/otel/metric`: `v1.19.0 → v1.20.0` - `go.opentelemetry.io/otel/sdk`: `v1.19.0 → v1.20.0` - `go.opentelemetry.io/otel/trace`: `v1.19.0 → v1.20.0` - `go.opentelemetry.io/otel`: `v1.19.0 → v1.20.0` - `go.uber.org/goleak`: `v1.2.1 → v1.3.0` - `golang.org/x/sys`: `v0.13.0 → v0.14.0` - `google.golang.org/genproto/googleapis/api`: `f966b18 → b8732ec` - `google.golang.org/genproto`: `f966b18 → b8732ec` - `google.golang.org/grpc`: `v1.58.3 → v1.59.0` ##### Removed *Nothing has changed.* </details> <details> <summary>truecharts/charts (clickhouse)</summary> ### [`v7.0.30`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.30) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.29...clickhouse-7.0.30) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.29`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.29) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.28...clickhouse-7.0.29) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.28`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.28) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.27...clickhouse-7.0.28) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.27`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.27) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.26...clickhouse-7.0.27) ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). ### [`v7.0.26`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-7.0.26) [Compare Source](https://togithub.com/truecharts/charts/compare/clickhouse-7.0.25...clickhouse-7.0.26) 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.5.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.5.0) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.4.0...common-14.5.0) Function library for TrueCharts ### [`v14.4.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-14.4.0) [Compare Source](https://togithub.com/truecharts/library-charts/compare/common-14.3.5...common-14.4.0) Function library for TrueCharts </details> <details> <summary>vmware-tanzu/helm-charts (velero)</summary> ### [`v5.2.0`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.2.0) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.7...velero-5.2.0) A Helm chart for velero #### What's Changed - \[velero] Pass config trough tpl and implement reload trigger by [@&#8203;jkroepke](https://togithub.com/jkroepke) in [https://github.com/vmware-tanzu/helm-charts/pull/525](https://togithub.com/vmware-tanzu/helm-charts/pull/525) **Full Changelog**: vmware-tanzu/helm-charts@velero-5.1.7...velero-5.2.0 ### [`v5.1.7`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.7) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.6...velero-5.1.7) A Helm chart for velero #### What's Changed - \[velero]: Feature push new charts to GHCR OCI registry as well by [@&#8203;ishuar](https://togithub.com/ishuar) in [https://github.com/vmware-tanzu/helm-charts/pull/523](https://togithub.com/vmware-tanzu/helm-charts/pull/523) - \[velero] feat: Add additional templating options for Velero upgrade CRDs job by [@&#8203;cbuto](https://togithub.com/cbuto) in [https://github.com/vmware-tanzu/helm-charts/pull/528](https://togithub.com/vmware-tanzu/helm-charts/pull/528) #### New Contributors - [@&#8203;cbuto](https://togithub.com/cbuto) made their first contribution in [https://github.com/vmware-tanzu/helm-charts/pull/528](https://togithub.com/vmware-tanzu/helm-charts/pull/528) **Full Changelog**: vmware-tanzu/helm-charts@velero-5.1.6...velero-5.1.7 ### [`v5.1.6`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.6) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.5...velero-5.1.6) A Helm chart for velero #### What's Changed - \[velero]: Disable default values for upgradeJobResources by [@&#8203;ishuar](https://togithub.com/ishuar) in [https://github.com/vmware-tanzu/helm-charts/pull/524](https://togithub.com/vmware-tanzu/helm-charts/pull/524) **Full Changelog**: vmware-tanzu/helm-charts@velero-5.1.5...velero-5.1.6 ### [`v5.1.5`](https://togithub.com/vmware-tanzu/helm-charts/releases/tag/velero-5.1.5) [Compare Source](https://togithub.com/vmware-tanzu/helm-charts/compare/velero-5.1.4...velero-5.1.5) A Helm chart for velero #### What's Changed - Bump velero/velero from 1.12.1 to v1.12.2 in /charts/velero by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/vmware-tanzu/helm-charts/pull/522](https://togithub.com/vmware-tanzu/helm-charts/pull/522) **Full Changelog**: vmware-tanzu/helm-charts@velero-5.1.4...velero-5.1.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuOTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
1 parent 352b1ac commit 45f50c7

File tree

429 files changed

+868
-868
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

429 files changed

+868
-868
lines changed

charts/enterprise/authelia/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: authelia
4-
version: 19.0.15
4+
version: 19.0.16
55
appVersion: 4.37.5
66
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
77
home: https://truecharts.org/charts/enterprise/authelia
@@ -30,14 +30,14 @@ keywords:
3030
- LDAP
3131
dependencies:
3232
- name: common
33-
version: 14.3.5
33+
version: 14.5.0
3434
repository: https://library-charts.truecharts.org
3535
condition: ""
3636
alias: ""
3737
tags: []
3838
import-values: []
3939
- name: redis
40-
version: 8.0.44
40+
version: 8.0.47
4141
repository: https://deps.truecharts.org
4242
condition: redis.enabled
4343
alias: ""

charts/enterprise/blocky/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: blocky
4-
version: 9.0.13
4+
version: 9.0.14
55
appVersion: "0.22"
66
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network
77
written in Go
@@ -23,14 +23,14 @@ keywords:
2323
- blocky
2424
dependencies:
2525
- name: common
26-
version: 14.3.5
26+
version: 14.5.0
2727
repository: https://library-charts.truecharts.org
2828
condition: ""
2929
alias: ""
3030
tags: []
3131
import-values: []
3232
- name: redis
33-
version: 8.0.44
33+
version: 8.0.47
3434
repository: https://deps.truecharts.org
3535
condition: redis.enabled
3636
alias: ""

charts/enterprise/clusterissuer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: clusterissuer
4-
version: 4.2.12
4+
version: 4.2.13
55
appVersion: latest
66
description: Certificate management for Kubernetes
77
home: https://truecharts.org/charts/enterprise/clusterissuer
@@ -20,7 +20,7 @@ keywords:
2020
- certificates
2121
dependencies:
2222
- name: common
23-
version: 14.3.5
23+
version: 14.5.0
2424
repository: https://library-charts.truecharts.org
2525
condition: ""
2626
alias: ""

charts/enterprise/grafana/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: grafana
4-
version: 9.0.45
4+
version: 9.0.46
55
appVersion: 10.2.2
66
description: Grafana is an open source, feature rich metrics dashboard and graph editor
77
for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
@@ -24,7 +24,7 @@ keywords:
2424
- logs
2525
dependencies:
2626
- name: common
27-
version: 14.3.5
27+
version: 14.5.0
2828
repository: https://library-charts.truecharts.org
2929
condition: ""
3030
alias: ""

charts/enterprise/kubernetes-reflector/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: kubernetes-reflector
4-
version: 1.0.8
4+
version: 1.0.9
55
appVersion: 7.1.217
66
description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect
77
changes to secrets and configmaps across namespaces
@@ -24,7 +24,7 @@ keywords:
2424
- certificates
2525
dependencies:
2626
- name: common
27-
version: 14.3.5
27+
version: 14.5.0
2828
repository: https://library-charts.truecharts.org
2929
condition: ""
3030
alias: ""

charts/enterprise/metallb-config/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: metallb-config
4-
version: 3.0.13
4+
version: 3.0.14
55
appVersion: latest
66
description: A network load-balancer implementation for Kubernetes using standard
77
routing protocols
@@ -22,7 +22,7 @@ keywords:
2222
- loadbalancer
2323
dependencies:
2424
- name: common
25-
version: 14.3.5
25+
version: 14.5.0
2626
repository: https://library-charts.truecharts.org
2727
condition: ""
2828
alias: ""

charts/enterprise/prometheus/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: ">=1.24.0-0"
22
apiVersion: v2
33
name: prometheus
4-
version: 13.0.26
4+
version: 13.0.27
55
appVersion: 2.48.1
66
description:
77
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
@@ -24,21 +24,21 @@ keywords:
2424
- metrics
2525
dependencies:
2626
- name: common
27-
version: 14.3.5
27+
version: 14.5.0
2828
repository: https://library-charts.truecharts.org
2929
condition: ""
3030
alias: ""
3131
tags: []
3232
import-values: []
3333
- name: node-exporter
34-
version: 3.0.40
34+
version: 3.0.43
3535
repository: https://deps.truecharts.org
3636
condition: exporters.enabled,exporters.node-exporter.enabled
3737
alias: ""
3838
tags: []
3939
import-values: []
4040
- name: kube-state-metrics
41-
version: 3.0.38
41+
version: 3.0.41
4242
repository: https://deps.truecharts.org
4343
condition: exporters.enabled,exporters.kube-state-metrics.enabled
4444
alias: ""

charts/enterprise/traefik/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: traefik
4-
version: 22.1.2
4+
version: 22.1.3
55
appVersion: 2.10.5
66
description: Traefik is a flexible reverse proxy and Ingress Provider.
77
home: https://truecharts.org/charts/enterprise/traefik
@@ -22,7 +22,7 @@ keywords:
2222
- ingress
2323
dependencies:
2424
- name: common
25-
version: 14.3.5
25+
version: 14.5.0
2626
repository: https://library-charts.truecharts.org
2727
condition: ""
2828
alias: ""

charts/enterprise/vaultwarden/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: vaultwarden
4-
version: 23.0.13
4+
version: 23.0.14
55
appVersion: 1.30.1
66
description: Unofficial Bitwarden compatible server written in Rust
77
home: https://truecharts.org/charts/enterprise/vaultwarden
@@ -24,7 +24,7 @@ keywords:
2424
- rust
2525
dependencies:
2626
- name: common
27-
version: 14.3.5
27+
version: 14.5.0
2828
repository: https://library-charts.truecharts.org
2929
condition: ""
3030
alias: ""

charts/enterprise/velero/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: velero
4-
version: 1.0.6
4+
version: 1.0.7
55
appVersion: latest
66
description: Velero is a kubernetes-native backup solution
77
home: https://truecharts.org/charts/incubator/velero
@@ -28,7 +28,7 @@ dependencies:
2828
tags: []
2929
import-values: []
3030
- name: velero
31-
version: 5.1.4
31+
version: 5.2.0
3232
repository: https://vmware-tanzu.github.io/helm-charts
3333
condition: ""
3434
alias: velero

charts/operators/cert-manager/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: cert-manager
4-
version: 1.1.8
4+
version: 1.1.9
55
appVersion: latest
66
description: Cert-Manager is a kubernetes-aware certificate manager
77
home: https://truecharts.org/charts/operators/cert-manager
@@ -22,14 +22,14 @@ keywords:
2222
- security
2323
dependencies:
2424
- name: common
25-
version: 14.3.5
25+
version: 14.5.0
2626
repository: https://library-charts.truecharts.org
2727
condition: ""
2828
alias: ""
2929
tags: []
3030
import-values: []
3131
- name: cert-manager
32-
version: v1.13.2
32+
version: v1.13.3
3333
repository: https://charts.jetstack.io
3434
condition: ""
3535
alias: certmanager

charts/operators/cloudnative-pg/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: cloudnative-pg
4-
version: 3.0.1
4+
version: 3.0.2
55
appVersion: latest
66
description: CloudNativePG is a clustered postgresql database operator
77
home: https://truecharts.org/charts/operators/cloudnative-pg
@@ -22,7 +22,7 @@ keywords:
2222
- cnpg
2323
dependencies:
2424
- name: common
25-
version: 14.3.5
25+
version: 14.5.0
2626
repository: https://library-charts.truecharts.org
2727
condition: ""
2828
alias: ""

charts/operators/metallb/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: metallb
4-
version: 11.0.1
4+
version: 11.0.2
55
appVersion: latest
66
description: A network load-balancer implementation for Kubernetes using standard
77
routing protocols
@@ -22,7 +22,7 @@ keywords:
2222
- loadbalancer
2323
dependencies:
2424
- name: common
25-
version: 14.3.5
25+
version: 14.5.0
2626
repository: https://library-charts.truecharts.org
2727
condition: ""
2828
alias: ""

charts/operators/prometheus-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: ">=1.24.0"
22
apiVersion: v2
33
name: prometheus-operator
4-
version: 1.0.16
4+
version: 1.0.17
55
appVersion: 0.69.1
66
description: Prometheus Operator is an operator for prometheus
77
home: https://truecharts.org/charts/operators/prometheus-operator
@@ -21,7 +21,7 @@ keywords:
2121
- metics
2222
dependencies:
2323
- name: common
24-
version: 14.3.5
24+
version: 14.5.0
2525
repository: https://library-charts.truecharts.org
2626
condition: ""
2727
alias: ""

charts/stable/actualserver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: actualserver
4-
version: 5.0.17
4+
version: 5.0.18
55
appVersion: 23.12.1
66
description: Actual is a super fast privacy-focused app for managing your finances.
77
home: https://truecharts.org/charts/stable/actualserver
@@ -20,7 +20,7 @@ keywords:
2020
- finance
2121
dependencies:
2222
- name: common
23-
version: 14.3.5
23+
version: 14.5.0
2424
repository: https://library-charts.truecharts.org
2525
condition: ""
2626
alias: ""

charts/stable/adguard-home/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: adguard-home
4-
version: 6.0.17
4+
version: 6.0.18
55
appVersion: 0.107.43
66
description: Free and open source, powerful network-wide ads & trackers blocking DNS
77
server.
@@ -20,7 +20,7 @@ keywords:
2020
- adguard
2121
dependencies:
2222
- name: common
23-
version: 14.3.5
23+
version: 14.5.0
2424
repository: https://library-charts.truecharts.org
2525
condition: ""
2626
alias: ""

charts/stable/adminer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: adminer
4-
version: 5.0.38
4+
version: 5.0.39
55
appVersion: latest
66
description: Adminer (formerly phpMinAdmin) is a full-featured database management
77
tool written in PHP.
@@ -21,7 +21,7 @@ keywords:
2121
- Tools-Utilities
2222
dependencies:
2323
- name: common
24-
version: 14.3.5
24+
version: 14.5.0
2525
repository: https://library-charts.truecharts.org
2626
condition: ""
2727
alias: ""

charts/stable/airdcpp-webclient/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: airdcpp-webclient
4-
version: 7.0.11
4+
version: 7.0.12
55
appVersion: 2.12.1
66
description: AirDC++ Web Client is a locally installed application, which is designed
77
for flexible sharing of files or directories within groups of people in a local
@@ -24,7 +24,7 @@ keywords:
2424
- airdcpp
2525
dependencies:
2626
- name: common
27-
version: 14.3.5
27+
version: 14.5.0
2828
repository: https://library-charts.truecharts.org
2929
condition: ""
3030
alias: ""

charts/stable/airsonic-advanced/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: airsonic-advanced
4-
version: 10.0.11
4+
version: 10.0.12
55
appVersion: edge-latest
66
description: Airsonic is a Free and Open Source community driven media server
77
home: https://truecharts.org/charts/stable/airsonic-advanced
@@ -19,7 +19,7 @@ keywords:
1919
- airsonic
2020
dependencies:
2121
- name: common
22-
version: 14.3.5
22+
version: 14.5.0
2323
repository: https://library-charts.truecharts.org
2424
condition: ""
2525
alias: ""

charts/stable/airsonic/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kubeVersion: '>=1.24.0-0'
22
apiVersion: v2
33
name: airsonic
4-
version: 10.0.11
4+
version: 10.0.12
55
appVersion: 10.6.2
66
description: Airsonic is a Free and Open Source community driven media server
77
home: https://truecharts.org/charts/stable/airsonic
@@ -21,7 +21,7 @@ keywords:
2121
- airsonic
2222
dependencies:
2323
- name: common
24-
version: 14.3.5
24+
version: 14.5.0
2525
repository: https://library-charts.truecharts.org
2626
condition: ""
2727
alias: ""

0 commit comments

Comments
 (0)