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 https://github.com/advisories/GHSA-8pgv-569h-w5rw,
https://github.com/advisories/GHSA-jq35-85cj-fj4p, and
https://github.com/advisories/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**:
https://github.com/vmware-tanzu/helm-charts/compare/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**:
https://github.com/vmware-tanzu/helm-charts/compare/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**:
https://github.com/vmware-tanzu/helm-charts/compare/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**:
https://github.com/vmware-tanzu/helm-charts/compare/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-->
This commit is contained in:
TrueCharts Bot
2023-12-16 13:45:50 +01:00
committed by GitHub
parent 352b1ac6c4
commit 45f50c7fcc
429 changed files with 868 additions and 868 deletions

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: authelia
version: 19.0.15
version: 19.0.16
appVersion: 4.37.5
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
home: https://truecharts.org/charts/enterprise/authelia
@@ -30,14 +30,14 @@ keywords:
- LDAP
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 8.0.44
version: 8.0.47
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: blocky
version: 9.0.13
version: 9.0.14
appVersion: "0.22"
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network
written in Go
@@ -23,14 +23,14 @@ keywords:
- blocky
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 8.0.44
version: 8.0.47
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: clusterissuer
version: 4.2.12
version: 4.2.13
appVersion: latest
description: Certificate management for Kubernetes
home: https://truecharts.org/charts/enterprise/clusterissuer
@@ -20,7 +20,7 @@ keywords:
- certificates
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: grafana
version: 9.0.45
version: 9.0.46
appVersion: 10.2.2
description: Grafana is an open source, feature rich metrics dashboard and graph editor
for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
@@ -24,7 +24,7 @@ keywords:
- logs
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: kubernetes-reflector
version: 1.0.8
version: 1.0.9
appVersion: 7.1.217
description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect
changes to secrets and configmaps across namespaces
@@ -24,7 +24,7 @@ keywords:
- certificates
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: metallb-config
version: 3.0.13
version: 3.0.14
appVersion: latest
description: A network load-balancer implementation for Kubernetes using standard
routing protocols
@@ -22,7 +22,7 @@ keywords:
- loadbalancer
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: prometheus
version: 13.0.26
version: 13.0.27
appVersion: 2.48.1
description:
kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards,
@@ -24,21 +24,21 @@ keywords:
- metrics
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: node-exporter
version: 3.0.40
version: 3.0.43
repository: https://deps.truecharts.org
condition: exporters.enabled,exporters.node-exporter.enabled
alias: ""
tags: []
import-values: []
- name: kube-state-metrics
version: 3.0.38
version: 3.0.41
repository: https://deps.truecharts.org
condition: exporters.enabled,exporters.kube-state-metrics.enabled
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: traefik
version: 22.1.2
version: 22.1.3
appVersion: 2.10.5
description: Traefik is a flexible reverse proxy and Ingress Provider.
home: https://truecharts.org/charts/enterprise/traefik
@@ -22,7 +22,7 @@ keywords:
- ingress
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: vaultwarden
version: 23.0.13
version: 23.0.14
appVersion: 1.30.1
description: Unofficial Bitwarden compatible server written in Rust
home: https://truecharts.org/charts/enterprise/vaultwarden
@@ -24,7 +24,7 @@ keywords:
- rust
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: velero
version: 1.0.6
version: 1.0.7
appVersion: latest
description: Velero is a kubernetes-native backup solution
home: https://truecharts.org/charts/incubator/velero
@@ -28,7 +28,7 @@ dependencies:
tags: []
import-values: []
- name: velero
version: 5.1.4
version: 5.2.0
repository: https://vmware-tanzu.github.io/helm-charts
condition: ""
alias: velero

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cert-manager
version: 1.1.8
version: 1.1.9
appVersion: latest
description: Cert-Manager is a kubernetes-aware certificate manager
home: https://truecharts.org/charts/operators/cert-manager
@@ -22,14 +22,14 @@ keywords:
- security
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: cert-manager
version: v1.13.2
version: v1.13.3
repository: https://charts.jetstack.io
condition: ""
alias: certmanager

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cloudnative-pg
version: 3.0.1
version: 3.0.2
appVersion: latest
description: CloudNativePG is a clustered postgresql database operator
home: https://truecharts.org/charts/operators/cloudnative-pg
@@ -22,7 +22,7 @@ keywords:
- cnpg
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: metallb
version: 11.0.1
version: 11.0.2
appVersion: latest
description: A network load-balancer implementation for Kubernetes using standard
routing protocols
@@ -22,7 +22,7 @@ keywords:
- loadbalancer
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: prometheus-operator
version: 1.0.16
version: 1.0.17
appVersion: 0.69.1
description: Prometheus Operator is an operator for prometheus
home: https://truecharts.org/charts/operators/prometheus-operator
@@ -21,7 +21,7 @@ keywords:
- metics
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: actualserver
version: 5.0.17
version: 5.0.18
appVersion: 23.12.1
description: Actual is a super fast privacy-focused app for managing your finances.
home: https://truecharts.org/charts/stable/actualserver
@@ -20,7 +20,7 @@ keywords:
- finance
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: adguard-home
version: 6.0.17
version: 6.0.18
appVersion: 0.107.43
description: Free and open source, powerful network-wide ads & trackers blocking DNS
server.
@@ -20,7 +20,7 @@ keywords:
- adguard
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: adminer
version: 5.0.38
version: 5.0.39
appVersion: latest
description: Adminer (formerly phpMinAdmin) is a full-featured database management
tool written in PHP.
@@ -21,7 +21,7 @@ keywords:
- Tools-Utilities
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: airdcpp-webclient
version: 7.0.11
version: 7.0.12
appVersion: 2.12.1
description: AirDC++ Web Client is a locally installed application, which is designed
for flexible sharing of files or directories within groups of people in a local
@@ -24,7 +24,7 @@ keywords:
- airdcpp
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: airsonic-advanced
version: 10.0.11
version: 10.0.12
appVersion: edge-latest
description: Airsonic is a Free and Open Source community driven media server
home: https://truecharts.org/charts/stable/airsonic-advanced
@@ -19,7 +19,7 @@ keywords:
- airsonic
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: airsonic
version: 10.0.11
version: 10.0.12
appVersion: 10.6.2
description: Airsonic is a Free and Open Source community driven media server
home: https://truecharts.org/charts/stable/airsonic
@@ -21,7 +21,7 @@ keywords:
- airsonic
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: alist
version: 6.1.2
version: 6.1.3
appVersion: 3.29.1
description: Alist program that supports multiple storage, powered by Gin and React
home: https://truecharts.org/charts/stable/alist
@@ -24,7 +24,7 @@ keywords:
- baiduyun
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: amcrest2mqtt
version: 8.0.11
version: 8.0.12
appVersion: 1.0.16
description: Expose all events from an Amcrest device to an MQTT broker
home: https://truecharts.org/charts/stable/amcrest2mqtt
@@ -19,7 +19,7 @@ keywords:
- amcrest2mqtt
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: amule
version: 4.0.11
version: 4.0.12
appVersion: latest
description: aMule is an eMule-like client for the eDonkey and Kademlia networks.
home: https://truecharts.org/charts/stable/amule
@@ -22,7 +22,7 @@ keywords:
- Tools-Utilities
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: anki-sync-server
version: 3.0.8
version: 3.0.9
appVersion: 1.1.14
description: A cross-platform Anki sync server.
home: https://truecharts.org/charts/incubator/anki-sync-server
@@ -19,7 +19,7 @@ keywords:
- anki-sync-server
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: anonaddy
version: 15.0.17
version: 15.0.18
appVersion: 0.14.1
description: Protect your email from spam using disposable addresses.
home: https://truecharts.org/charts/stable/anonaddy
@@ -19,7 +19,7 @@ keywords:
- anonaddy
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: answer
version: 0.0.13
version: 0.0.14
appVersion: 1.2.0
description: A Q&A platform software for teams at any scales.
home: https://truecharts.org/charts/incubator/answer
@@ -20,7 +20,7 @@ keywords:
- forum
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: apache-musicindex
version: 8.0.11
version: 8.0.12
appVersion: 1.4.1
description: Index and stream music using apache-musicindex and m3u playlists
home: https://truecharts.org/charts/stable/apache-musicindex
@@ -21,7 +21,7 @@ keywords:
- playlist
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: appdaemon
version: 13.0.11
version: 13.0.12
appVersion: 4.4.2
description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution
environment for writing automation apps.
@@ -24,7 +24,7 @@ keywords:
- homeautomation
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: apt-cacher-ng
version: 5.0.11
version: 5.0.12
appVersion: 3.7.4
description: Apt-Cacher NG is a caching proxy, specialized for package files from
Linux distributors, primarily for Debian (and Debian based) distributions but not
@@ -24,7 +24,7 @@ keywords:
- Tools-Utilities
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: aria2
version: 9.0.11
version: 9.0.12
appVersion: latest
description: aria server for downloading web content
home: https://truecharts.org/charts/stable/aria2
@@ -19,7 +19,7 @@ keywords:
- aria2
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: ariang
version: 5.0.11
version: 5.0.12
appVersion: 1.3.6
description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
home: https://truecharts.org/charts/stable/ariang
@@ -19,7 +19,7 @@ keywords:
- ariang
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: arksurvivalevolved
version: 4.0.12
version: 4.0.13
appVersion: arkse
description: A custom SteamCMD chart that runs ArkSE.
home: https://truecharts.org/charts/stable/arksurvivalevolved
@@ -21,7 +21,7 @@ keywords:
- GameServers
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: audacity
version: 9.0.11
version: 9.0.12
appVersion: 3.0.2
description: An easy-to-use, multi-track audio editor and recorder
home: https://truecharts.org/charts/stable/audacity
@@ -24,7 +24,7 @@ keywords:
- audio
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: audiobookshelf
version: 6.1.2
version: 6.1.3
appVersion: 2.6.0
description: Audiobookshelf is a self-hosted audiobook server for managing and playing
your audiobooks.
@@ -20,7 +20,7 @@ keywords:
- audiobookshelf
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: authentik
version: 15.0.25
version: 15.0.26
appVersion: 2023.10.4
description:
Authentik is an open-source Identity Provider focused on flexibility
@@ -22,14 +22,14 @@ keywords:
- authentik
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""
tags: []
import-values: []
- name: redis
version: 8.0.44
version: 8.0.47
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: autobrr
version: 5.1.3
version: 5.1.4
appVersion: 1.34.1
description: The modern download automation tool for torrents.
home: https://truecharts.org/charts/stable/autobrr
@@ -20,7 +20,7 @@ keywords:
- torrent
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: automatic-music-downloader
version: 6.0.11
version: 6.0.12
appVersion: latest
description: A Lidarr companion script to automatically download music for Lidarr.
home: https://truecharts.org/charts/stable/automatic-music-downloader
@@ -22,7 +22,7 @@ keywords:
- deemix
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: automatic-ripping-machine
version: 0.0.11
version: 0.0.12
appVersion: 2.6.60
description: Automatic Ripping Machine (ARM) Scripts.
home: https://truecharts.org/charts/incubator/automatic-ripping-machine
@@ -20,7 +20,7 @@ keywords:
- media
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: autoscan
version: 5.0.27
version: 5.0.28
appVersion: latest
description: Autoscan replaces the default Plex and Emby behaviour for picking up
file changes on the file system.
@@ -20,7 +20,7 @@ keywords:
- media
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: avidemux
version: 5.0.13
version: 5.0.14
appVersion: 23.11.2
description: Avidemux is a free video editor designed for simple cutting, filtering
and encoding tasks.
@@ -21,7 +21,7 @@ keywords:
- avidemux
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: babybuddy
version: 13.0.29
version: 13.0.30
appVersion: 2.1.2
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and
more to learn about and predict baby's needs without (as much) guess work.
@@ -24,7 +24,7 @@ keywords:
- parenting
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: backuppc
version: 3.0.9
version: 3.0.10
appVersion: 6.0.2
description: A high-performance, enterprise-grade system for backing up Linux, Windows
and macOS PCs and laptops to a server's disk.
@@ -23,7 +23,7 @@ keywords:
- Network-Web
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: baserow
version: 8.0.14
version: 8.0.15
appVersion: 1.21.2
description: Baserow is an open source no-code database tool and Airtable alternative.
home: https://truecharts.org/charts/stable/baserow
@@ -19,7 +19,7 @@ keywords:
- baserow
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: bazarr
version: 15.1.2
version: 15.1.3
appVersion: 1.4.0
description: Bazarr is a companion application to Sonarr and Radarr. It manages and
downloads subtitles based on your requirements
@@ -25,7 +25,7 @@ keywords:
- torrent
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: beets
version: 8.0.30
version: 8.0.31
appVersion: 1.6.0
description: A music library manager and not, for the most part, a music player.
home: https://truecharts.org/charts/stable/beets
@@ -24,7 +24,7 @@ keywords:
- beets
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: blog
version: 8.0.11
version: 8.0.12
appVersion: latest
description: Lightweight self-hosted facebook-styled PHP blog.
home: https://truecharts.org/charts/stable/blog
@@ -24,7 +24,7 @@ keywords:
- facebook
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: boinc
version: 6.0.29
version: 6.0.30
appVersion: latest
description: BOINC is a platform for high-throughput computing on a large scale (thousands
or millions of computers).
@@ -19,7 +19,7 @@ keywords:
- boinc
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: booksonic-air
version: 10.0.26
version: 10.0.27
appVersion: 2201.1.0
description: Booksonic is a platform for accessing the audibooks you own wherever
you are
@@ -21,7 +21,7 @@ keywords:
- audiobook
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: bookstack
version: 8.0.13
version: 8.0.14
appVersion: 23.10.20231030
description: A simple, self-hosted, easy-to-use platform for organising and storing
information.
@@ -25,7 +25,7 @@ keywords:
- hosted
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: borg-server
version: 1.1.1
version: 1.1.2
appVersion: 2.2.1
description: A borg Backup server
home: https://truecharts.org/charts/stable/borg-server
@@ -20,7 +20,7 @@ keywords:
- backup
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0"
apiVersion: v2
name: browserless-chrome
version: 6.0.19
version: 6.0.20
appVersion: 1.60.2
description:
Browserless is a web-service that allows for remote clients to connect,
@@ -23,7 +23,7 @@ keywords:
- puppeteer
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: budge
version: 6.0.28
version: 6.0.29
appVersion: 0.0.9
description: Budge is an open source 'budgeting with envelopes' personal finance app.
home: https://truecharts.org/charts/stable/budge
@@ -21,7 +21,7 @@ keywords:
- budge
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: calibre-web
version: 15.0.17
version: 15.0.18
appVersion: 0.6.21
description: Calibre-Web is a web app providing a clean interface for browsing, reading
and downloading eBooks using an existing Calibre database.
@@ -22,7 +22,7 @@ keywords:
- ebook
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: calibre
version: 11.2.1
version: 11.2.2
appVersion: 7.2.0
description: Calibre is a powerful and easy to use e-book manager.
home: https://truecharts.org/charts/stable/calibre
@@ -19,7 +19,7 @@ keywords:
- calibre
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: channels-dvr
version: 3.0.14
version: 3.0.15
appVersion: latest
description: Channels DVR Server
home: https://truecharts.org/charts/stable/channels-dvr
@@ -18,7 +18,7 @@ keywords:
- channels-dvr
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: chevereto
version: 8.0.11
version: 8.0.12
appVersion: 1.6.2
description: Chevereto is an image hosting software that allows you to create a beautiful
and full-featured image hosting website on your own server.
@@ -21,7 +21,7 @@ keywords:
- chevereto
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: chronos
version: 5.0.11
version: 5.0.12
appVersion: "0.2"
description: Chronos is a small container to run and schedule Python 3.7 scripts.
You can create virtual enviroments, edit your scripts, install Pip dependencies,
@@ -22,7 +22,7 @@ keywords:
- Tools-Utilities
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: clamav
version: 7.0.17
version: 7.0.18
appVersion: 1.2.1
description: ClamAV is an open source antivirus engine for detecting trojans, viruses,
malware & other malicious threats.
@@ -22,7 +22,7 @@ keywords:
- antivirus
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: clarkson
version: 8.0.11
version: 8.0.12
appVersion: 1.1.2
description: A web-based dashboard application that gives you a neat and clean interface
for logging your fuel fill-ups for all of your vehicles.
@@ -24,7 +24,7 @@ keywords:
- vehicle
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cloud9
version: 8.0.11
version: 8.0.12
appVersion: 1.29.2
description: A complete web based IDE with terminal access
home: https://truecharts.org/charts/stable/cloud9
@@ -23,7 +23,7 @@ keywords:
- web
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cloudflared
version: 6.0.16
version: 6.0.17
appVersion: 2023.10.0
description: Client for Cloudflare Tunnel, a daemon that exposes private services
through the Cloudflare edge.
@@ -20,7 +20,7 @@ keywords:
- networking
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cloudflareddns
version: 6.0.24
version: 6.0.25
appVersion: latest
description: Automate Cloudflare DNS records for those with a dynamic IP.
home: https://truecharts.org/charts/stable/cloudflareddns
@@ -22,7 +22,7 @@ keywords:
- cloudflare
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: code-server
version: 8.1.15
version: 8.1.16
appVersion: 4.19.1
description: Run VS Code on any machine anywhere and access it in the browser.
home: https://truecharts.org/charts/stable/code-server
@@ -22,7 +22,7 @@ keywords:
- vscode
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: collabora
version: 2.0.19
version: 2.0.20
appVersion: 23.05.5.4.1
description: An awesome, Online Office suite image suitable for home use.
home: https://truecharts.org/charts/stable/collabora
@@ -20,7 +20,7 @@ keywords:
- document
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: commento-plusplus
version: 8.0.11
version: 8.0.12
appVersion: 1.8.7
description: Commento++ is a free, open source, fast & lightweight comments box that
you can embed in your static website instead of Disqus.
@@ -20,7 +20,7 @@ keywords:
- commento
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cops
version: 5.0.35
version: 5.0.36
appVersion: 2.2.1
description: |
Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server.
@@ -24,7 +24,7 @@ keywords:
- MediaServer-Books
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: couchpotato
version: 6.0.11
version: 6.0.12
appVersion: latest
description: Couchpotato is an automatic NZB and torrent downloader.
home: https://truecharts.org/charts/stable/couchpotato
@@ -18,7 +18,7 @@ keywords:
- couchpotato
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: crafty-4
version: 4.0.12
version: 4.0.13
appVersion: 4.2.2
description: Crafty Controller is a Minecraft Server Control Panel / Launcher.
home: https://truecharts.org/charts/stable/crafty-4
@@ -21,7 +21,7 @@ keywords:
- Other
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cryptofolio
version: 9.0.11
version: 9.0.12
appVersion: 2.2.0
description: Track your cryptocurrency holdings/portfolio
home: https://truecharts.org/charts/stable/cryptofolio
@@ -19,7 +19,7 @@ keywords:
- cryptofolio
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cryptpad
version: 4.0.3
version: 4.0.4
appVersion: 5.5.0
description: CryptPad is the Zero Knowledge realtime collaborative editor.
home: https://truecharts.org/charts/incubator/cryptpad
@@ -21,7 +21,7 @@ keywords:
- Security
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cs2
version: 0.0.4
version: 0.0.5
appVersion: latest
description: A custom SteamCMD chart that runs CS2.
home: https://truecharts.org/charts/incubator/cs2
@@ -20,7 +20,7 @@ keywords:
- counter-strike
dependencies:
- name: common
version: 14.3.3
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: ctfd
version: 0.1.1
version: 0.1.2
appVersion: 3.6.0
description: CTFd is a Capture The Flag framework focusing on ease of use and customizability.
home: https://truecharts.org/charts/incubator/ctfd
@@ -20,7 +20,7 @@ keywords:
- learning
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cura-novnc
version: 5.0.12
version: 5.0.13
appVersion: latest
description: Enjoy Cura directly in your browser with this easy to use Chart
home: https://truecharts.org/charts/stable/cura-novnc
@@ -21,7 +21,7 @@ keywords:
- Productivity
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: custom-app
version: 9.0.48
version: 9.0.49
appVersion: 0.21.1155
description: Advanced tool to create your own TrueCharts-based App
home: https://truecharts.org/charts/stable/custom-app
@@ -18,7 +18,7 @@ keywords:
- custom
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cyberchef
version: 6.0.45
version: 6.0.46
appVersion: 10.5.2
description: CyberChef is a simple, intuitive web app for carrying out all manner
of "cyber" operations within a web browser.
@@ -19,7 +19,7 @@ keywords:
- cyberchef
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: czkawka
version: 5.0.13
version: 5.0.14
appVersion: 23.11.2
description: Czkawka is a simple, fast and free app to remove unnecessary files from
your computer.
@@ -23,7 +23,7 @@ keywords:
- czkawka
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: dashdot
version: 5.0.13
version: 5.0.14
appVersion: 5.2.3
description: dash. (or dashdot) is a modern server dashboard, running on the latest
tech, designed with glassmorphism in mind.
@@ -21,7 +21,7 @@ keywords:
- dashdot
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: dashy
version: 3.0.33
version: 3.0.34
appVersion: 2.1.1
description: Dashy helps you organize your self-hosted services by making them accessible
from a single place
@@ -20,7 +20,7 @@ keywords:
- dashboard
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: davos
version: 8.0.11
version: 8.0.12
appVersion: 2.2.1
description: An FTP automation tool that periodically scans given host locations for
new files.
@@ -23,7 +23,7 @@ keywords:
- automation
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: ddclient
version: 6.0.18
version: 6.0.19
appVersion: 3.11.2
description: Ddclient is a Perl client used to update dynamic DNS entries for accounts
on Dynamic DNS Network Service Provider.
@@ -19,7 +19,7 @@ keywords:
- ddclient
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: ddns-go
version: 6.0.16
version: 6.0.17
appVersion: 5.6.6
description: Automatically obtain your public network IPv4 or IPv6 address and resolve
it to the corresponding domain name service
@@ -21,7 +21,7 @@ keywords:
- ddns
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: ddns-updater
version: 6.0.12
version: 6.0.13
appVersion: 2.5.0
description: Light container updating DNS A and/or AAAA records periodically for multiple
DNS providers
@@ -20,7 +20,7 @@ keywords:
- ddns-updater
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: deconz
version: 12.0.18
version: 12.0.19
appVersion: 2.24.2
description: deCONZ is an easy to use control software, with which you can set up
and control Zigbee networks of any size without further programming effort.
@@ -24,7 +24,7 @@ keywords:
- conbee
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: deemix
version: 7.0.11
version: 7.0.12
appVersion: latest
description: deemix is a deezer downloader built from the ashes of Deezloader Remix.
home: https://truecharts.org/charts/stable/deemix
@@ -21,7 +21,7 @@ keywords:
- deezer
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: deepstack
version: 8.0.11
version: 8.0.12
appVersion: 2022.01.1
description:
DeepStack AI provides AI features including Face Recognition, Object
@@ -22,7 +22,7 @@ keywords:
- AI
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: dell-idrac-fan-controller
version: 2.0.11
version: 2.0.12
appVersion: latest
description: Control your Dell PowerEdge fans via IPMI
home: https://truecharts.org/charts/stable/dell-idrac-fan-controller
@@ -21,7 +21,7 @@ keywords:
- fan-controller
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: deluge
version: 15.0.12
version: 15.0.13
appVersion: 2.1.1
description: Deluge App for TrueNAS SCALE
home: https://truecharts.org/charts/stable/deluge
@@ -21,7 +21,7 @@ keywords:
- usenet
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: digikam
version: 8.0.11
version: 8.0.12
appVersion: 7.8.0
description: Professional Photo Management with the Power of Open Source
home: https://truecharts.org/charts/stable/digikam
@@ -24,7 +24,7 @@ keywords:
- gallery
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: dillinger
version: 6.0.23
version: 6.0.24
appVersion: 3.39.1
description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS
powered HTML5 Markdown editor.
@@ -19,7 +19,7 @@ keywords:
- dillinger
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: discordgsm
version: 4.0.14
version: 4.0.15
appVersion: 2.15.1
description: A discord bot that monitors your game server and tracks the live data
of your game servers.
@@ -22,7 +22,7 @@ keywords:
- monitor
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: dizquetv
version: 11.1.0
version: 11.1.1
appVersion: 1.5.3
description: Create live TV channel streams from media on your Plex servers.
home: https://truecharts.org/charts/stable/dizquetv
@@ -20,7 +20,7 @@ keywords:
- dizquetv
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: docker
version: 1.0.8
version: 1.0.9
appVersion: 24.0.7
description: Dedicated App for using Docker-in-Docker
home: https://truecharts.org/charts/stable/docker
@@ -18,7 +18,7 @@ keywords:
- docker
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: docusaurus
version: 5.0.11
version: 5.0.12
appVersion: latest
description: Docusaurus makes it easy to maintain Open Source documentation websites.
home: https://truecharts.org/charts/stable/docusaurus
@@ -21,7 +21,7 @@ keywords:
- Docusaurus
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: dokuwiki
version: 7.0.36
version: 7.0.37
appVersion: 20230404.1.0
description: Dokuwiki is a simple to use and highly versatile Open Source wiki software
that doesn't require a database.
@@ -19,7 +19,7 @@ keywords:
- dokuwiki
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: domoticz
version: 6.0.20
version: 6.0.21
appVersion: 2023.2.20231129
description: Domoticz is a Home Automation System that lets you monitor and configure
various devices like Lights, Switches and much more.
@@ -19,7 +19,7 @@ keywords:
- domoticz
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: doplarr
version: 6.0.11
version: 6.0.12
appVersion: 3.6.2
description: An *arr Request Bot for Discord
home: https://truecharts.org/charts/stable/doplarr
@@ -19,7 +19,7 @@ keywords:
- doplarr
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: double-take
version: 7.0.3
version: 7.0.4
appVersion: 1.13.11
description: Unified UI and API for processing and training images for facial recognition
home: https://truecharts.org/charts/stable/double-take
@@ -20,7 +20,7 @@ keywords:
- double-take
dependencies:
- name: common
version: 15.3.1
version: 15.3.4
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: doublecommander
version: 9.0.28
version: 9.0.29
appVersion: latest
description: A free cross platform open source file manager with two panels side by
side.
@@ -23,7 +23,7 @@ keywords:
- manager
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: drawio
version: 6.0.33
version: 6.0.34
appVersion: 22.1.11
description: Drawio is free online diagram software.
home: https://truecharts.org/charts/stable/drawio
@@ -19,7 +19,7 @@ keywords:
- drawio
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: duckdns
version: 6.0.25
version: 6.0.26
appVersion: latest
description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org)
to an IP of your choice.
@@ -19,7 +19,7 @@ keywords:
- duckdns
dependencies:
- name: common
version: 14.3.5
version: 14.5.0
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

Some files were not shown because too many files have changed in this diff Show More