Compare commits
30 Commits
adminer-1.
...
adminer-1.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8138da06c9 | ||
|
|
37ae18da87 | ||
|
|
c4aac35d73 | ||
|
|
52e8f86075 | ||
|
|
485e6bfba1 | ||
|
|
aa5c5aac7f | ||
|
|
f4816979c3 | ||
|
|
9964722f9b | ||
|
|
8a9d145670 | ||
|
|
62e7a2e9ce | ||
|
|
0586344414 | ||
|
|
3cdd51ce90 | ||
|
|
27127d897b | ||
|
|
e43307a215 | ||
|
|
9382e09825 | ||
|
|
fbbda12fe3 | ||
|
|
ca31e5574c | ||
|
|
00de630f24 | ||
|
|
76824cf5c8 | ||
|
|
cbafd4dacb | ||
|
|
7972cee4a2 | ||
|
|
f841c9228b | ||
|
|
7a67420063 | ||
|
|
4650b70bce | ||
|
|
12c0b05b08 | ||
|
|
8cf5e3f5f5 | ||
|
|
cdf2dfbddd | ||
|
|
2d91f01046 | ||
|
|
151fd2fff3 | ||
|
|
fe2923ee94 |
@@ -1194,6 +1194,15 @@
|
||||
"contributions": [
|
||||
"doc"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "cccs31",
|
||||
"name": "cccs31",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/29389546?v=4",
|
||||
"profile": "https://github.com/cccs31",
|
||||
"contributions": [
|
||||
"bug"
|
||||
]
|
||||
}
|
||||
],
|
||||
"contributorsPerLine": 7,
|
||||
|
||||
5
.github/README.md
vendored
5
.github/README.md
vendored
@@ -124,7 +124,7 @@ A lot of our work is based on the great effort of others. We would love to exten
|
||||
## Contributors ✨
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#contributors)
|
||||
[](#contributors)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||
@@ -298,6 +298,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
||||
<td align="center"><a href="https://www.linkedin.com/in/gouthamkumaran"><img src="https://avatars.githubusercontent.com/u/9553104?v=4?s=100" width="100px;" alt="Balakumaran MN"/><br /><sub><b>Balakumaran MN</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=gouthamkumaran" title="Documentation">📖</a></td>
|
||||
<td align="center"><a href="https://github.com/Jesperbelt"><img src="https://avatars.githubusercontent.com/u/70942135?v=4?s=100" width="100px;" alt="Jesperbelt"/><br /><sub><b>Jesperbelt</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Jesperbelt" title="Documentation">📖</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="center"><a href="https://github.com/cccs31"><img src="https://avatars.githubusercontent.com/u/29389546?v=4?s=100" width="100px;" alt="cccs31"/><br /><sub><b>cccs31</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Acccs31" title="Bug reports">🐛</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@02e9f15cd0eced488b6751cac54856b8cdefad0f # tag=v34.9.1
|
||||
uses: renovatebot/github-action@b085bb394ab5a312e0f30fa70433e7ef54bc73b0 # tag=v34.12.1
|
||||
with:
|
||||
configurationFile: .github/renovate-config.js
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [clickhouse-1.0.47](https://github.com/truecharts/charts/compare/clickhouse-1.0.46...clickhouse-1.0.47) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.13 ([#4268](https://github.com/truecharts/charts/issues/4268))
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-1.0.46](https://github.com/truecharts/charts/compare/clickhouse-1.0.45...clickhouse-1.0.46) (2022-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "22.10.1.18"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.12
|
||||
version: 10.7.13
|
||||
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.46
|
||||
version: 1.0.48
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.7.12 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/clickhouse
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 22.10.1.1877@sha256:b4b32d6d85434ec00efabb5c830b48f360f8840c54f95dc421313384139709c7
|
||||
tag: 22.10.2.11@sha256:cbcd6b043ae1401c24f781b64dfd9d45662160d3f210a29127dd74c02e5b70eb
|
||||
|
||||
controller:
|
||||
type: statefulset
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.64](https://github.com/truecharts/charts/compare/collabora-online-12.1.63...collabora-online-12.1.64) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.13 ([#4268](https://github.com/truecharts/charts/issues/4268))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.62](https://github.com/truecharts/charts/compare/collabora-online-12.1.61...collabora-online-12.1.62) (2022-10-29)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "22.05.7.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.12
|
||||
version: 10.7.13
|
||||
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.63
|
||||
version: 12.1.64
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- office
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.7.12 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.109](https://github.com/truecharts/charts/compare/mariadb-3.0.108...mariadb-3.0.109) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.13 ([#4268](https://github.com/truecharts/charts/issues/4268))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.108](https://github.com/truecharts/charts/compare/mariadb-3.0.107...mariadb-3.0.108) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4260](https://github.com/truecharts/charts/issues/4260))
|
||||
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.63](https://github.com/truecharts/charts/compare/collabora-online-12.1.62...collabora-online-12.1.63) (2022-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "10.9.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.12
|
||||
version: 10.7.13
|
||||
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.107
|
||||
version: 3.0.109
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.7.12 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.9.3@sha256:01d7bc18fb44c070832687dc3e7372cdaa6774b501edd14b2a93ed777de5ffa9
|
||||
tag: 10.9.3@sha256:0a1f2e8b12d77b356812135732aeb55c8eb30fd913f23919ca9856af43abc41c
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.110](https://github.com/truecharts/charts/compare/memcached-3.0.109...memcached-3.0.110) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.13 ([#4268](https://github.com/truecharts/charts/issues/4268))
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.109](https://github.com/truecharts/charts/compare/memcached-3.0.108...memcached-3.0.109) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4260](https://github.com/truecharts/charts/issues/4260))
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.108](https://github.com/truecharts/charts/compare/memcached-3.0.107...memcached-3.0.108) (2022-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.6.17"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.12
|
||||
version: 10.7.13
|
||||
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.108
|
||||
version: 3.0.110
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.7.12 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/memcached
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.6.17@sha256:777c277cba2275be3459716ca1e61541598534f29d1d1d9b6dc7733dc9b9b450
|
||||
tag: 1.6.17@sha256:e934da3277b8b6aad9c4387f8c4ece40c2720626e0cbfe7a5c9179821f3b206f
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [mongodb-2.0.49](https://github.com/truecharts/charts/compare/mongodb-2.0.48...mongodb-2.0.49) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.13 ([#4268](https://github.com/truecharts/charts/issues/4268))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-2.0.48](https://github.com/truecharts/charts/compare/mongodb-2.0.47...mongodb-2.0.48) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4260](https://github.com/truecharts/charts/issues/4260))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-2.0.47](https://github.com/truecharts/charts/compare/mongodb-2.0.46...mongodb-2.0.47) (2022-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "6.0.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.12
|
||||
version: 10.7.13
|
||||
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.47
|
||||
version: 2.0.49
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.7.12 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mongodb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 6.0.2@sha256:f821d8d87dbb51c889339a8e5bb512afc4a4796248ad4b11638cbcdce2e165c0
|
||||
tag: 6.0.2@sha256:826e8ea7da31dd92af97f7873f21005474925e7e6c61f6e50214c22414789a0b
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.114](https://github.com/truecharts/charts/compare/postgresql-8.0.113...postgresql-8.0.114) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.13 ([#4268](https://github.com/truecharts/charts/issues/4268))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.113](https://github.com/truecharts/charts/compare/postgresql-8.0.112...postgresql-8.0.113) (2022-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "14.5.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.12
|
||||
version: 10.7.13
|
||||
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.113
|
||||
version: 8.0.114
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.7.12 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [promtail-3.0.70](https://github.com/truecharts/charts/compare/promtail-3.0.69...promtail-3.0.70) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.13 ([#4268](https://github.com/truecharts/charts/issues/4268))
|
||||
|
||||
|
||||
|
||||
|
||||
## [promtail-3.0.69](https://github.com/truecharts/charts/compare/promtail-3.0.68...promtail-3.0.69) (2022-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "2.6.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.12
|
||||
version: 10.7.13
|
||||
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.69
|
||||
version: 3.0.70
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.7.12 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.111](https://github.com/truecharts/charts/compare/redis-3.0.110...redis-3.0.111) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.13 ([#4268](https://github.com/truecharts/charts/issues/4268))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.110](https://github.com/truecharts/charts/compare/redis-3.0.109...redis-3.0.110) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4260](https://github.com/truecharts/charts/issues/4260))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.109](https://github.com/truecharts/charts/compare/redis-3.0.108...redis-3.0.109) (2022-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "7.0.5"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.12
|
||||
version: 10.7.13
|
||||
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.109
|
||||
version: 3.0.111
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.7.12 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/redis
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 7.0.5@sha256:1c3c9b1f13a2ccdc0bcc31a89b4a54f96f48508d95d45ba5efd5748c59e65ab3
|
||||
tag: 7.0.5@sha256:076b13830a0004cb5bc140ea1a815ba4910a84e4f011a6b5b3f3720c5022d3d2
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.81](https://github.com/truecharts/charts/compare/solr-0.0.80...solr-0.0.81) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.13 ([#4268](https://github.com/truecharts/charts/issues/4268))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.80](https://github.com/truecharts/charts/compare/solr-0.0.79...solr-0.0.80) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4260](https://github.com/truecharts/charts/issues/4260))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.79](https://github.com/truecharts/charts/compare/solr-0.0.78...solr-0.0.79) (2022-10-30)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "9.0.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.12
|
||||
version: 10.7.13
|
||||
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.79
|
||||
version: 0.0.81
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- search
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.7.12 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.13 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/solr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v9.0.0@sha256:f92dc1010f16713442f7748c05a589832e95c7d1176fe7e14060d27f1a54096b
|
||||
tag: v9.0.0@sha256:5ebdab13999f4078bef75dfde1ade994fc8bcdec649d78c2eeae51f3a0aec64b
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,19 @@
|
||||
|
||||
|
||||
|
||||
## [blocky-1.1.7](https://github.com/truecharts/charts/compare/blocky-1.1.6...blocky-1.1.7) (2022-10-31)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
### Fix
|
||||
|
||||
- fix UI, wrong variable names ([#4258](https://github.com/truecharts/charts/issues/4258))
|
||||
|
||||
|
||||
|
||||
|
||||
## [blocky-1.1.6](https://github.com/truecharts/charts/compare/blocky-1.1.5...blocky-1.1.6) (2022-10-25)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,11 +3,11 @@ appVersion: "0.19"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.truecharts.org
|
||||
version: 3.0.102
|
||||
version: 3.0.111
|
||||
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.6
|
||||
version: 1.1.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -188,14 +188,14 @@ questions:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: in
|
||||
label: In
|
||||
- variable: domain
|
||||
label: Domain
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: out
|
||||
label: Out
|
||||
- variable: dnsserver
|
||||
label: DNS Server
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
@@ -10,7 +10,7 @@ keywords:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
- 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.18
|
||||
version: 4.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.38
|
||||
version: 0.0.39
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.36
|
||||
version: 0.0.37
|
||||
|
||||
@@ -9,7 +9,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "20220516"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.18
|
||||
version: 0.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -9,7 +9,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.40
|
||||
version: 0.0.41
|
||||
|
||||
@@ -3,11 +3,11 @@ appVersion: "1.8.6"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.truecharts.org
|
||||
version: 3.0.102
|
||||
version: 3.0.111
|
||||
# - 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.62
|
||||
version: 2.0.63
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -9,7 +9,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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 it’s 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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.34
|
||||
version: 0.0.35
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [artifactory-oss-0.0.38](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.37...artifactory-oss-0.0.38) (2022-11-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4260](https://github.com/truecharts/charts/issues/4260))
|
||||
|
||||
|
||||
|
||||
|
||||
## [artifactory-oss-0.0.37](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.36...artifactory-oss-0.0.37) (2022-10-29)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -4,11 +4,11 @@ annotations:
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
apiVersion: v2
|
||||
appVersion: "7.46.9"
|
||||
appVersion: "7.46.10"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
deprecated: false
|
||||
description: "JFrog’s Artifactory open source project was created to speed up development cycles using binary repositories. It’s the world’s 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.37
|
||||
version: 0.0.39
|
||||
|
||||
@@ -3,7 +3,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/artifactory-oss
|
||||
tag: 7.46.9
|
||||
tag: 7.46.10
|
||||
persistence:
|
||||
varoptjfrogartifactory:
|
||||
enabled: true
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -9,7 +9,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -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.52
|
||||
version: 0.0.53
|
||||
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.7
|
||||
version: 10.7.13
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.truecharts.org/
|
||||
version: 8.0.107
|
||||
version: 8.0.114
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.35
|
||||
version: 0.0.36
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.9.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
deprecated: false
|
||||
description: "<b>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.</b>"
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.9
|
||||
version: 0.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- notes
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.0.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.8
|
||||
version: 0.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- dashboard
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -9,7 +9,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
deprecated: false
|
||||
description: "Bitcoin wallet with GUI over VNC and NoVNC.
\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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -10,7 +10,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.34
|
||||
version: 0.0.35
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.41
|
||||
version: 0.0.42
|
||||
|
||||
@@ -11,7 +11,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.33
|
||||
version: 0.0.34
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.33
|
||||
version: 0.0.34
|
||||
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -11,7 +11,7 @@ appVersion: "3.4.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.35
|
||||
version: 0.0.36
|
||||
|
||||
@@ -10,7 +10,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.35
|
||||
version: 0.0.36
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.0.6"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.7
|
||||
version: 0.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- bookmark
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.35
|
||||
version: 0.0.36
|
||||
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.42
|
||||
version: 0.0.43
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
deprecated: false
|
||||
description: "Chronograf is InfluxData’s 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.35
|
||||
version: 0.0.36
|
||||
|
||||
@@ -9,7 +9,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2.1.3"
|
||||
version: 0.0.32
|
||||
version: 0.0.33
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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
|
||||
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.34
|
||||
version: 0.0.35
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.34
|
||||
version: 0.0.35
|
||||
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.31
|
||||
version: 0.0.32
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.32
|
||||
version: 0.0.33
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.7.7
|
||||
version: 10.7.13
|
||||
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.35
|
||||
version: 0.0.36
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user