Compare commits

...

23 Commits

Author SHA1 Message Date
TrueCharts Bot
7c6bcd07eb chore(deps): update helm chart common to v10.8.0 (#4305)
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-05 21:50:53 +01:00
TrueCharts Bot
f12469e5c5 chore(deps): update helm chart common to v10.8.0 (#4310) 2022-11-05 19:39:39 +01:00
Stavros Kois
170c9a53ae exclude auto commit action for updates (#4309) 2022-11-05 20:24:49 +02:00
Stavros Kois
e1224804c3 fix(tailscale): switch to the new golang binary (#4307)
* fix(tailscale): switch to the new golang binary

* temp, let CI  install tailscale

* test without secret

* change key name in secret

* change socket to varrun, which is the default that `tailscale` command looks for

* test with varrun enabled

* remove tty

* don't try to install TS

* dont load authkey as env

* update vpn template

* remove /var/lib as it now uses kubesecret for the state

* bump
2022-11-05 20:24:36 +02:00
Kjeld Schouten-Lebbing
2edc8498e2 Update charts-changelog.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-05 18:57:14 +01:00
Kjeld Schouten-Lebbing
ff35ab2402 Update charts-release.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-05 18:55:36 +01:00
TrueCharts Bot
f04cc8f6d8 chore(deps): update helm general non-major (#4308) 2022-11-05 15:05:34 +01:00
TrueCharts Bot
0192c96573 chore(deps): update helm chart common to v10.7.19 (#4305) 2022-11-05 14:44:21 +01:00
TrueCharts Bot
8138c2d93c chore(deps): update helm chart common to v10.7.19 (#4299) 2022-11-05 14:27:57 +01:00
TrueCharts-Admin
a2f7d36ce0 chore(deps): update renovatebot/github-action action to v34.19.0 2022-11-05 14:27:09 +01:00
TrueCharts-Admin
5b7c8aa205 chore(deps): update stefanzweifel/git-auto-commit-action digest to 0b007fb 2022-11-05 14:26:02 +01:00
Kjeld Schouten-Lebbing
1b898b6796 Update _cronjob.tpl
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-05 14:03:00 +01:00
Kjeld Schouten-Lebbing
9b9a80ed0e Update _cronjob.tpl
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-05 14:02:40 +01:00
Kjeld Schouten-Lebbing
7e1e197283 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-05 14:02:26 +01:00
Kjeld Schouten-Lebbing
d45eaf12e6 Update values.yaml
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-05 14:02:09 +01:00
truecharts-bot
5154eabc6c chore: Auto-update chart README [skip ci] 2022-11-05 12:15:46 +00:00
TrueCharts Bot
6a98afbc0c chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v25.0.1 (#4142)
* chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v25.0.1

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* Update charts/stable/nextcloud/Chart.yaml

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-11-05 13:54:59 +02:00
TrueCharts Bot
5ae7174781 chore(deps): update docker general non-major (#4301)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-11-05 13:48:43 +02:00
TrueCharts Bot
116212afba chore(deps): update renovatebot/github-action action to v34.18.0 (#4302) 2022-11-05 13:48:19 +02:00
TrueCharts-Admin
81b92fd001 chore(deps): update github/codeql-action digest to c3b6fce 2022-11-05 07:16:15 +01:00
truecharts-bot
d4d79b367c chore: Auto-update chart README [skip ci] 2022-11-05 00:28:53 +00:00
TrueCharts-Admin
dee5cd45a9 chore(deps): update helm chart common to v10.7.15 2022-11-05 01:23:15 +01:00
truecharts-bot
21c13e59f2 chore: Auto-update chart README [skip ci] 2022-11-04 08:21:05 +00:00
898 changed files with 3260 additions and 5906 deletions

View File

@@ -39,6 +39,10 @@
"matchManagers": ["github-actions"],
"automerge": true,
},
{
"matchManagers": ["github-actions"],
"excludePackageNames": ["stefanzweifel/git-auto-commit-action"]
},
//
// helm deps
//

View File

@@ -72,7 +72,7 @@ jobs:
- name: Create commit
id: create-commit
if: inputs.isRenovatePR == 'true'
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # v4
with:
file_pattern: charts/**/
commit_message: "chore: Auto-update chart metadata [skip ci]"

View File

@@ -106,7 +106,7 @@ jobs:
id: create-commit
if: |
steps.collect-changes.outputs.changesDetectedAfterTag == 'true'
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # tag=v4
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # v4
with:
file_pattern: charts/**/
commit_message: "chore: Auto-update chart README [skip ci]"

View File

@@ -41,7 +41,7 @@ jobs:
severity: "CRITICAL"
- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@18fe527fa8b29f134bb91f32f1a5dc5abb15ed7f # tag=v2
uses: github/codeql-action/upload-sarif@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # tag=v2
with:
sarif_file: "trivy-repo-results.sarif"

View File

@@ -12,7 +12,7 @@ jobs:
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@462efd5c25ceec184b8b9f6859acfa9b5b701e18 # tag=v34.17.1
uses: renovatebot/github-action@d72289f34ec288349ed2e40750abf079dacabbb3 # v34.19.0
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}

View File

@@ -2,6 +2,16 @@
## [clickhouse-1.0.50](https://github.com/truecharts/charts/compare/clickhouse-1.0.49...clickhouse-1.0.50) (2022-11-04)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.15
## [clickhouse-1.0.49](https://github.com/truecharts/charts/compare/clickhouse-1.0.48...clickhouse-1.0.49) (2022-11-03)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "22.10.2.11"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.14
version: 10.8.0
deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/docs/charts/dependency/clickhouse
@@ -23,7 +23,7 @@ sources:
- https://clickhouse.com/
- https://hub.docker.com/r/yandex/clickhouse-server
type: application
version: 1.0.49
version: 1.0.52
annotations:
truecharts.org/catagories: |
- database

View File

@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.7.14 |
| https://library-charts.truecharts.org | common | 10.7.15 |
## Installing the Chart

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ appVersion: "22.05.7.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.14
version: 10.8.0
deprecated: false
description: "An awesome Online Office suite."
home: https://truecharts.org/docs/charts/dependency/collabora-online
@@ -22,7 +22,7 @@ sources:
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
version: 12.1.66
version: 12.1.69
annotations:
truecharts.org/catagories: |
- office

View File

@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.7.14 |
| https://library-charts.truecharts.org | common | 10.7.15 |
## Installing the Chart

View File

@@ -2,6 +2,16 @@
## [mariadb-3.0.112](https://github.com/truecharts/charts/compare/mariadb-3.0.111...mariadb-3.0.112) (2022-11-04)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.15
## [mariadb-3.0.111](https://github.com/truecharts/charts/compare/mariadb-3.0.110...mariadb-3.0.111) (2022-11-03)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "10.9.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.14
version: 10.8.0
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://truecharts.org/docs/charts/dependency/mariadb
@@ -25,7 +25,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 3.0.111
version: 3.0.114
annotations:
truecharts.org/catagories: |
- database

View File

@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.7.14 |
| https://library-charts.truecharts.org | common | 10.7.15 |
## Installing the Chart

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.17"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.14
version: 10.8.0
deprecated: false
description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/docs/charts/dependency/memcached
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 3.0.112
version: 3.0.115
annotations:
truecharts.org/catagories: |
- database

View File

@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.7.14 |
| https://library-charts.truecharts.org | common | 10.7.15 |
## Installing the Chart

View File

@@ -2,6 +2,17 @@
## [mongodb-2.0.52](https://github.com/truecharts/charts/compare/mongodb-2.0.51...mongodb-2.0.52) (2022-11-04)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.15
## [mongodb-2.0.50](https://github.com/truecharts/charts/compare/mongodb-2.0.49...mongodb-2.0.50) (2022-11-03)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "6.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.14
version: 10.8.0
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/docs/charts/dependency/mongodb
@@ -24,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 2.0.51
version: 2.0.54
annotations:
truecharts.org/catagories: |
- database

View File

@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.7.14 |
| https://library-charts.truecharts.org | common | 10.7.15 |
## Installing the Chart

View File

@@ -2,6 +2,16 @@
## [postgresql-8.0.116](https://github.com/truecharts/charts/compare/postgresql-8.0.115...postgresql-8.0.116) (2022-11-04)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.15
## [postgresql-8.0.115](https://github.com/truecharts/charts/compare/postgresql-8.0.114...postgresql-8.0.115) (2022-11-03)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "14.5.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.14
version: 10.8.0
deprecated: false
description: PostgresSQL
home: https://truecharts.org/docs/charts/dependency/postgresql
@@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql
- https://www.postgresql.org/
type: application
version: 8.0.115
version: 8.0.118
annotations:
truecharts.org/catagories: |
- database

View File

@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.7.14 |
| https://library-charts.truecharts.org | common | 10.7.15 |
## Installing the Chart

View File

@@ -2,6 +2,16 @@
## [promtail-3.0.72](https://github.com/truecharts/charts/compare/promtail-3.0.71...promtail-3.0.72) (2022-11-04)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.15
## [promtail-3.0.71](https://github.com/truecharts/charts/compare/promtail-3.0.70...promtail-3.0.71) (2022-11-03)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "2.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.14
version: 10.8.0
deprecated: false
description: Promtail is an agent which ships the contents of local logs to a Loki instance
icon: https://truecharts.org/img/hotlink-ok/chart-icons/promtail.png
@@ -23,7 +23,7 @@ sources:
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
version: 3.0.71
version: 3.0.74
annotations:
truecharts.org/catagories: |
- metrics

View File

@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.7.14 |
| https://library-charts.truecharts.org | common | 10.7.15 |
## Installing the Chart

View File

@@ -2,6 +2,17 @@
## [redis-3.0.114](https://github.com/truecharts/charts/compare/redis-3.0.113...redis-3.0.114) (2022-11-04)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.7.15
## [redis-3.0.112](https://github.com/truecharts/charts/compare/redisinsight-0.0.35...redis-3.0.112) (2022-11-03)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "7.0.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.14
version: 10.8.0
deprecated: false
description: Open source, advanced key-value store.
home: https://truecharts.org/docs/charts/dependency/redis
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 3.0.113
version: 3.0.116
annotations:
truecharts.org/catagories: |
- database

View File

@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.7.14 |
| https://library-charts.truecharts.org | common | 10.7.15 |
## Installing the Chart

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ appVersion: "9.0.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.14
version: 10.8.0
deprecated: false
description: Apache Solr
home: https://truecharts.org/docs/charts/dependency/solr
@@ -23,7 +23,7 @@ sources:
- https://github.com/apache/solr
- https://hub.docker.com/r/bitnami/solr/
type: application
version: 0.0.83
version: 0.0.86
annotations:
truecharts.org/catagories: |
- search

View File

@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.7.14 |
| https://library-charts.truecharts.org | common | 10.7.15 |
## Installing the Chart

View File

@@ -3,11 +3,11 @@ appVersion: "0.19"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 3.0.111
version: 3.0.114
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
home: https://truecharts.org/docs/charts/enterprise/blocky
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
@@ -26,7 +26,7 @@ sources:
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
- https://hub.docker.com/r/spx01/blocky
version: 1.1.8
version: 1.1.9
annotations:
truecharts.org/catagories: |
- network

View File

@@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
- name: metallb
repository: https://metallb.github.io/metallb
version: 0.13.7
@@ -25,7 +25,7 @@ sources:
- https://github.com/metallb/metallb
- https://metallb.universe.tf
type: application
version: 4.0.19
version: 4.0.20
annotations:
truecharts.org/catagories: |
- core

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Acestream-engine"
home: https://truecharts.org/docs/charts/incubator/acestream
@@ -26,4 +26,4 @@ sources:
- https://github.com/vstavrinov/acestream-service
- https://hub.docker.com/r/vstavrinov/acestream-service
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -2,6 +2,16 @@
## [adguardhome-sync-0.0.40](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.39...adguardhome-sync-0.0.40) (2022-11-04)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4293](https://github.com/truecharts/charts/issues/4293))
## [adguardhome-sync-0.0.39](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.38...adguardhome-sync-0.0.39) (2022-11-02)
### Chore

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances.
home: https://truecharts.org/docs/charts/incubator/adguardhome-sync
@@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/adguardhome-sync
- https://github.com/linuxserver/docker-adguardhome-sync#readme
type: application
version: 0.0.40
version: 0.0.41

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it."
home: https://truecharts.org/docs/charts/incubator/alienswarm-reactivedrop
@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install Alien Swarm and run it."
home: https://truecharts.org/docs/charts/incubator/alienswarm
@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install Altitude and run it."
home: https://truecharts.org/docs/charts/incubator/altitude
@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/altitude/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it."
home: https://truecharts.org/docs/charts/incubator/americasarmy-pg
@@ -26,4 +26,4 @@ sources:
- https://www.americasarmy.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -8,7 +8,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications\n"
home: https://truecharts.org/docs/charts/incubator/amtd
@@ -28,4 +28,4 @@ sources:
- https://github.com/RandomNinjaAtk/docker-amtd
- https://hub.docker.com/r/randomninjaatk/amtd
type: application
version: 0.0.37
version: 0.0.38

View File

@@ -9,7 +9,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "aMule is an eMule-like client for the eDonkey and Kademlia networks."
home: https://truecharts.org/docs/charts/incubator/amule
@@ -30,4 +30,4 @@ sources:
- https://github.com/t-chab/dockerfiles
- https://hub.docker.com/r/tchabaud/amule
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -8,7 +8,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Automated Music Video Downloader :: AMVD is a Lidarr Companion script to automatically download and tag Music Videos for use in various media applications"
home: https://truecharts.org/docs/charts/incubator/amvd
@@ -28,4 +28,4 @@ sources:
- https://github.com/RandomNinjaAtk/docker-amvd
- https://hub.docker.com/r/randomninjaatk/amvd
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable.
home: https://truecharts.org/docs/charts/incubator/android-8-0
@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0
- https://registry.hub.docker.com/r/ulisses1478/docker-android
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart."
home: https://truecharts.org/docs/charts/incubator/androiddebugbridge
@@ -26,4 +26,4 @@ sources:
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv
- https://hub.docker.com/r/barnybbb/adb-hass-androidtv/
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -3,7 +3,7 @@ appVersion: "20220516"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
description: A cross-platform Anki sync server.
home: https://truecharts.org/docs/charts/incubator/anki-sync-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.png
@@ -18,7 +18,7 @@ name: anki-sync-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server
- https://github.com/ankicommunity/anki-devops-services
version: 0.0.19
version: 0.0.20
annotations:
truecharts.org/catagories: |
- media

View File

@@ -9,7 +9,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Anope is a set of IRC Services designed for flexibility and ease of use."
home: https://truecharts.org/docs/charts/incubator/anope
@@ -30,4 +30,4 @@ sources:
- https://thelounge.chat/
- https://hub.docker.com/r/ich777/anope
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser."
home: https://truecharts.org/docs/charts/incubator/apache-webdav
@@ -26,4 +26,4 @@ sources:
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- https://github.com/mgutt/docker-apachewebdav
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Apprise-api(https://github.com/caronc/apprise-api) Takes advantage of Apprise(https://github.com/caronc/apprise) through your network with a user-friendly API.\n"
home: https://truecharts.org/docs/charts/incubator/apprise-api
@@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/apprise-api
- https://github.com/linuxserver/docker-apprise-api#readme
type: application
version: 0.0.41
version: 0.0.42

View File

@@ -2,6 +2,16 @@
## [appsmith-2.0.64](https://github.com/truecharts/charts/compare/appsmith-2.0.63...appsmith-2.0.64) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4301](https://github.com/truecharts/charts/issues/4301))
## [appsmith-2.0.63](https://github.com/truecharts/charts/compare/appsmith-2.0.62...appsmith-2.0.63) (2022-11-02)
### Chore

View File

@@ -1,13 +1,13 @@
apiVersion: v2
appVersion: "1.8.6"
appVersion: "1.8.7"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
- condition: redis.enabled
name: redis
repository: https://charts.truecharts.org
version: 3.0.111
version: 3.0.114
# - condition: mongodb.enabled
# name: mongodb
# repository: https://charts.truecharts.org
@@ -26,7 +26,7 @@ name: appsmith
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
- https://github.com/appsmithorg/appsmith
version: 2.0.63
version: 2.0.65
annotations:
truecharts.org/catagories: |
- productivity

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/appsmith
tag: 1.8.6@sha256:68684c52d41fb879009b567f11eca95ef49e37fa97c01c56b8ea88bc3bf52ba7
tag: 1.8.7@sha256:5ce4fa7f38342f4d54b28d5ba62fe34c069f2a038063b4a186458c9c13570d12
pullPolicy: IfNotPresent
securityContext:

View File

@@ -9,7 +9,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and its really easy to do!"
home: https://truecharts.org/docs/charts/incubator/archiveteam-warrior
@@ -30,4 +30,4 @@ sources:
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install ARK:SurvivalEvolved and run it (Normal server startup of ARK can take a long time!)."
home: https://truecharts.org/docs/charts/incubator/arksurvivalevolved
@@ -26,4 +26,4 @@ sources:
- https://survivetheark.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.35
version: 0.0.36

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install ArmA III and run it."
home: https://truecharts.org/docs/charts/incubator/arma3
@@ -26,4 +26,4 @@ sources:
- https://arma3.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it."
home: https://truecharts.org/docs/charts/incubator/arma3exilemod
@@ -26,4 +26,4 @@ sources:
- http://www.exilemod.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -2,6 +2,16 @@
## [artifactory-oss-0.0.40](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.39...artifactory-oss-0.0.40) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4301](https://github.com/truecharts/charts/issues/4301))
## [artifactory-oss-0.0.39](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.38...artifactory-oss-0.0.39) (2022-11-02)
### Chore

View File

@@ -4,11 +4,11 @@ annotations:
- Productivity
- Tools-Utilities
apiVersion: v2
appVersion: "7.46.10"
appVersion: "7.46.11"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "JFrogs Artifactory open source project was created to speed up development cycles using binary repositories. Its the worlds most advanced repository manager, creating a single place for teams to manage all their binary artifacts efficiently."
home: https://truecharts.org/docs/charts/incubator/artifactory-oss
@@ -28,4 +28,4 @@ sources:
- https://jfrog.com/
- https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss
type: application
version: 0.0.39
version: 0.0.41

View File

@@ -3,7 +3,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/artifactory-oss
tag: 7.46.10
tag: 7.46.11
persistence:
varoptjfrogartifactory:
enabled: true

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it."
home: https://truecharts.org/docs/charts/incubator/assettocorsa
@@ -26,4 +26,4 @@ sources:
- https://www.assettocorsa.net/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -9,7 +9,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package."
home: https://truecharts.org/docs/charts/incubator/aurora-files
@@ -30,4 +30,4 @@ sources:
- https://github.com/afterlogic/docker-aurora-files
- https://hub.docker.com/r/afterlogic/docker-aurora-files
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list.
home: https://truecharts.org/docs/charts/incubator/auto-yt-dl
@@ -26,4 +26,4 @@ sources:
- https://github.com/xXGuhuXx/auto-yt-dl
- https://hub.docker.com/repository/docker/guhu007/auto-yt-dl
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install Avorion and run it."
home: https://truecharts.org/docs/charts/incubator/avorion
@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "2022"
description: Awesome TTRSS aims to provide a powerful Chartized all-in-one solution for Tiny Tiny RSS
name: awesome-ttrss
version: 0.0.53
version: 0.0.54
kubeVersion: ">=1.16.0-0"
keywords:
- tt-rss
@@ -15,11 +15,11 @@ sources:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 8.0.114
version: 8.0.116
maintainers:
- email: info@truecharts.org
name: TrueCharts

View File

@@ -8,7 +8,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk.
home: https://truecharts.org/docs/charts/incubator/backuppc
@@ -28,4 +28,4 @@ sources:
- https://backuppc.github.io/backuppc/index.html
- https://hub.docker.com/r/tiredofit/backuppc/
type: application
version: 0.0.36
version: 0.0.37

View File

@@ -3,7 +3,7 @@ appVersion: "0.9.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Baikal is a lightweight CalDAV+CardDAV server"
home: https://truecharts.org/docs/charts/incubator/baikal
@@ -21,7 +21,7 @@ sources:
- https://github.com/ckulka/baikal-docker
- https://hub.docker.com/r/ckulka/baikal/
type: application
version: 0.0.32
version: 0.0.33
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@@ -8,7 +8,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "&lt;b&gt;Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.&lt;/b&gt;"
home: https://truecharts.org/docs/charts/incubator/barcodebuddy
@@ -28,4 +28,4 @@ sources:
- https://github.com/Forceu/barcodebuddy
- https://hub.docker.com/r/f0rc3/barcodebuddy-docker
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install Barotrauma and run it."
home: https://truecharts.org/docs/charts/incubator/barotrauma
@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -3,7 +3,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
description: BatNoter is a web application that allows users to store notes in their git repository.
home: https://truecharts.org/docs/charts/incubator/batnoter
icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.png
@@ -18,7 +18,7 @@ name: batnoter
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/batnoter
- https://github.com/batnoter/batnoter
version: 0.0.10
version: 0.0.11
annotations:
truecharts.org/catagories: |
- notes

View File

@@ -3,7 +3,7 @@ appVersion: "1.0.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
description: A link dashboard that can be managed without any code.
home: https://truecharts.org/docs/charts/incubator/bender
icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.png
@@ -19,7 +19,7 @@ name: bender
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/bender
- https://github.com/jez500/bender
version: 0.0.9
version: 0.0.10
annotations:
truecharts.org/catagories: |
- dashboard

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment."
home: https://truecharts.org/docs/charts/incubator/bitcoin-node
@@ -26,4 +26,4 @@ sources:
- https://github.com/kylemanna/docker-bitcoind
- https://hub.docker.com/r/kylemanna/bitcoind
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -9,7 +9,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way.\n"
home: https://truecharts.org/docs/charts/incubator/bitcoind
@@ -30,4 +30,4 @@ sources:
- https://bitcoin.org/
- https://hub.docker.com/r/ofawx/bitcoind/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem."
home: https://truecharts.org/docs/charts/incubator/bitcoinunlimited
@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinunlimited
- https://hub.docker.com/r/amacneil/bitcoinunlimited/~/dockerfile/
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Bitcoin wallet with GUI over VNC and NoVNC.&#xD;\n"
home: https://truecharts.org/docs/charts/incubator/bitcoinwalletgui
@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/bitcoinwalletgui
- https://hub.docker.com/r/ulisses1478/bitcoinwallet-gui
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -10,7 +10,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing"
home: https://truecharts.org/docs/charts/incubator/blender-desktop-g3
@@ -32,4 +32,4 @@ sources:
- https://github.com/accetto/headless-drawing-g3/
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-blender-g3
type: application
version: 0.0.35
version: 0.0.36

View File

@@ -2,6 +2,16 @@
## [blender-0.0.43](https://github.com/truecharts/charts/compare/blender-desktop-g3-0.0.35...blender-0.0.43) (2022-11-05)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#4301](https://github.com/truecharts/charts/issues/4301))
## [blender-0.0.42](https://github.com/truecharts/charts/compare/blender-0.0.41...blender-0.0.42) (2022-11-02)
### Chore

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**
home: https://truecharts.org/docs/charts/incubator/blender
@@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/blender
- https://github.com/linuxserver/docker-blender#readme
type: application
version: 0.0.42
version: 0.0.44

View File

@@ -5,7 +5,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/blender
tag: latest@sha256:9c9c7d01c25607182adc99deee2fbbb950ec6b45f25dcbec5f7425197d6a0ed1
tag: latest@sha256:65d471f5db800b2cd31047239d437f50daeb4b633b2a2a6e17e6a02ad3a8f33f
persistence:
config:
enabled: true

View File

@@ -11,7 +11,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way."
home: https://truecharts.org/docs/charts/incubator/breitbandmessung-de
@@ -34,4 +34,4 @@ sources:
- https://github.com/shneezin/breitbandmessung-node
- https://hub.docker.com/r/shneezin/breitbandmessung-node
type: application
version: 0.0.34
version: 0.0.35

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: This is a Docker Chart for BTDEX based on jlesage/Chart-baseimage-gui Chart.
home: https://truecharts.org/docs/charts/incubator/btdex
@@ -26,4 +26,4 @@ sources:
- https://btdex.trade/
- https://hub.docker.com/r/furritos/docker-btdex:latest
type: application
version: 0.0.34
version: 0.0.35

View File

@@ -8,7 +8,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "bWAPP, or a buggy web application, is a free and open source deliberately insecure web application."
home: https://truecharts.org/docs/charts/incubator/bwapp
@@ -28,4 +28,4 @@ sources:
- https://sourceforge.net/projects/bwapp/
- https://hub.docker.com/r/raesene/bwapp/
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -11,7 +11,7 @@ appVersion: "3.4.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized."
home: https://truecharts.org/docs/charts/incubator/cadquery-jupyter
@@ -34,4 +34,4 @@ sources:
- https://github.com/bernhard-42/jupyter-cadquery
- https://hub.docker.com/r/cadquery/cadquery-server
type: application
version: 0.0.36
version: 0.0.37

View File

@@ -10,7 +10,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized."
home: https://truecharts.org/docs/charts/incubator/cadquery-server
@@ -32,4 +32,4 @@ sources:
- https://github.com/roipoussiere/cadquery
- https://hub.docker.com/r/cadquery/cadquery-server
type: application
version: 0.0.36
version: 0.0.37

View File

@@ -3,7 +3,7 @@ appVersion: "0.0.6"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
description: An open source self-hosted bookmark service
home: https://truecharts.org/docs/charts/incubator/cherry
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cherry.png
@@ -19,7 +19,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cherry
- https://cherry.haishan.me/
- https://github.com/haishanh/cherry
version: 0.0.8
version: 0.0.9
annotations:
truecharts.org/catagories: |
- bookmark

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it."
home: https://truecharts.org/docs/charts/incubator/chivalry-medievalwarfare
@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: Simple recipes in Markdown format.
home: https://truecharts.org/docs/charts/incubator/chowdown
@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/chowdown
- https://hub.docker.com/r/gregyankovoy/chowdown/Dockerfile/
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -8,7 +8,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing"
home: https://truecharts.org/docs/charts/incubator/chromium-desktop-g3
@@ -28,4 +28,4 @@ sources:
- https://github.com/accetto/headless-drawing-g3/
- https://hub.docker.com/r/accetto/ubuntu-vnc-xfce-chromium-g3
type: application
version: 0.0.36
version: 0.0.37

View File

@@ -8,7 +8,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project.
home: https://truecharts.org/docs/charts/incubator/chromium
@@ -28,4 +28,4 @@ sources:
- https://www.google.com/chrome/
- https://hub.docker.com/r/ich777/chrome/
type: application
version: 0.0.43
version: 0.0.44

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Chronograf is InfluxDatas open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules."
home: https://truecharts.org/docs/charts/incubator/chronograf
@@ -26,4 +26,4 @@ sources:
- https://www.influxdata.com/time-series-platform/chronograf/
- https://hub.docker.com/_/chronograf/
type: application
version: 0.0.36
version: 0.0.37

View File

@@ -9,7 +9,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks."
home: https://truecharts.org/docs/charts/incubator/ciao
@@ -30,4 +30,4 @@ sources:
- https://brotandgames.com/ciao/
- https://hub.docker.com/r/brotandgames/ciao
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it."
home: https://truecharts.org/docs/charts/incubator/citadel-forgedwithfire
@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -1,10 +1,10 @@
apiVersion: v2
appVersion: "2.1.3"
version: 0.0.33
version: 0.0.34
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: A simple UI to help find and delete duplicate and sample files from your Plex server.
home: https://truecharts.org/docs/charts/incubator/cleanarr

View File

@@ -8,7 +8,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Cloud Database Manager (Official Chart)"
home: https://truecharts.org/docs/charts/incubator/cloudbeaver
@@ -28,4 +28,4 @@ sources:
- https://github.com/dbeaver/cloudbeaver
- https://hub.docker.com/r/dbeaver/cloudbeaver/
type: application
version: 0.0.35
version: 0.0.36

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "[b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/]\n"
home: https://truecharts.org/docs/charts/incubator/cloudcommander
@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cloudcommander
- https://hub.docker.com/r/coderaiser/cloudcmd/
type: application
version: 0.0.35
version: 0.0.36

View File

@@ -8,7 +8,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "Self-hosted file management and sharing system, supports multiple storage providers"
home: https://truecharts.org/docs/charts/incubator/cloudreve
@@ -28,4 +28,4 @@ sources:
- https://github.com/cloudreve/Cloudreve
- https://hub.docker.com/r/xavierniu/cloudreve
type: application
version: 0.0.32
version: 0.0.33

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install Colony Survival and run it."
home: https://truecharts.org/docs/charts/incubator/colonysurvival
@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: "This Chart will download and install SteamCMD. It will also install Conan Exiles and run it."
home: https://truecharts.org/docs/charts/incubator/conanexiles
@@ -26,4 +26,4 @@ sources:
- https://www.steampowered.com/
- https://hub.docker.com/r/ich777/steamcmd/
type: application
version: 0.0.33
version: 0.0.34

View File

@@ -7,7 +7,7 @@ appVersion: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: Conreq, a Content Requesting platform.
home: https://truecharts.org/docs/charts/incubator/conreq
@@ -26,4 +26,4 @@ sources:
- https://hotio.dev/containers/conreq
- https://hub.docker.com/r/hotio/conreq
type: application
version: 0.0.36
version: 0.0.37

View File

@@ -7,7 +7,7 @@ appVersion: "stable"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.7.13
version: 10.7.19
deprecated: false
description: Convos is the simplest way to use IRC and it is always online
home: https://truecharts.org/docs/charts/incubator/convos
@@ -26,4 +26,4 @@ sources:
- https://convos.chat/
- https://hub.docker.com/r/convos/convos/
type: application
version: 0.0.36
version: 0.0.37

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