Compare commits
19 Commits
adminer-0.
...
adminer-0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
80ef02312b | ||
|
|
b7bc2f1b37 | ||
|
|
714090aa6e | ||
|
|
e43d642658 | ||
|
|
c9bb8128aa | ||
|
|
54e805ab4d | ||
|
|
641ae5e16e | ||
|
|
68210293d2 | ||
|
|
99f036d23b | ||
|
|
75363f1ae1 | ||
|
|
8162d59262 | ||
|
|
eaa081b840 | ||
|
|
ef296cb0ec | ||
|
|
13078a9cba | ||
|
|
97d5375359 | ||
|
|
a2d0233de0 | ||
|
|
9a8e9d181b | ||
|
|
c9777b1178 | ||
|
|
76a5a8772f |
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@7321ae5f43795a2456f3a1379e7cfce25891dbcf # tag=v32.125.0
|
||||
uses: renovatebot/github-action@afdeef2fe1e9162fce78747fdcc2046833eb8f5a # tag=v32.127.4
|
||||
with:
|
||||
configurationFile: .github/renovate-config.js
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [clickhouse-1.0.4](https://github.com/truecharts/apps/compare/clickhouse-1.0.2...clickhouse-1.0.4) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296))
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-1.0.3](https://github.com/truecharts/apps/compare/clickhouse-1.0.2...clickhouse-1.0.3) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-1.0.2](https://github.com/truecharts/apps/compare/clickhouse-1.0.1...clickhouse-1.0.2) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,10 +3,10 @@ appVersion: "22.7.1.248"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/clickhouse
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
|
||||
icon: https://truecharts.org/img/chart-icons/clickhouse.png
|
||||
keywords:
|
||||
- database
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://clickhouse.com/
|
||||
- https://hub.docker.com/r/yandex/clickhouse-server
|
||||
type: application
|
||||
version: 1.0.2
|
||||
version: 1.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# clickhouse
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/clickhouse
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 22.7.1.2484@sha256:3fd86810c9c7c7a39774879c5eceeef4db3a15c9978266c511fc2d908186e7e2
|
||||
tag: 22.7.1.2484@sha256:126149cf68734feef6f5a7f9799873718d4c2b394aef39a53d2d016705f66478
|
||||
|
||||
controller:
|
||||
type: statefulset
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.23](https://github.com/truecharts/apps/compare/collabora-online-12.1.21...collabora-online-12.1.23) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296))
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.22](https://github.com/truecharts/apps/compare/collabora-online-12.1.21...collabora-online-12.1.22) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.21](https://github.com/truecharts/apps/compare/collabora-online-12.1.20...collabora-online-12.1.21) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,10 +3,10 @@ appVersion: "22.05.4.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: "An awesome Online Office suite."
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/collabora-online
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/dependency/collabora-online
|
||||
icon: https://truecharts.org/img/chart-icons/collabora-online.png
|
||||
keywords:
|
||||
- collabora-online
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://sdk.collaboraonline.com/contents.html
|
||||
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
|
||||
type: application
|
||||
version: 12.1.21
|
||||
version: 12.1.23
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- office
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# collabora-online
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
An awesome Online Office suite.
|
||||
|
||||
@@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/collabora
|
||||
tag: v22.05.4.1.1@sha256:e852db304bfb879b462d449c000e7d8e3f348390f821dcb629bef22083b96365
|
||||
tag: v22.05.4.1.1@sha256:4b7c9b3583309d4717fb64fa1e5115695abd7e98db4bc02dff0a24cf3ac74b6c
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
controller:
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.46](https://github.com/truecharts/apps/compare/mariadb-3.0.44...mariadb-3.0.46) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296))
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.45](https://github.com/truecharts/apps/compare/mariadb-3.0.44...mariadb-3.0.45) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.44](https://github.com/truecharts/apps/compare/mariadb-3.0.43...mariadb-3.0.44) (2022-07-24)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,10 +3,10 @@ appVersion: "10.8.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/dependency/mariadb
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/dependency/mariadb
|
||||
icon: https://truecharts.org/img/chart-icons/mariadb.png
|
||||
keywords:
|
||||
- mariadb
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 3.0.44
|
||||
version: 3.0.46
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# mariadb
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
|
||||
@@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v10.8.3@sha256:91528d27040534367d71c5500f11d1777a96bda1d59b5a70f3eb4a59ed1afd4e
|
||||
tag: v10.8.3@sha256:9fa7449c930811c7c0cd28a3d9a93d0d1de1008459d829f4407967fae9db7e30
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.47](https://github.com/truecharts/apps/compare/memcached-3.0.45...memcached-3.0.47) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296))
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.46](https://github.com/truecharts/apps/compare/memcached-3.0.45...memcached-3.0.46) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.45](https://github.com/truecharts/apps/compare/memcached-3.0.44...memcached-3.0.45) (2022-07-24)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,10 +3,10 @@ appVersion: "1.6.15"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: Memcached is a memory-backed database caching solution
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/dependency/memcached
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/dependency/memcached
|
||||
icon: https://truecharts.org/img/chart-icons/memcached.png
|
||||
keywords:
|
||||
- memcached
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-memcached
|
||||
- http://memcached.org/
|
||||
type: application
|
||||
version: 3.0.45
|
||||
version: 3.0.47
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# memcached
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Memcached is a memory-backed database caching solution
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/memcached
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.6.15@sha256:99a30607c34d14018cb1a09b9bbd93cd3696a9a848027d71fa2c7c67beaa8398
|
||||
tag: v1.6.15@sha256:a5de0ffebce0a9065de97490a344a37be4f9515f69b918515e0e436691bc09f7
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [mongodb-1.0.47](https://github.com/truecharts/apps/compare/mongodb-1.0.45...mongodb-1.0.47) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296))
|
||||
- update docker general non-major ([#3298](https://github.com/truecharts/apps/issues/3298))
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-1.0.46](https://github.com/truecharts/apps/compare/mongodb-1.0.45...mongodb-1.0.46) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-1.0.45](https://github.com/truecharts/apps/compare/mongodb-1.0.44...mongodb-1.0.45) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,10 +3,10 @@ appVersion: "5.0.9"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/dependency/mongodb
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/dependency/mongodb
|
||||
icon: https://truecharts.org/img/chart-icons/mongodb.png
|
||||
keywords:
|
||||
- mongodb
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://www.mongodb.com
|
||||
type: application
|
||||
version: 1.0.45
|
||||
version: 1.0.47
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# mongodb
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
|
||||
@@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mongodb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.0.9@sha256:d3cff02da6604983562973a0277e3c2abfcfd12775caee4449aa40d2330fd687
|
||||
tag: v5.0.9@sha256:5bcf6c61f01c1ca97e08e2545f21a2b6696a3c9476f64fee0c363d697f618739
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.48](https://github.com/truecharts/apps/compare/postgresql-8.0.46...postgresql-8.0.48) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296))
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.47](https://github.com/truecharts/apps/compare/postgresql-8.0.46...postgresql-8.0.47) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.46](https://github.com/truecharts/apps/compare/postgresql-8.0.45...postgresql-8.0.46) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,10 +3,10 @@ appVersion: "14.4.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: PostgresSQL
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/dependency/postgresql
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql
|
||||
icon: https://truecharts.org/img/chart-icons/postgresql.png
|
||||
keywords:
|
||||
- postgres
|
||||
@@ -22,7 +22,7 @@ name: postgresql
|
||||
sources:
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 8.0.46
|
||||
version: 8.0.48
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# postgresql
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
PostgresSQL
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/postgresql
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v14.4.0@sha256:6f2fc3eefc5af432a3f8d00d632b0e115f42b9e28710cf481404d0de9f3d915d
|
||||
tag: v14.4.0@sha256:79f093624368c2734233915b6f498d07c23cbffae1482d418e42848318352abf
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [promtail-3.0.36](https://github.com/truecharts/apps/compare/promtail-3.0.34...promtail-3.0.36) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296))
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [promtail-3.0.35](https://github.com/truecharts/apps/compare/promtail-3.0.34...promtail-3.0.35) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [promtail-3.0.34](https://github.com/truecharts/apps/compare/promtail-3.0.33...promtail-3.0.34) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,11 +3,11 @@ appVersion: "2.6.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: Promtail is an agent which ships the contents of local logs to a Loki instance
|
||||
icon: https://truecharts.org/img/chart-icons/promtail.png
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/dependency/promtail
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/dependency/promtail
|
||||
keywords:
|
||||
- metrics
|
||||
- logs
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://grafana.com/oss/loki/
|
||||
- https://grafana.com/docs/loki/latest/
|
||||
type: application
|
||||
version: 3.0.34
|
||||
version: 3.0.36
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# promtail
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Promtail is an agent which ships the contents of local logs to a Loki instance
|
||||
|
||||
@@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/truecharts/promtail
|
||||
tag: v2.6.1@sha256:5cb08b84c0fe2dd0eff2b22eae6b6e341191e79dba8d863eaaf38b8282870108
|
||||
tag: v2.6.1@sha256:e40671972c3ebdf7dc562b86c2f489418a03998daf44a72818e8243f9636f972
|
||||
|
||||
# controller:
|
||||
# # -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,26 @@
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.46](https://github.com/truecharts/apps/compare/redisinsight-0.0.12...redis-3.0.46) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296))
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.45](https://github.com/truecharts/apps/compare/redisinsight-0.0.12...redis-3.0.45) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.44](https://github.com/truecharts/apps/compare/redis-3.0.43...redis-3.0.44) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,10 +3,10 @@ appVersion: "7.0.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: Open source, advanced key-value store.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/dependency/redis
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/dependency/redis
|
||||
icon: https://truecharts.org/img/chart-icons/redis.png
|
||||
keywords:
|
||||
- redis
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
type: application
|
||||
version: 3.0.44
|
||||
version: 3.0.46
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# redis
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Open source, advanced key-value store.
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/redis
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v7.0.4@sha256:7bfc6e94efebcd62bae37d9960ff22fb95d22567f9db735c899afb12d9eb058d
|
||||
tag: v7.0.4@sha256:856245139ac65532c162ec3adf153d656f50d4e8ff500a84ff5dc97eb6079bd5
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.20](https://github.com/truecharts/apps/compare/solr-0.0.19...solr-0.0.20) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.4.8 ([#3296](https://github.com/truecharts/apps/issues/3296))
|
||||
- update docker general non-major ([#3298](https://github.com/truecharts/apps/issues/3298))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.19](https://github.com/truecharts/apps/compare/solr-0.0.18...solr-0.0.19) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,10 +3,10 @@ appVersion: "9.0.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: Apache Solr
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/dependency/solr
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/dependency/solr
|
||||
icon: https://truecharts.org/img/chart-icons/solr.png
|
||||
keywords:
|
||||
- solr
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/apache/solr
|
||||
- https://hub.docker.com/r/bitnami/solr/
|
||||
type: application
|
||||
version: 0.0.19
|
||||
version: 0.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- search
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# solr
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Apache Solr
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/solr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v9.0.0@sha256:38f2a7130df938b3efd05e1cc16be3cbecdf0016f0ce095c7c5ce1a9e02b949d
|
||||
tag: v9.0.0@sha256:cb9584e40cf14889b66a841bffc0333c9cb0c5cc3c74e6fcdb825dada20ab8ff
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [acestream-0.0.14](https://github.com/truecharts/apps/compare/acestream-0.0.13...acestream-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-0.0.13](https://github.com/truecharts/apps/compare/acestream-0.0.12...acestream-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-0.0.12](https://github.com/truecharts/apps/compare/acestream-0.0.11...acestream-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,10 +7,10 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: "Acestream-engine\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/acestream
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/acestream
|
||||
icon: https://truecharts.org/img/chart-icons/acestream.png
|
||||
keywords:
|
||||
- acestream
|
||||
@@ -25,4 +25,4 @@ sources:
|
||||
- https://github.com/vstavrinov/acestream-service
|
||||
- https://hub.docker.com/r/vstavrinov/acestream-service
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# acestream
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Acestream-engine
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/acestream
|
||||
tag: latest
|
||||
tag: latest@sha256:c2e5f59fc6456c761056c9d8fae7e389d275dc9b3e7b94467ddcd632bb2bcb19
|
||||
persistence:
|
||||
acestreamcache:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [actualserver-0.0.14](https://github.com/truecharts/apps/compare/actualserver-0.0.13...actualserver-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [actualserver-0.0.13](https://github.com/truecharts/apps/compare/actualserver-0.0.12...actualserver-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [actualserver-0.0.12](https://github.com/truecharts/apps/compare/actualserver-0.0.11...actualserver-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,13 +7,13 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description:
|
||||
"Actual is a super fast privacy-focused app for managing your finances.\
|
||||
\ You own your data and it will sync it across all devices with optional end-to-end\
|
||||
\ encryption..\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/actualserver
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/actualserver
|
||||
icon: https://truecharts.org/img/chart-icons/actualserver.png
|
||||
keywords:
|
||||
- actualserver
|
||||
@@ -28,4 +28,4 @@ sources:
|
||||
- https://github.com/Kippenhof/docker-templates
|
||||
- https://hub.docker.com/r/kippenhof/actual-server
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# actualserver
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Actual is a super fast privacy-focused app for managing your finances. You own your data and it will sync it across all devices with optional end-to-end encryption..
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/actualserver
|
||||
tag: latest
|
||||
tag: latest@sha256:8af9fd4323b234d9eb38672113f99e822861bef9aa8cef4ccc00792a0055396e
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
@@ -2,6 +2,35 @@
|
||||
|
||||
|
||||
|
||||
## [adguard-home-1.0.26](https://github.com/truecharts/apps/compare/adguard-home-1.0.25...adguard-home-1.0.26) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguard-home-1.0.25](https://github.com/truecharts/apps/compare/adguard-home-1.0.24...adguard-home-1.0.25) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguard-home-1.0.25](https://github.com/truecharts/apps/compare/adguard-home-1.0.24...adguard-home-1.0.25) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3295](https://github.com/truecharts/apps/issues/3295))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguard-home-1.0.24](https://github.com/truecharts/apps/compare/adguard-home-1.0.23...adguard-home-1.0.24) (2022-07-23)
|
||||
|
||||
|
||||
@@ -3,9 +3,9 @@ appVersion: "0.107.8"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
description: Free and open source, powerful network-wide ads & trackers blocking DNS server.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/incubator/adguard-home
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/adguard-home
|
||||
icon: https://truecharts.org/img/chart-icons/adguard-home.png
|
||||
keywords:
|
||||
- adblock
|
||||
@@ -18,7 +18,7 @@ maintainers:
|
||||
name: adguard-home
|
||||
sources:
|
||||
- https://hub.docker.com/r/adguard/adguardhome
|
||||
version: 1.0.24
|
||||
version: 1.0.26
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# adguard-home
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
Free and open source, powerful network-wide ads & trackers blocking DNS server.
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/adguard-home
|
||||
tag: v0.107.8@sha256:957594738edf5df3ae8cda0ef2b99a5594af65efba4c8a9b6c153a65e7b0fc2b
|
||||
tag: v0.107.8@sha256:b4e36ff9e4e2e172827b2caae72d99528c92c8c0481c09c17704a18416bc08b3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
securityContext:
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
# Changelog
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-0.0.14](https://github.com/truecharts/apps/compare/adguardhome-sync-0.0.13...adguardhome-sync-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-0.0.13](https://github.com/truecharts/apps/compare/adguardhome-sync-0.0.12...adguardhome-sync-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
@@ -7,12 +7,12 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description:
|
||||
Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool
|
||||
to synchronize AdGuardHome config to replica instances.
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/adguardhome-sync
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync
|
||||
icon: https://truecharts.org/img/chart-icons/adguardhome-sync.png
|
||||
keywords:
|
||||
- adguardhome-sync
|
||||
@@ -28,4 +28,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.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# adguardhome-sync
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Adguardhome-sync(https://github.com/bakito/adguardhome-sync/) is a tool to synchronize AdGuardHome config to replica instances.
|
||||
|
||||
@@ -25,7 +25,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/adguardhome-sync
|
||||
tag: latest
|
||||
tag: latest@sha256:283436a086ee17ff2ed44f814e366c1158d3a1c454b14e5cf5b1c2c6bde5bcbd
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [adminer-0.0.14](https://github.com/truecharts/apps/compare/adminer-0.0.13...adminer-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [adminer-0.0.13](https://github.com/truecharts/apps/compare/adminer-0.0.12...adminer-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [adminer-0.0.12](https://github.com/truecharts/apps/compare/adminer-0.0.11...adminer-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,14 +7,14 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description:
|
||||
"Adminer (formerly phpMinAdmin) is a full-featured database management\
|
||||
\ tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready\
|
||||
\ to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite,\
|
||||
\ MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/adminer
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/adminer
|
||||
icon: https://truecharts.org/img/chart-icons/adminer.png
|
||||
keywords:
|
||||
- adminer
|
||||
@@ -29,4 +29,4 @@ sources:
|
||||
- https://github.com/vrana/adminer
|
||||
- http://hub.docker.com/_/adminer/
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# adminer
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB.
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/adminer
|
||||
tag: latest
|
||||
tag: latest@sha256:80bc778019afe25e71152f68659f82cdc00d9d0d5c4a85bc525f1f6f30b332d9
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-0.0.14](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.13...alienswarm-reactivedrop-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-0.0.13](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.12...alienswarm-reactivedrop-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-0.0.12](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.11...alienswarm-reactivedrop-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,13 +7,13 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description:
|
||||
"This Docker will download and install SteamCMD. It will also install\
|
||||
\ Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems\
|
||||
\ with less than 32 CPU cores!!!) \r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm-reactivedrop
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm-reactivedrop
|
||||
icon: https://truecharts.org/img/chart-icons/alienswarm-reactivedrop.png
|
||||
keywords:
|
||||
- alienswarm-reactivedrop
|
||||
@@ -28,4 +28,4 @@ sources:
|
||||
- https://www.steampowered.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# alienswarm-reactivedrop
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
This Docker will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it. (!!!This container will only run on systems with less than 32 CPU cores!!!)
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/alienswarm-reactivedrop
|
||||
tag: latest
|
||||
tag: latest@sha256:70c12df15768281855c158201cdcf9b1cc828b85f17d849715811d21b2bdb9e8
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [alienswarm-0.0.14](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.13...alienswarm-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-0.0.13](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.12...alienswarm-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-0.0.12](https://github.com/truecharts/apps/compare/alienswarm-reactivedrop-0.0.11...alienswarm-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,12 +7,12 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description:
|
||||
"This Docker will download and install SteamCMD. It will also install\
|
||||
\ Alien Swarm and run it.\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/alienswarm
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm
|
||||
icon: https://truecharts.org/img/chart-icons/alienswarm.png
|
||||
keywords:
|
||||
- alienswarm
|
||||
@@ -27,4 +27,4 @@ sources:
|
||||
- https://www.steampowered.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# alienswarm
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
This Docker will download and install SteamCMD. It will also install Alien Swarm and run it.
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/alienswarm
|
||||
tag: latest
|
||||
tag: latest@sha256:854ecf0ff4ee413bd325cf2b595f17f40792fb3af99b49b292a3fa77e1d93293
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [altitude-0.0.14](https://github.com/truecharts/apps/compare/altitude-0.0.13...altitude-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [altitude-0.0.13](https://github.com/truecharts/apps/compare/altitude-0.0.12...altitude-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [altitude-0.0.12](https://github.com/truecharts/apps/compare/altitude-0.0.11...altitude-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,10 +7,10 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: "This Docker will download and install Altitude and run it.\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/altitude
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/altitude
|
||||
icon: https://truecharts.org/img/chart-icons/altitude.png
|
||||
keywords:
|
||||
- altitude
|
||||
@@ -25,4 +25,4 @@ sources:
|
||||
- https://www.steampowered.com/
|
||||
- https://hub.docker.com/r/ich777/altitude/
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# altitude
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
This Docker will download and install Altitude and run it.
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/altitude
|
||||
tag: latest
|
||||
tag: latest@sha256:490f93d7e54764f7cbe7350739f42ce65449de688f01ca5fe91f002fde8c7198
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-0.0.14](https://github.com/truecharts/apps/compare/americasarmy-pg-0.0.13...americasarmy-pg-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-0.0.13](https://github.com/truecharts/apps/compare/americasarmy-pg-0.0.12...americasarmy-pg-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-0.0.12](https://github.com/truecharts/apps/compare/americasarmy-pg-0.0.11...americasarmy-pg-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,12 +7,12 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description:
|
||||
"This Docker will download and install SteamCMD. It will also install\
|
||||
\ America's Army: Proving Grounds and run it.\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/americasarmy-pg
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg
|
||||
icon: https://truecharts.org/img/chart-icons/americasarmy-pg.png
|
||||
keywords:
|
||||
- americasarmy-pg
|
||||
@@ -27,4 +27,4 @@ sources:
|
||||
- https://www.americasarmy.com/
|
||||
- https://hub.docker.com/r/ich777/steamcmd/
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# americasarmy-pg
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
This Docker will download and install SteamCMD. It will also install America's Army: Proving Grounds and run it.
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/americasarmy-pg
|
||||
tag: latest
|
||||
tag: latest@sha256:c8b0a973e2303406ae3daeb2ff63f9ef65d7f5ef7af92da4e1bc6bed4ecac920
|
||||
persistence:
|
||||
serverfiles:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [amtd-0.0.14](https://github.com/truecharts/apps/compare/amtd-0.0.13...amtd-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [amtd-0.0.13](https://github.com/truecharts/apps/compare/amtd-0.0.12...amtd-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [amtd-0.0.12](https://github.com/truecharts/apps/compare/amtd-0.0.11...amtd-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -8,14 +8,14 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description:
|
||||
"Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script
|
||||
to automatically download movie trailers for use in media applications
|
||||
|
||||
"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/amtd
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/amtd
|
||||
icon: https://truecharts.org/img/chart-icons/amtd.png
|
||||
keywords:
|
||||
- amtd
|
||||
@@ -31,4 +31,4 @@ sources:
|
||||
- https://github.com/RandomNinjaAtk/docker-amtd
|
||||
- https://hub.docker.com/r/randomninjaatk/amtd
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# amtd
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Automated Movie Trailer Downloader :: AMTD is a Radarr Companion script to automatically download movie trailers for use in media applications
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/amtd
|
||||
tag: latest
|
||||
tag: latest@sha256:8ff3d9b1a4b5954434b7797f43cbd5eafff85909f6a8efce9a0673126db6c45f
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [amule-0.0.14](https://github.com/truecharts/apps/compare/amule-0.0.13...amule-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [amule-0.0.13](https://github.com/truecharts/apps/compare/amule-0.0.12...amule-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [amule-0.0.12](https://github.com/truecharts/apps/compare/amule-0.0.11...amule-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -9,10 +9,10 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description: "DESCRIPTION\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/amule
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/amule
|
||||
icon: https://truecharts.org/img/chart-icons/amule.png
|
||||
keywords:
|
||||
- amule
|
||||
@@ -29,4 +29,4 @@ sources:
|
||||
- https://github.com/t-chab/dockerfiles
|
||||
- https://hub.docker.com/r/tchabaud/amule
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# amule
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
DESCRIPTION
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/amule
|
||||
tag: latest
|
||||
tag: latest@sha256:08ac5dd2895ac3ebbee27dbee5ddff5cdbd1fc36624aff0651976d5eee52b217
|
||||
persistence:
|
||||
storagecomplete:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [amvd-0.0.14](https://github.com/truecharts/apps/compare/amvd-0.0.13...amvd-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [amvd-0.0.13](https://github.com/truecharts/apps/compare/amvd-0.0.12...amvd-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [amvd-0.0.12](https://github.com/truecharts/apps/compare/amvd-0.0.11...amvd-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -8,12 +8,12 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
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://github.com/truecharts/apps/tree/master/charts/stable/amvd
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/amvd
|
||||
icon: https://truecharts.org/img/chart-icons/amvd.png
|
||||
keywords:
|
||||
- amvd
|
||||
@@ -29,4 +29,4 @@ sources:
|
||||
- https://github.com/RandomNinjaAtk/docker-amvd
|
||||
- https://hub.docker.com/r/randomninjaatk/amvd
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# amvd
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Automated Music Video Downloader :: AMVD is a Lidarr Companion script to automatically download and tag Music Videos for use in various media applications
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/amvd
|
||||
tag: latest
|
||||
tag: latest@sha256:e6544d01627431594331df714e02586fb3a76969487ef89aab240bab66dcc132
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [android-8-0-0.0.14](https://github.com/truecharts/apps/compare/android-8-0-0.0.13...android-8-0-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-0.0.13](https://github.com/truecharts/apps/compare/android-8-0-0.0.12...android-8-0-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-0.0.12](https://github.com/truecharts/apps/compare/android-8-0-0.0.11...android-8-0-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,13 +7,13 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description:
|
||||
Android in docker 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://github.com/truecharts/apps/tree/master/charts/stable/android-8-0
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0
|
||||
icon: https://truecharts.org/img/chart-icons/android-8-0.png
|
||||
keywords:
|
||||
- android-8-0
|
||||
@@ -27,4 +27,4 @@ name: android-8-0
|
||||
sources:
|
||||
- https://registry.hub.docker.com/r/ulisses1478/docker-android
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# android-8-0
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Android in docker 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.
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ env: {}
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/android-8-0
|
||||
tag: latest
|
||||
tag: latest@sha256:32ab07428140a0a3dafc5adee79a317b5eeb2ca276b203fd87def84c376ae19c
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-0.0.14](https://github.com/truecharts/apps/compare/androiddebugbridge-0.0.13...androiddebugbridge-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-0.0.13](https://github.com/truecharts/apps/compare/androiddebugbridge-0.0.12...androiddebugbridge-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-0.0.12](https://github.com/truecharts/apps/compare/androiddebugbridge-0.0.11...androiddebugbridge-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,12 +7,12 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description:
|
||||
"Control AndroidTV/FireTV devices through ADB from the Home Assistant\
|
||||
\ Core docker image.\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/androiddebugbridge
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/androiddebugbridge
|
||||
icon: https://truecharts.org/img/chart-icons/androiddebugbridge.png
|
||||
keywords:
|
||||
- androiddebugbridge
|
||||
@@ -27,4 +27,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.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# androiddebugbridge
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Control AndroidTV/FireTV devices through ADB from the Home Assistant Core docker image.
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/androiddebugbridge
|
||||
tag: latest
|
||||
tag: latest@sha256:b38fa873a88c9b04f37e918dbdc65f435140eaacef5650c1e2e011fd4814d00d
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [anope-0.0.14](https://github.com/truecharts/apps/compare/anope-0.0.13...anope-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-0.0.13](https://github.com/truecharts/apps/compare/anope-0.0.12...anope-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-0.0.12](https://github.com/truecharts/apps/compare/anope-0.0.11...anope-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -9,12 +9,12 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
deprecated: false
|
||||
description:
|
||||
"Anope is a set of IRC Services designed for flexibility and ease of\
|
||||
\ use.\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/anope
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/anope
|
||||
icon: https://truecharts.org/img/chart-icons/anope.png
|
||||
keywords:
|
||||
- anope
|
||||
@@ -31,4 +31,4 @@ sources:
|
||||
- https://thelounge.chat/
|
||||
- https://hub.docker.com/r/ich777/anope
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# anope
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Anope is a set of IRC Services designed for flexibility and ease of use.
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/anope
|
||||
tag: latest
|
||||
tag: latest@sha256:2159e379f1db579a89487f3c43ff2d27e4907a98860756fae1929f95821fccfa
|
||||
persistence:
|
||||
datapath:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,29 @@
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-0.0.14](https://github.com/truecharts/apps/compare/apache-webdav-0.0.13...apache-webdav-0.0.14) (2022-07-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update home links ([#3291](https://github.com/truecharts/apps/issues/3291))
|
||||
- update helm general non-major helm releases ([#3302](https://github.com/truecharts/apps/issues/3302))
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-0.0.13](https://github.com/truecharts/apps/compare/apache-webdav-0.0.12...apache-webdav-0.0.13) (2022-07-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update docker general non-major ([#3300](https://github.com/truecharts/apps/issues/3300))
|
||||
|
||||
### Chore
|
||||
|
||||
- add fake digest to new incubator Apps to fetch digests
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-0.0.12](https://github.com/truecharts/apps/compare/apache-webdav-0.0.11...apache-webdav-0.0.12) (2022-07-23)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,13 +7,13 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.4.7
|
||||
version: 10.4.8
|
||||
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.\r\
|
||||
\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/apache-webdav
|
||||
home: https://github.com/truecharts/charts/tree/master/charts/incubator/apache-webdav
|
||||
icon: https://truecharts.org/img/chart-icons/apache-webdav.png
|
||||
keywords:
|
||||
- apache-webdav
|
||||
@@ -28,4 +28,4 @@ sources:
|
||||
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
|
||||
- https://github.com/mgutt/docker-apachewebdav
|
||||
type: application
|
||||
version: 0.0.12
|
||||
version: 0.0.14
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# apache-webdav
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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.
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.4.7 |
|
||||
| https://library-charts.truecharts.org | common | 10.4.8 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user