Compare commits

..

7 Commits

Author SHA1 Message Date
Kjeld Schouten
b3058e799e fix: bump to release middleware fix 2023-12-21 17:52:24 +01:00
Kjeld Schouten
bf854f6df0 fix(GUI): correct middleware in GUI
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 17:51:23 +01:00
TrueCharts Bot
6f0ac9ae20 chore(deps): update helm general non-major by renovate (#16346)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [clickhouse](https://truecharts.org/charts/dependency/clickhouse)
([source](https://togithub.com/truecharts/charts)) | patch | `9.0.5` ->
`9.0.7` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.7` -> `16.2.9` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.4` ->
`5.0.6` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `11.0.5` ->
`11.0.7` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.5` ->
`10.0.7` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.4` ->
`10.0.6` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `5.0.4` ->
`5.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `10.0.4` ->
`10.0.7` |

---

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

---

### Release Notes

<details>
<summary>truecharts/charts (clickhouse)</summary>

###
[`v9.0.7`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.7)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.6...clickhouse-9.0.7)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

###
[`v9.0.6`](https://togithub.com/truecharts/charts/releases/tag/clickhouse-9.0.6)

[Compare
Source](https://togithub.com/truecharts/charts/compare/clickhouse-9.0.5...clickhouse-9.0.6)

ClickHouse is a column-oriented database management system (DBMS) for
online analytical processing of queries (OLAP).

</details>

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.9`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.9)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.8...common-16.2.9)

Function library for TrueCharts

###
[`v16.2.8`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.8)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.7...common-16.2.8)

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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDUuMyIsInVwZGF0ZWRJblZlciI6IjM3LjEwNS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 17:36:26 +01:00
TrueCharts Bot
ee58928191 chore(deps): update container image teamspeak to 3.13.7@69e067c by renovate (#16247) 2023-12-21 17:00:35 +01:00
TrueCharts Bot
5fac0e46e0 chore(deps): update container image ghcr.io/bakito/adguardhome-sync to v0.5.2@78a5d52 by renovate (#16253) 2023-12-21 16:58:12 +01:00
Kjeld Schouten
2a6fe33f46 chore(multiple): require ingress for certain charts 2023-12-21 16:24:25 +01:00
Kjeld Schouten
e7f46227e4 fix(vaultwarden/authelia): remove duplicate postgresql references in questions.yaml 2023-12-21 16:17:28 +01:00
826 changed files with 1285 additions and 1268 deletions

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: clickhouse
version: 9.0.7
version: 9.0.8
appVersion: 23.11.2.11
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/charts/dependency/clickhouse

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: kube-state-metrics
version: 5.0.6
version: 5.0.7
appVersion: 2.10.1
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
home: https://truecharts.org/charts/dependency/kube-state-metrics

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: mariadb
version: 11.0.7
version: 11.0.8
appVersion: 11.1.3
description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://truecharts.org/charts/dependency/mariadb
@@ -9,10 +9,10 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png
deprecated: false
sources:
- https://github.com/prometheus/mysqld_exporter
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
- https://hub.docker.com/r/bitnami/mariadb
- https://mariadb.org
- https://github.com/bitnami/bitnami-docker-mariadb
- https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
- https://hub.docker.com/r/bitnami/mariadb
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: memcached
version: 10.0.7
version: 10.0.8
appVersion: 1.6.22
description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/charts/dependency/memcached

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: mongodb
version: 10.0.6
version: 10.0.7
appVersion: 7.0.4
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/charts/dependency/mongodb
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png
deprecated: false
sources:
- https://www.mongodb.com
- https://github.com/bitnami/bitnami-docker-mongodb
- https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
- https://hub.docker.com/r/bitnami/mongodb
- https://www.mongodb.com
- https://github.com/bitnami/bitnami-docker-mongodb
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,15 +1,15 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: node-exporter
version: 5.0.6
version: 5.0.7
appVersion: 1.7.0
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
home: https://truecharts.org/charts/dependency/node-exporter
icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-exporter.png
deprecated: false
sources:
- https://hub.docker.com/r/bitnami/node-exporter
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
- https://hub.docker.com/r/bitnami/node-exporter
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: redis
version: 10.0.7
version: 10.0.8
appVersion: 7.2.3
description: Open source, advanced key-value store.
home: https://truecharts.org/charts/dependency/redis
icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
- https://hub.docker.com/r/bitnami/redis
- https://github.com/bitnami/bitnami-docker-redis
- https://github.com/truecharts/charts/tree/master/charts/dependency/redis
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: solr
version: 8.0.6
version: 8.0.7
appVersion: 9.4.0
description: Apache Solr
home: https://truecharts.org/charts/dependency/solr

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: checkmk
version: 1.0.7
version: 1.0.8
appVersion: 2.2.0-latest
description: Checkmk is a leading tool for Infrastructure and Application Monitoring. Simple configuration, scalable, flexible. It provides powerful monitoring of networks, servers, clouds, containers and applications.
home: https://truecharts.org/charts/incubator/checkmk

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cherry
version: 3.0.7
version: 3.0.8
appVersion: 0.0.7
description: An open source self-hosted bookmark service
home: https://truecharts.org/charts/incubator/cherry
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cherry
- https://hub.docker.com/r/haishanh/cherry
- https://cherry.haishan.me/
- https://github.com/haishanh/cherry
- https://github.com/truecharts/charts/tree/master/charts/incubator/cherry
- https://hub.docker.com/r/haishanh/cherry
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cleanarr
version: 3.0.7
version: 3.0.8
appVersion: 2.5.0
description: A simple UI to help find and delete duplicate and sample files from your Plex server.
home: https://truecharts.org/charts/incubator/cleanarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cleanarr.png
deprecated: false
sources:
- https://hub.docker.com/r/selexin/cleanarr
- https://github.com/se1exin/cleanarr
- https://github.com/truecharts/charts/tree/master/charts/incubator/cleanarr
- https://hub.docker.com/r/selexin/cleanarr
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: coupon-store
version: 4.0.7
version: 4.0.8
appVersion: 1.3.0
description: A home for all your coupons and loyalty cards.
home: https://truecharts.org/charts/incubator/coupon-store

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: dsmr-reader
version: 13.0.7
version: 13.0.8
appVersion: 2021.09.02
description: DSMR-protocol reader, telegram data storage and energy consumption visualizer.
home: https://truecharts.org/charts/incubator/dsmr-reader

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: euterpe
version: 4.0.7
version: 4.0.8
appVersion: 1.5.4
description: Self-hosted streaming service for music, formerly known as HTTP Media Server.
home: https://truecharts.org/charts/incubator/euterpe
icon: https://truecharts.org/img/hotlink-ok/chart-icons/euterpe.png
deprecated: false
sources:
- https://github.com/ironsmile/euterpe
- https://github.com/truecharts/charts/tree/master/charts/incubator/euterpe
- https://hub.docker.com/r/ironsmile/euterpe
- https://github.com/ironsmile/euterpe
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: flemarr
version: 3.0.7
version: 3.0.8
appVersion: latest
description: Flemmarr is a simple Python script that parses a configuration written in YAML and can apply it to any of the -arr apps using their API.
home: https://truecharts.org/charts/incubator/flemarr

View File

@@ -1,18 +1,18 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: focalboard
version: 14.0.7
version: 14.0.8
appVersion: 7.11.4
description: Focalboard is an open source, self-hosted alternative to Trello, Notion, and Asana.
home: https://truecharts.org/charts/incubator/focalboard
icon: https://truecharts.org/img/hotlink-ok/chart-icons/focalboard.png
deprecated: false
sources:
- https://github.com/FlipEnergy/container-images/blob/main/focalboard
- https://github.com/truecharts/charts/tree/master/charts/incubator/focalboard
- https://hub.docker.com/r/mattermost/focalboard
- https://www.focalboard.com/
- https://github.com/mattermost/focalboard
- https://github.com/FlipEnergy/container-images/blob/main/focalboard
- https://github.com/truecharts/charts/tree/master/charts/incubator/focalboard
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: gotify
version: 14.0.7
version: 14.0.8
appVersion: 2.4.0
description: A simple server for sending and receiving messages.
home: https://truecharts.org/charts/incubator/gotify
icon: https://truecharts.org/img/hotlink-ok/chart-icons/gotify.png
deprecated: false
sources:
- https://github.com/gotify/server
- https://github.com/truecharts/charts/tree/master/charts/incubator/gotify
- https://hub.docker.com/r/gotify/server
- https://github.com/gotify/server
- https://gotify.net/
- https://github.com/truecharts/charts/tree/master/charts/incubator/gotify
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: icinga2
version: 8.0.7
version: 8.0.8
appVersion: 2.14.0
description: A monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting.
home: https://truecharts.org/charts/incubator/icinga2

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: koel
version: 8.0.7
version: 8.0.8
appVersion: latest
description: Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side.
home: https://truecharts.org/charts/incubator/koel

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: kutt
version: 8.0.7
version: 8.0.8
appVersion: 2.7.4
description: Kutt is a modern URL shortener with support for custom domains. Shorten URLs, manage your links and view the click rate statistics.
home: https://truecharts.org/charts/incubator/kutt

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: leantime
version: 9.0.7
version: 9.0.8
appVersion: 2.4.7
description: Straightforward open source project management system to make your ideas reality.
home: https://truecharts.org/charts/incubator/leantime

View File

@@ -1,15 +1,15 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: lenpaste
version: 4.0.7
version: 4.0.8
appVersion: 1.1.1
description: Lenpaste is a web service that allows you to share notes anonymously
home: https://truecharts.org/charts/incubator/lenpaste
icon: https://truecharts.org/img/hotlink-ok/chart-icons/lenpaste.png
deprecated: false
sources:
- https://git.lcomrade.su/root/lenpaste
- https://github.com/truecharts/charts/tree/master/charts/incubator/lenpaste
- https://git.lcomrade.su/root/lenpaste
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: linkace
version: 9.0.7
version: 9.0.8
appVersion: 1.13.0-simple
description: Your self-hosted bookmark archive. Free and open source.
home: https://truecharts.org/charts/incubator/linkace

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: lychee
version: 18.0.7
version: 18.0.8
appVersion: 4.13.0
description: Lychee is a free photo-management tool, which runs on your server or web-space
home: https://truecharts.org/charts/incubator/lychee

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: magicmirror2
version: 3.0.7
version: 3.0.8
appVersion: latest
description: Open source modular smart mirror platform.
home: https://truecharts.org/charts/incubator/magicmirror2

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: microbin
version: 3.0.7
version: 3.0.8
appVersion: 2.0.4
description: MicroBin is a super tiny, feature rich, configurable, self-contained and self-hosted paste bin web application.
home: https://truecharts.org/charts/incubator/microbin

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: money-balancer
version: 3.0.7
version: 3.0.8
appVersion: 1.3.0
description: Money Balancer helps you to keep track of who paid for what and calculates your balance with all of your friends.
home: https://truecharts.org/charts/incubator/money-balancer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/money-balancer.png
deprecated: false
sources:
- https://ghcr.io/dorianim/money-balancer
- https://github.com/dorianim/money-balancer
- https://github.com/truecharts/charts/tree/master/charts/incubator/money-balancer
- https://ghcr.io/dorianim/money-balancer
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: noisedash
version: 3.0.7
version: 3.0.8
appVersion: 0.6.12
description: Self-hosted web tool for generating ambient noises
home: https://truecharts.org/charts/incubator/noisedash
icon: https://truecharts.org/img/hotlink-ok/chart-icons/noisedash.png
deprecated: false
sources:
- https://github.com/kaythomas0/noisedash
- https://github.com/truecharts/charts/tree/master/charts/incubator/noisedash
- https://hub.docker.com/r/noisedash/noisedash
- https://github.com/kaythomas0/noisedash
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: openkm
version: 12.0.7
version: 12.0.8
appVersion: 6.3.12
description: OpenKM integrates all essential documents management, collaboration and an advanced search functionality into one easy to use solution.
home: https://truecharts.org/charts/incubator/openkm
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openkm.png
deprecated: false
sources:
- https://hub.docker.com/r/openkm/openkm-ce
- https://github.com/openkm/document-management-system
- https://www.openkm.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/openkm
- https://hub.docker.com/r/openkm/openkm-ce
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: openldap
version: 11.0.7
version: 11.0.8
appVersion: 1.5.0
description: Community developed LDAP software
home: https://truecharts.org/charts/incubator/openldap

View File

@@ -1,15 +1,15 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: openproject
version: 4.0.7
version: 4.0.8
appVersion: 13.0.7
description: OpenProject is a web-based project management system for location-independent team collaboration.
home: https://truecharts.org/charts/incubator/openproject
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openproject.png
deprecated: false
sources:
- https://hub.docker.com/r/openproject/community
- https://github.com/truecharts/charts/tree/master/charts/incubator/openproject
- https://hub.docker.com/r/openproject/community
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: penpot
version: 4.0.6
version: 4.0.7
appVersion: 1.19.3
description: Open Source design and prototyping platform.
home: https://truecharts.org/charts/incubator/penpot
icon: https://truecharts.org/img/hotlink-ok/chart-icons/penpot.png
deprecated: false
sources:
- https://hub.docker.com/r/penpotapp/frontend
- https://github.com/penpot/penpot
- https://github.com/truecharts/charts/tree/master/charts/incubator/penpot
- https://hub.docker.com/r/penpotapp/exporter
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: plik
version: 1.0.7
version: 1.0.8
appVersion: 1.3.8
description: A scalable file uploading system with multiple backends.
home: https://truecharts.org/charts/incubator/plik

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: postgresql
version: 15.0.8
version: 15.0.9
appVersion: 14.10.0
description: PostgresSQL
home: https://truecharts.org/charts/incubator/postgresql

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: privatebin
version: 4.0.7
version: 4.0.8
appVersion: 1.6.0
description: PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data.
home: https://truecharts.org/charts/incubator/privatebin
icon: https://truecharts.org/img/hotlink-ok/chart-icons/privatebin.png
deprecated: false
sources:
- https://hub.docker.com/r/privatebin/pdo
- https://github.com/PrivateBin/PrivateBin
- https://privatebin.info/
- https://github.com/truecharts/charts/tree/master/charts/incubator/privatebin
- https://hub.docker.com/r/privatebin/pdo
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: youtrack
version: 3.0.7
version: 3.0.8
appVersion: 2023.2.20316
description: YouTrack is a project management tool that can be adapted to your processes to help you deliver great products.
home: https://truecharts.org/charts/incubator/youtrack
icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtrack.png
deprecated: false
sources:
- https://hub.docker.com/r/jetbrains/youtrack
- https://www.jetbrains.com/youtrack/
- https://github.com/truecharts/charts/tree/master/charts/incubator/youtrack
- https://hub.docker.com/r/jetbrains/youtrack
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: authelia
version: 20.0.3
version: 20.0.7
appVersion: 4.37.5
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
home: https://truecharts.org/charts/enterprise/authelia
icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.png
deprecated: false
sources:
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
- https://github.com/truecharts/charts/tree/master/charts/enterprise/authelia
- https://ghcr.io/authelia/authelia
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -37,7 +37,7 @@ dependencies:
tags: []
import-values: []
- name: redis
version: 10.0.4
version: 10.0.7
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""

View File

@@ -1112,8 +1112,6 @@ questions:
type: string
default: "form_post"
required: true
# Include{postgresql}
# Include{postgresqlBasics}
# Include{addons}
# Include{codeserver}
# Include{vpn}

View File

@@ -576,3 +576,7 @@ identity_providers:
portal:
open:
enabled: true
ingress:
main:
required: true

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: blocky
version: 10.0.3
version: 10.0.5
appVersion: "0.22"
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
home: https://truecharts.org/charts/enterprise/blocky
@@ -29,7 +29,7 @@ dependencies:
tags: []
import-values: []
- name: redis
version: 10.0.4
version: 10.0.7
repository: https://deps.truecharts.org
condition: redis.enabled
alias: ""

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: clusterissuer
version: 5.0.4
version: 5.0.5
appVersion: latest
description: Certificate management for Kubernetes
home: https://truecharts.org/charts/enterprise/clusterissuer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer
- https://hub.docker.com/_/hello-world
- https://cert-manager.io/
- https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: grafana
version: 10.0.4
version: 10.0.5
appVersion: 10.2.2
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
home: https://truecharts.org/charts/enterprise/grafana

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: kubernetes-reflector
version: 2.0.3
version: 2.0.4
appVersion: 7.1.217
description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces
home: https://truecharts.org/charts/enterprise/kubernetes-reflector
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png
deprecated: false
sources:
- https://hub.docker.com/r/emberstack/kubernetes-reflector
- https://github.com/emberstack/kubernetes-reflector
- https://github.com/truecharts/charts/tree/master/charts/enterprise/kubernetes-reflector
- https://hub.docker.com/r/emberstack/kubernetes-reflector
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: metallb-config
version: 4.0.3
version: 4.0.4
appVersion: latest
description: A network load-balancer implementation for Kubernetes using standard routing protocols
home: https://truecharts.org/charts/enterprise/metallb-config

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: prometheus
version: 14.0.3
version: 14.0.5
appVersion: 2.48.1
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
home: https://truecharts.org/charts/enterprise/prometheus
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
deprecated: false
sources:
- https://quay.io/thanos/thanos
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
- https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus
- https://quay.io/thanos/thanos
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -27,14 +27,14 @@ dependencies:
tags: []
import-values: []
- name: node-exporter
version: 5.0.4
version: 5.0.6
repository: https://deps.truecharts.org
condition: exporters.enabled,exporters.node-exporter.enabled
alias: ""
tags: []
import-values: []
- name: kube-state-metrics
version: 5.0.4
version: 5.0.6
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: 23.0.3
version: 23.0.4
appVersion: 2.10.5
description: Traefik is a flexible reverse proxy and Ingress Provider.
home: https://truecharts.org/charts/enterprise/traefik
@@ -10,9 +10,9 @@ deprecated: false
sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
- https://github.com/traefik/traefik
- https://github.com/truecharts/charts/tree/master/charts/enterprise/traefik
- https://github.com/truecharts/containers/tree/master/mirrortraefik
- https://github.com/traefik/traefik
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: vaultwarden
version: 24.0.3
version: 24.0.6
appVersion: 1.30.1
description: Unofficial Bitwarden compatible server written in Rust
home: https://truecharts.org/charts/enterprise/vaultwarden

View File

@@ -414,8 +414,6 @@ questions:
# Include{resources}
# Include{postgresql}
# Include{advanced}
# Include{postgresql}
# Include{postgresqlBasics}
# Include{addons}
# Include{codeserver}
# Include{vpn}

View File

@@ -147,3 +147,6 @@ cnpg:
portal:
open:
enabled: true
ingress:
main:
required: true

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: velero
version: 2.0.6
version: 2.0.7
appVersion: latest
description: Velero is a kubernetes-native backup solution
home: https://truecharts.org/charts/incubator/velero

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/apprise-api
icon: https://truecharts.org/img/hotlink-ok/chart-icons/apprise-api.png
deprecated: false
sources:
- https://hub.docker.com/r/caronc/apprise
- https://github.com/caronc/apprise-api
- https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api
- https://hub.docker.com/r/caronc/apprise
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/appsmith
icon: https://truecharts.org/img/hotlink-ok/chart-icons/appsmith.png
deprecated: false
sources:
- https://github.com/appsmithorg/appsmith
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
- https://hub.docker.com/r/appsmith/appsmith-ce
- https://github.com/appsmithorg/appsmith
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -8,10 +8,10 @@ home: https://truecharts.org/charts/incubator/csi-driver-nfs
icon: https://truecharts.org/img/hotlink-ok/chart-icons/csi-driver-nfs.png
deprecated: false
sources:
- https://github.com/truecharts/containers/tree/master/mirroralpine
- https://cert-manager.io/
- https://github.com/cert-manager
- https://github.com/truecharts/charts/tree/master/charts/incubator/csi-driver-nfs
- https://github.com/truecharts/containers/tree/master/mirroralpine
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/ferdi-client
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-client.png
deprecated: false
sources:
- https://getferdi.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/ferdi-client
- https://hub.docker.com/r/ich777/ferdi-client
- https://getferdi.com/
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,10 +8,10 @@ home: https://truecharts.org/charts/incubator/jitsi
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jitsi.png
deprecated: false
sources:
- https://jitsi.org
- https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-start
- https://github.com/truecharts/charts/tree/master/charts/incubator/jitsi
- https://hub.docker.com/r/jitsi/jvb
- https://hub.docker.com/r/jitsi/prosody
- https://jitsi.org
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/jump
icon: https://truecharts.org/img/hotlink-ok/chart-icons/jump.png
deprecated: false
sources:
- https://github.com/daledavies/jump
- https://github.com/truecharts/charts/tree/master/charts/incubator/jump
- https://hub.docker.com/r/daledavies/jump
- https://github.com/daledavies/jump
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/ml-workspace
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ml-workspace.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/ml-workspace
- https://hub.docker.com/r/mltooling/ml-workspace-spark
- https://hub.docker.com/r/mltooling/ml-workspace-minimal
- https://github.com/ml-tooling/ml-workspace
- https://github.com/truecharts/charts/tree/master/charts/incubator/ml-workspace
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,11 +8,11 @@ home: https://truecharts.org/charts/incubator/moviegrabber
icon: https://truecharts.org/img/hotlink-ok/chart-icons/moviegrabber.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/moviegrabber
- https://hub.docker.com/r/binhex/arch-moviegrabber
- https://github.com/binhex/moviegrabber
- https://registry.hub.docker.com/r/binhex/arch-moviegrabber/
- https://github.com/binhex/documentation
- https://github.com/truecharts/charts/tree/master/charts/incubator/moviegrabber
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/orbital-sync
icon: https://truecharts.org/img/hotlink-ok/chart-icons/orbital-sync.png
deprecated: false
sources:
- https://ghcr.io/mattwebbio/orbital-sync
- https://github.com/mattwebbio/orbital-sync/pkgs/container/orbital-sync
- https://github.com/truecharts/charts/tree/master/charts/incubator/orbital-sync
- https://ghcr.io/mattwebbio/orbital-sync
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/pure-ftpd
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pure-ftpd.png
deprecated: false
sources:
- https://hub.docker.com/r/crazymax/pure-ftpd
- https://www.pureftpd.org/project/pure-ftpd/
- https://github.com/truecharts/charts/tree/master/charts/incubator/pure-ftpd
- https://hub.docker.com/r/crazymax/pure-ftpd
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/rtmpserver
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtmpserver.png
deprecated: false
sources:
- https://hub.docker.com/r/alqutami/rtmp-hls
- https://github.com/TareqAlqutami/rtmp-hls-server
- https://github.com/truecharts/charts/tree/master/charts/incubator/rtmpserver
- https://hub.docker.com/r/alqutami/rtmp-hls
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/scprime
icon: https://truecharts.org/img/hotlink-ok/chart-icons/scprime.png
deprecated: false
sources:
- https://hub.docker.com/r/scprime/scprime
- https://scpri.me
- https://github.com/truecharts/charts/tree/master/charts/incubator/scprime
- https://hub.docker.com/r/scprime/scprime
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,10 +8,10 @@ home: https://truecharts.org/charts/incubator/self-service-password
icon: https://truecharts.org/img/hotlink-ok/chart-icons/self-service-password.png
deprecated: false
sources:
- https://self-service-password.readthedocs.io/en/latest
- https://github.com/tiredofit/docker-self-service-password
- https://github.com/truecharts/charts/tree/master/charts/incubator/self-service-password
- https://hub.docker.com/r/tiredofit/self-service-password
- https://self-service-password.readthedocs.io/en/latest
- https://github.com/tiredofit/docker-self-service-password
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/serviio
icon: https://truecharts.org/img/hotlink-ok/chart-icons/serviio.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/serviio
- https://hub.docker.com/r/riftbit/serviio
- https://serviio.org/
- https://github.com/truecharts/charts/tree/master/charts/incubator/serviio
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/shadowsocks
icon: https://truecharts.org/img/hotlink-ok/chart-icons/shadowsocks.png
deprecated: false
sources:
- https://hub.docker.com/r/shadowsocks/shadowsocks-libev
- https://github.com/shadowsocks/shadowsocks-libev/blob/master/docker/alpine/README.md
- https://github.com/truecharts/charts/tree/master/charts/incubator/shadowsocks
- https://hub.docker.com/r/shadowsocks/shadowsocks-libev
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/sonarqube
icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarqube.png
deprecated: false
sources:
- https://github.com/SonarSource/sonarqube
- https://github.com/truecharts/charts/tree/master/charts/incubator/sonarqube
- https://hub.docker.com/_/sonarqube
- https://github.com/SonarSource/sonarqube
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/tubearchivist-es
icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-es.png
deprecated: false
sources:
- https://github.com/elastic/elasticsearch
- https://github.com/truecharts/charts/tree/master/charts/incubator/tubearchivist-es
- https://hub.docker.com/r/bbilly1/tubearchivist-es
- https://github.com/elastic/elasticsearch
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/typecho
icon: https://truecharts.org/img/hotlink-ok/chart-icons/typecho.png
deprecated: false
sources:
- https://github.com/typecho/typecho
- https://github.com/truecharts/charts/tree/master/charts/incubator/typecho
- https://hub.docker.com/r/joyqi/typecho
- https://github.com/typecho/typecho
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/ubuntu-xrdp
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubuntu-xrdp.png
deprecated: false
sources:
- https://registry.hub.docker.com/r/snoopy86/desktop-dockers/
- https://github.com/truecharts/charts/tree/master/charts/incubator/ubuntu-xrdp
- https://hub.docker.com/r/snoopy86/desktop-dockers
- https://registry.hub.docker.com/r/snoopy86/desktop-dockers/
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/umami
icon: https://truecharts.org/img/hotlink-ok/chart-icons/umami.png
deprecated: false
sources:
- https://ghcr.io/umami-software/umami
- https://github.com/umami-software/umami
- https://github.com/truecharts/charts/tree/master/charts/incubator/umami
- https://ghcr.io/umami-software/umami
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/vaulthunters
icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaulthunters.png
deprecated: false
sources:
- https://vaulthunters.gg
- https://github.com/truecharts/charts/tree/master/charts/incubator/vaulthunters
- https://hub.docker.com/r/goobaroo/vaulthunters
- https://vaulthunters.gg
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -8,9 +8,9 @@ home: https://truecharts.org/charts/incubator/wbo
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wbo.png
deprecated: false
sources:
- https://hub.docker.com/r/lovasoa/wbo
- https://github.com/lovasoa/whitebophir
- https://github.com/truecharts/charts/tree/master/charts/incubator/wbo
- https://hub.docker.com/r/lovasoa/wbo
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cert-manager
version: 2.0.3
version: 2.0.4
appVersion: latest
description: Cert-Manager is a kubernetes-aware certificate manager
home: https://truecharts.org/charts/operators/cert-manager

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: cloudnative-pg
version: 4.0.3
version: 4.0.4
appVersion: latest
description: CloudNativePG is a clustered postgresql database operator
home: https://truecharts.org/charts/operators/cloudnative-pg
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudnative-pg.png
deprecated: false
sources:
- https://github.com/truecharts/containers/tree/master/mirroralpine
- https://github.com/cloudnative-pg
- https://cloudnative-pg.io/
- https://github.com/truecharts/charts/tree/master/charts/operators/cloudnative-pg
- https://github.com/truecharts/containers/tree/master/mirroralpine
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: csi-driver-smb
version: 1.0.11
version: 1.0.12
appVersion: latest
description: csi-driver-smb is a smb CSI driver for kubernetes
home: https://truecharts.org/charts/incubator/csi-driver-smb

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: metallb
version: 12.0.3
version: 12.0.4
appVersion: latest
description: A network load-balancer implementation for Kubernetes using standard routing protocols
home: https://truecharts.org/charts/operators/metallb

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: openebs
version: 1.1.4
version: 1.1.5
appVersion: latest
description: OpenEBS is a umbrella container storage provisioner
home: https://truecharts.org/charts/incubator/openebs

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: prometheus-operator
version: 2.0.4
version: 2.0.5
appVersion: 0.69.1
description: Prometheus Operator is an operator for prometheus
home: https://truecharts.org/charts/operators/prometheus-operator
@@ -10,7 +10,7 @@ deprecated: false
sources:
- https://github.com/prometheus-operator
- https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator
- https://github.com/truecharts/containers/tree/master/mirrorkube-webhook-certgen
- https://github.com/truecharts/containers/tree/master/mirrorprometheus-config-reloader
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: acestream
version: 4.0.9
version: 4.0.10
appVersion: 2.0.2.8
description: IPTV service providing streaming, playlist, search engine and epg.
home: https://truecharts.org/charts/incubator/acestream

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: actualserver
version: 6.0.3
version: 6.0.4
appVersion: 23.12.1
description: Actual is a super fast privacy-focused app for managing your finances.
home: https://truecharts.org/charts/stable/actualserver

View File

@@ -1,15 +1,15 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: adguard-home
version: 7.0.3
version: 7.0.4
appVersion: 0.107.43
description: Free and open source, powerful network-wide ads & trackers blocking DNS server.
home: https://truecharts.org/charts/stable/adguard-home
icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
- https://hub.docker.com/r/adguard/adguardhome
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,8 +1,8 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: adguardhome-sync
version: 4.0.8
appVersion: 0.5.1
version: 4.0.10
appVersion: 0.5.2
description: Synchronize AdGuardHome config to replica instances.
home: https://truecharts.org/charts/incubator/adguardhome-sync
icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.png
@@ -20,7 +20,7 @@ keywords:
- Other
dependencies:
- name: common
version: 16.2.7
version: 16.2.9
repository: https://library-charts.truecharts.org
condition: ""
alias: ""

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/bakito/adguardhome-sync
tag: v0.5.1@sha256:34c718be3a9a7587e744d70a6d6cb9ed731fd9abbee4994fa920fa7e51d595c2
tag: v0.5.2@sha256:78a5d52cb3f20d77b99f43842effd6f2dcbe592fe8f63b63be512590b78e15d3
portal:
open:
enabled: true

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: adminer
version: 6.0.3
version: 6.0.4
appVersion: latest
description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP.
home: https://truecharts.org/charts/stable/adminer
icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png
deprecated: false
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/adminer
- https://hub.docker.com/_/adminer
- https://github.com/vrana/adminer
- https://github.com/truecharts/charts/tree/master/charts/stable/adminer
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,17 +1,17 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: airdcpp-webclient
version: 8.0.3
version: 8.0.4
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 network or over internet.
home: https://truecharts.org/charts/stable/airdcpp-webclient
icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.png
deprecated: false
sources:
- https://hub.docker.com/r/gangefors/airdcpp-webclient
- https://airdcpp-web.github.io/
- https://github.com/airdcpp-web/airdcpp-webclient
- https://github.com/truecharts/charts/tree/master/charts/stable/airdcpp-webclient
- https://hub.docker.com/r/gangefors/airdcpp-webclient
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: airsonic-advanced
version: 11.0.3
version: 11.0.4
appVersion: edge-latest
description: Airsonic is a Free and Open Source community driven media server
home: https://truecharts.org/charts/stable/airsonic-advanced

View File

@@ -1,18 +1,18 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: airsonic
version: 11.0.3
version: 11.0.4
appVersion: 10.6.2
description: Airsonic is a Free and Open Source community driven media server
home: https://truecharts.org/charts/stable/airsonic
icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png
deprecated: false
sources:
- https://github.com/airsonic/airsonic
- https://github.com/truecharts/charts/tree/master/charts/stable/airsonic
- https://ghcr.io/linuxserver/airsonic
- https://github.com/linuxserver/docker-airsonic
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
- https://github.com/airsonic/airsonic
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: alienswarm-reactivedrop
version: 3.0.9
version: 3.0.10
appVersion: alienswarmreactivedrop
description: 'This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it.'
home: https://truecharts.org/charts/incubator/alienswarm-reactivedrop

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: alienswarm
version: 3.0.9
version: 3.0.10
appVersion: alienswarm
description: This Chart will download and install SteamCMD. It will also install Alien Swarm and run it.
home: https://truecharts.org/charts/incubator/alienswarm
icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.png
deprecated: false
sources:
- https://hub.docker.com/r/ich777/steamcmd
- https://www.steampowered.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm
- https://hub.docker.com/r/ich777/steamcmd
maintainers:
- name: TrueCharts
email: info@truecharts.org

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: alist
version: 7.0.3
version: 7.0.4
appVersion: 3.29.1
description: Alist program that supports multiple storage, powered by Gin and React
home: https://truecharts.org/charts/stable/alist

View File

@@ -1,7 +1,7 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: amcrest2mqtt
version: 9.0.3
version: 9.0.4
appVersion: 1.0.16
description: Expose all events from an Amcrest device to an MQTT broker
home: https://truecharts.org/charts/stable/amcrest2mqtt

View File

@@ -1,16 +1,16 @@
kubeVersion: '>=1.24.0-0'
apiVersion: v2
name: americasarmy-pg
version: 3.0.9
version: 3.0.10
appVersion: aaprovinggrounds
description: 'This Chart will download and install SteamCMD. It will also install America''s Army: Proving Grounds and run it.'
home: https://truecharts.org/charts/incubator/americasarmy-pg
icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.png
deprecated: false
sources:
- https://hub.docker.com/r/ich777/steamcmd
- https://www.americasarmy.com/
- https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg
- https://hub.docker.com/r/ich777/steamcmd
maintainers:
- name: TrueCharts
email: info@truecharts.org

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