Compare commits
62 Commits
adminer-0.
...
adminer-0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0b19f4993 | ||
|
|
e6463bbe63 | ||
|
|
5705e708fb | ||
|
|
59e1d762e2 | ||
|
|
75b7cdc959 | ||
|
|
230ea7c144 | ||
|
|
030f40f49f | ||
|
|
cbd45804cc | ||
|
|
494ac26170 | ||
|
|
d5e2f150fd | ||
|
|
f20e81d5f7 | ||
|
|
58ac4b2b0e | ||
|
|
b000f15a80 | ||
|
|
f09d1e1991 | ||
|
|
2c35826d5c | ||
|
|
96921b16e5 | ||
|
|
2a0aff4026 | ||
|
|
849f37e9d9 | ||
|
|
d8e4e05070 | ||
|
|
be6ec1c25e | ||
|
|
b17e6ff8b9 | ||
|
|
f4c69d22c5 | ||
|
|
5ae60cd553 | ||
|
|
9737b71daf | ||
|
|
65288b1c3d | ||
|
|
096b77b25e | ||
|
|
4f1d3eee61 | ||
|
|
93cbba6491 | ||
|
|
0399acb0d9 | ||
|
|
01f79b1fcb | ||
|
|
42614bad5e | ||
|
|
661e54a1cb | ||
|
|
fc451024cd | ||
|
|
ccd6f30742 | ||
|
|
77579f821d | ||
|
|
a6c8583a51 | ||
|
|
3731795e67 | ||
|
|
7c91710b11 | ||
|
|
365c7cf220 | ||
|
|
9dc9d3e71a | ||
|
|
74ea718fc4 | ||
|
|
993dbcba29 | ||
|
|
616f57377a | ||
|
|
9d58935132 | ||
|
|
7a8e58496e | ||
|
|
9ffda7dbb7 | ||
|
|
13a70fbade | ||
|
|
5293a26245 | ||
|
|
917060abe7 | ||
|
|
6b3177caa2 | ||
|
|
88f4f011a3 | ||
|
|
dd91adfe27 | ||
|
|
154fdd27e1 | ||
|
|
a1b0b90b76 | ||
|
|
0704c3b4bb | ||
|
|
952fa7491e | ||
|
|
7e704c9945 | ||
|
|
9783dd2bb7 | ||
|
|
6761b1362d | ||
|
|
2ec0b2eec8 | ||
|
|
9becaa3494 | ||
|
|
3f641f2677 |
5
.github/renovate.json5
vendored
5
.github/renovate.json5
vendored
@@ -173,6 +173,11 @@
|
||||
"versioning": "regex:^v(?<major>\\d{2})(?<minor>\\d{2})(?<patch>\\d{2})$",
|
||||
"matchPackageNames": ["tccr.io/truecharts/photoprism"],
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^v(?<major>\\d{4})-(?<minor>\\d{2})$",
|
||||
"matchPackageNames": ["tccr.io/truecharts/rss-bridge"],
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["docker"],
|
||||
"versioning": "regex:^v(?<major>\\d{1})(?<minor>\\d{1})(?<patch>\\d{2})$",
|
||||
|
||||
12
.github/workflows/charts-lint.yaml
vendored
12
.github/workflows/charts-lint.yaml
vendored
@@ -119,7 +119,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
@@ -153,7 +153,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
@@ -187,7 +187,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
@@ -221,7 +221,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
@@ -255,7 +255,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
@@ -289,7 +289,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
|
||||
12
.github/workflows/charts-test.yaml
vendored
12
.github/workflows/charts-test.yaml
vendored
@@ -152,7 +152,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
@@ -195,7 +195,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
@@ -239,7 +239,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
@@ -282,7 +282,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
@@ -325,7 +325,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
@@ -368,7 +368,7 @@ jobs:
|
||||
helmv3
|
||||
helm: "3.8.0"
|
||||
|
||||
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # tag=v4
|
||||
- uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # tag=v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
|
||||
@@ -29,12 +29,12 @@ jobs:
|
||||
|
||||
- name: Read the pr_number file
|
||||
id: pr_num_reader
|
||||
uses: juliangruber/read-file-action@ebfa650188272343fef925480eb4d18c5d49b925 # tag=v1.1.4
|
||||
uses: juliangruber/read-file-action@776c348f7f0b7fd4887b4446ef9561beb88a1fea # tag=v1.1.5
|
||||
with:
|
||||
path: ./pr_metadata/pr_number.txt
|
||||
|
||||
- name: "Get workflow job status"
|
||||
uses: actions/github-script@7dff1a87643417cf3b95bb10b29f4c4bc60d8ebd # tag=v6
|
||||
uses: actions/github-script@100527700e8b29ca817ac0e0dfbfc5e8ff38edda # tag=v6
|
||||
id: get-workflow-jobs
|
||||
with:
|
||||
github-token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
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@40bf6966c29932deae40b0cb5a71c24c61ba5432 # tag=v32.221.1
|
||||
uses: renovatebot/github-action@51b477f3aa2e374a2f0ed5540c22ab9fc7bb35af # tag=v32.234.2
|
||||
with:
|
||||
configurationFile: .github/renovate-config.js
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
2
.github/workflows/stale.yaml
vendored
2
.github/workflows/stale.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check for stale issues and PRs
|
||||
uses: actions/stale@3de2653986ebd134983c79fe2be5d45cc3d9f4e1 # tag=v6
|
||||
uses: actions/stale@5ebf00ea0e4c1561e9b43a292ed34424fb1d4578 # tag=v6
|
||||
with:
|
||||
repo-token: ${{ secrets.BOT_TOKEN }}
|
||||
days-before-issue-stale: 180
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [clickhouse-1.0.36](https://github.com/truecharts/charts/compare/clickhouse-1.0.35...clickhouse-1.0.36) (2022-10-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063))
|
||||
|
||||
|
||||
|
||||
|
||||
## [clickhouse-1.0.35](https://github.com/truecharts/charts/compare/clickhouse-1.0.34...clickhouse-1.0.35) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "22.9.3.18"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.11
|
||||
version: 10.7.0
|
||||
deprecated: false
|
||||
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
|
||||
home: https://truecharts.org/docs/charts/dependency/clickhouse
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://clickhouse.com/
|
||||
- https://hub.docker.com/r/yandex/clickhouse-server
|
||||
type: application
|
||||
version: 1.0.35
|
||||
version: 1.0.36
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.52](https://github.com/truecharts/charts/compare/collabora-online-12.1.51...collabora-online-12.1.52) (2022-10-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063))
|
||||
|
||||
|
||||
|
||||
|
||||
## [collabora-online-12.1.51](https://github.com/truecharts/charts/compare/collabora-online-12.1.50...collabora-online-12.1.51) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "22.05.6.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.11
|
||||
version: 10.7.0
|
||||
deprecated: false
|
||||
description: "An awesome Online Office suite."
|
||||
home: https://truecharts.org/docs/charts/dependency/collabora-online
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://sdk.collaboraonline.com/contents.html
|
||||
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
|
||||
type: application
|
||||
version: 12.1.51
|
||||
version: 12.1.52
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- office
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,36 @@
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.92](https://github.com/truecharts/charts/compare/mariadb-3.0.91...mariadb-3.0.92) (2022-10-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.91](https://github.com/truecharts/charts/compare/mariadb-3.0.90...mariadb-3.0.91) (2022-10-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.90](https://github.com/truecharts/charts/compare/mariadb-3.0.89...mariadb-3.0.90) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [mariadb-3.0.89](https://github.com/truecharts/charts/compare/mariadb-3.0.88...mariadb-3.0.89) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "10.9.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.11
|
||||
version: 10.7.0
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
home: https://truecharts.org/docs/charts/dependency/mariadb
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 3.0.90
|
||||
version: 3.0.92
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.9.3@sha256:09bd7de6f95d7c8a7eb7176cb893ff438e33c0c6d690d63bd7fdc8ce5a6cb612
|
||||
tag: 10.9.3@sha256:ffcec18dfd8c10515733d6972e0bb0d9624c65248c892bc90dc7ea125770ed61
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,36 @@
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.93](https://github.com/truecharts/charts/compare/memcached-3.0.92...memcached-3.0.93) (2022-10-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070))
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.92](https://github.com/truecharts/charts/compare/memcached-3.0.91...memcached-3.0.92) (2022-10-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063))
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.91](https://github.com/truecharts/charts/compare/memcached-3.0.90...memcached-3.0.91) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [memcached-3.0.90](https://github.com/truecharts/charts/compare/memcached-3.0.89...memcached-3.0.90) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.6.17"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.11
|
||||
version: 10.7.0
|
||||
deprecated: false
|
||||
description: Memcached is a memory-backed database caching solution
|
||||
home: https://truecharts.org/docs/charts/dependency/memcached
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-memcached
|
||||
- http://memcached.org/
|
||||
type: application
|
||||
version: 3.0.91
|
||||
version: 3.0.93
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/memcached
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.6.17@sha256:3af5c17354833811d0739071c6a691b0876042f1de7da5388e03017d7767dcd6
|
||||
tag: 1.6.17@sha256:bddaa3cec449b51a0ede37ba4660e3376f9eb8f5d577dcaae98a4a5e2ace0854
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -2,6 +2,36 @@
|
||||
|
||||
|
||||
|
||||
## [mongodb-2.0.32](https://github.com/truecharts/charts/compare/mongodb-2.0.31...mongodb-2.0.32) (2022-10-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-2.0.31](https://github.com/truecharts/charts/compare/mongodb-2.0.30...mongodb-2.0.31) (2022-10-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063))
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-2.0.30](https://github.com/truecharts/charts/compare/mongodb-2.0.29...mongodb-2.0.30) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [mongodb-2.0.29](https://github.com/truecharts/charts/compare/mongodb-2.0.28...mongodb-2.0.29) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "6.0.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.11
|
||||
version: 10.7.0
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
home: https://truecharts.org/docs/charts/dependency/mongodb
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://www.mongodb.com
|
||||
type: application
|
||||
version: 2.0.30
|
||||
version: 2.0.32
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mongodb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 6.0.2@sha256:9a4d0687a286d80bc41bdc0149222e6722bff9e6fec7913dc876f4d16722e91f
|
||||
tag: 6.0.2@sha256:ff8d371e708683f3f95cbb41e70bca836b33d105bc0bec8ca8d15c6348444e93
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,36 @@
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.97](https://github.com/truecharts/charts/compare/postgresql-8.0.96...postgresql-8.0.97) (2022-10-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.96](https://github.com/truecharts/charts/compare/postgresql-8.0.95...postgresql-8.0.96) (2022-10-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063))
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.95](https://github.com/truecharts/charts/compare/postgresql-8.0.94...postgresql-8.0.95) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [postgresql-8.0.94](https://github.com/truecharts/charts/compare/postgresql-8.0.93...postgresql-8.0.94) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "14.5.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.11
|
||||
version: 10.7.0
|
||||
deprecated: false
|
||||
description: PostgresSQL
|
||||
home: https://truecharts.org/docs/charts/dependency/postgresql
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 8.0.95
|
||||
version: 8.0.97
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/postgresql
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 14.5.0@sha256:b6aba0f32e2dd529a7e9d30963ce0f2d9c07e8a986a82fd42994c7616f664765
|
||||
tag: 14.5.0@sha256:4457807863245f7488b02af2a36694b6ee5608eb5e212aba11553bfb78e3014d
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,16 @@
|
||||
|
||||
|
||||
|
||||
## [promtail-3.0.59](https://github.com/truecharts/charts/compare/promtail-3.0.58...promtail-3.0.59) (2022-10-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063))
|
||||
|
||||
|
||||
|
||||
|
||||
## [promtail-3.0.58](https://github.com/truecharts/charts/compare/promtail-3.0.57...promtail-3.0.58) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "2.6.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.11
|
||||
version: 10.7.0
|
||||
deprecated: false
|
||||
description: Promtail is an agent which ships the contents of local logs to a Loki instance
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/promtail.png
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://grafana.com/oss/loki/
|
||||
- https://grafana.com/docs/loki/latest/
|
||||
type: application
|
||||
version: 3.0.58
|
||||
version: 3.0.59
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,35 @@
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.94](https://github.com/truecharts/charts/compare/redis-3.0.93...redis-3.0.94) (2022-10-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.93](https://github.com/truecharts/charts/compare/redisinsight-0.0.30...redis-3.0.93) (2022-10-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063))
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.92](https://github.com/truecharts/charts/compare/redis-3.0.91...redis-3.0.92) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [redis-3.0.91](https://github.com/truecharts/charts/compare/redisinsight-0.0.29...redis-3.0.91) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "7.0.5"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.11
|
||||
version: 10.7.0
|
||||
deprecated: false
|
||||
description: Open source, advanced key-value store.
|
||||
home: https://truecharts.org/docs/charts/dependency/redis
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
type: application
|
||||
version: 3.0.92
|
||||
version: 3.0.94
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/redis
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 7.0.5@sha256:ca3d256ad9a484c1238ff0a3aa66ed719db7c161f5e369039c75dd4293a75328
|
||||
tag: 7.0.5@sha256:265c2a7c1eaa6554c845ca4624fa08118adb6b5eb39b4dbff98a5bed8023d3a5
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
||||
@@ -2,6 +2,49 @@
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.64](https://github.com/truecharts/charts/compare/solr-0.0.63...solr-0.0.64) (2022-10-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4070](https://github.com/truecharts/charts/issues/4070))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.63](https://github.com/truecharts/charts/compare/solr-0.0.62...solr-0.0.63) (2022-10-10)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm chart common to v10.7.0 ([#4063](https://github.com/truecharts/charts/issues/4063))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.62](https://github.com/truecharts/charts/compare/solr-0.0.61...solr-0.0.62) (2022-10-09)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
|
||||
### Fix
|
||||
|
||||
- fix solr ulr ([#4040](https://github.com/truecharts/charts/issues/4040))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.61](https://github.com/truecharts/charts/compare/solr-0.0.60...solr-0.0.61) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-0.0.60](https://github.com/truecharts/charts/compare/solr-0.0.59...solr-0.0.60) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "9.0.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.11
|
||||
version: 10.7.0
|
||||
deprecated: false
|
||||
description: Apache Solr
|
||||
home: https://truecharts.org/docs/charts/dependency/solr
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/apache/solr
|
||||
- https://hub.docker.com/r/bitnami/solr/
|
||||
type: application
|
||||
version: 0.0.61
|
||||
version: 0.0.64
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- search
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
| https://library-charts.truecharts.org | common | 10.7.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
# Include{groups}
|
||||
portals:
|
||||
open:
|
||||
# Include{portalLink}
|
||||
questions:
|
||||
# Include{global}
|
||||
# Include{controller}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/solr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v9.0.0@sha256:d311b44e1bfe89c4129a78d54f05e3c5ad1f7678204cf63fc70c8c971bd7f87f
|
||||
tag: v9.0.0@sha256:d77c8d8a0c6eb95d4d20ea99ae9cfd3e8f323df44dab430c77071c21807a7d2f
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
@@ -137,4 +137,4 @@ env:
|
||||
key: "solr-password"
|
||||
|
||||
portal:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [blocky-1.1.3](https://github.com/truecharts/charts/compare/blocky-1.1.2...blocky-1.1.3) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [blocky-1.1.3](https://github.com/truecharts/charts/compare/blocky-1.1.2...blocky-1.1.3) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [blocky-1.1.2](https://github.com/truecharts/charts/compare/blocky-1.1.1...blocky-1.1.2) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,11 +3,11 @@ appVersion: "0.19"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://charts.truecharts.org
|
||||
version: 3.0.90
|
||||
version: 3.0.94
|
||||
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.2
|
||||
version: 1.1.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -25,8 +25,8 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://charts.truecharts.org | redis | 3.0.90 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://charts.truecharts.org | redis | 3.0.92 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [metallb-4.0.15](https://github.com/truecharts/charts/compare/metallb-4.0.14...metallb-4.0.15) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [metallb-4.0.15](https://github.com/truecharts/charts/compare/metallb-4.0.14...metallb-4.0.15) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [metallb-4.0.14](https://github.com/truecharts/charts/compare/metallb-4.0.13...metallb-4.0.14) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -10,10 +10,10 @@ keywords:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
- name: metallb
|
||||
repository: https://metallb.github.io/metallb
|
||||
version: 0.13.5
|
||||
version: 0.13.6
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/metallb/metallb
|
||||
- https://metallb.universe.tf
|
||||
type: application
|
||||
version: 4.0.14
|
||||
version: 4.0.16
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
| https://metallb.github.io/metallb | metallb | 0.13.5 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [acestream-0.0.28](https://github.com/truecharts/charts/compare/acestream-0.0.27...acestream-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-0.0.28](https://github.com/truecharts/charts/compare/acestream-0.0.27...acestream-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [acestream-0.0.27](https://github.com/truecharts/charts/compare/acestream-0.0.26...acestream-0.0.27) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.27
|
||||
version: 0.0.29
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [actualserver-0.0.31](https://github.com/truecharts/charts/compare/actualserver-0.0.30...actualserver-0.0.31) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [actualserver-0.0.31](https://github.com/truecharts/charts/compare/actualserver-0.0.30...actualserver-0.0.31) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [actualserver-0.0.30](https://github.com/truecharts/charts/compare/actualserver-0.0.29...actualserver-0.0.30) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.0.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
deprecated: false
|
||||
description: "Actual is a super fast privacy-focused app for managing your finances."
|
||||
home: https://truecharts.org/docs/charts/incubator/actualserver
|
||||
@@ -26,4 +26,4 @@ annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- finance
|
||||
version: 0.0.30
|
||||
version: 0.0.32
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,37 @@
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-0.0.35](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.34...adguardhome-sync-0.0.35) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-0.0.35](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.34...adguardhome-sync-0.0.35) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-0.0.34](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.33...adguardhome-sync-0.0.34) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [adguardhome-sync-0.0.33](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.32...adguardhome-sync-0.0.33) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.34
|
||||
version: 0.0.36
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,38 @@
|
||||
|
||||
|
||||
|
||||
## [adminer-0.0.33](https://github.com/truecharts/charts/compare/adminer-0.0.31...adminer-0.0.33) (2022-10-08)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major ([#4030](https://github.com/truecharts/charts/issues/4030))
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [adminer-0.0.32](https://github.com/truecharts/charts/compare/adminer-0.0.31...adminer-0.0.32) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [adminer-0.0.31](https://github.com/truecharts/charts/compare/adminer-0.0.30...adminer-0.0.31) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update docker general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [adminer-0.0.30](https://github.com/truecharts/charts/compare/adminer-0.0.29...adminer-0.0.30) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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."
|
||||
home: https://truecharts.org/docs/charts/incubator/adminer
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://github.com/vrana/adminer
|
||||
- http://hub.docker.com/_/adminer/
|
||||
type: application
|
||||
version: 0.0.31
|
||||
version: 0.0.34
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/adminer
|
||||
tag: latest@sha256:e6c6863ada537a16154faa87f23f751bd488657d8d4a0d837cddd1e0f961ff6b
|
||||
tag: latest@sha256:0a694102365a4fc61b72fb63a96004dbd97a359b9454e85f288913c2fbcb9003
|
||||
persistence: {}
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-reactivedrop-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-reactivedrop-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-reactivedrop-0.0.27](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.26...alienswarm-reactivedrop-0.0.27) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.27
|
||||
version: 0.0.29
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [alienswarm-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-0.0.28](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.27...alienswarm-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [alienswarm-0.0.27](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.26...alienswarm-0.0.27) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.27
|
||||
version: 0.0.29
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [altitude-0.0.28](https://github.com/truecharts/charts/compare/altitude-0.0.27...altitude-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [altitude-0.0.28](https://github.com/truecharts/charts/compare/altitude-0.0.27...altitude-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [altitude-0.0.27](https://github.com/truecharts/charts/compare/altitude-0.0.26...altitude-0.0.27) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.27
|
||||
version: 0.0.29
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-0.0.28](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.27...americasarmy-pg-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-0.0.28](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.27...americasarmy-pg-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [americasarmy-pg-0.0.27](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.26...americasarmy-pg-0.0.27) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.27
|
||||
version: 0.0.29
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [amtd-0.0.33](https://github.com/truecharts/charts/compare/amtd-0.0.32...amtd-0.0.33) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [amtd-0.0.33](https://github.com/truecharts/charts/compare/amtd-0.0.32...amtd-0.0.33) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [amtd-0.0.32](https://github.com/truecharts/charts/compare/amtd-0.0.31...amtd-0.0.32) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.32
|
||||
version: 0.0.34
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [amule-0.0.28](https://github.com/truecharts/charts/compare/amule-0.0.27...amule-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [amule-0.0.28](https://github.com/truecharts/charts/compare/amule-0.0.27...amule-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [amule-0.0.27](https://github.com/truecharts/charts/compare/amule-0.0.26...amule-0.0.27) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -9,7 +9,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.27
|
||||
version: 0.0.29
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [amvd-0.0.28](https://github.com/truecharts/charts/compare/amvd-0.0.27...amvd-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [amvd-0.0.28](https://github.com/truecharts/charts/compare/amvd-0.0.27...amvd-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [amvd-0.0.27](https://github.com/truecharts/charts/compare/amvd-0.0.26...amvd-0.0.27) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.27
|
||||
version: 0.0.29
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [android-8-0-0.0.28](https://github.com/truecharts/charts/compare/android-8-0-0.0.27...android-8-0-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-0.0.28](https://github.com/truecharts/charts/compare/android-8-0-0.0.27...android-8-0-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [android-8-0-0.0.27](https://github.com/truecharts/charts/compare/android-8-0-0.0.26...android-8-0-0.0.27) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.27
|
||||
version: 0.0.29
|
||||
|
||||
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-0.0.28](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.27...androiddebugbridge-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-0.0.28](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.27...androiddebugbridge-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [androiddebugbridge-0.0.27](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.26...androiddebugbridge-0.0.27) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.27
|
||||
version: 0.0.29
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [anki-sync-server-0.0.15](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.14...anki-sync-server-0.0.15) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [anki-sync-server-0.0.15](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.14...anki-sync-server-0.0.15) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [anki-sync-server-0.0.14](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.13...anki-sync-server-0.0.14) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "20220516"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.14
|
||||
version: 0.0.16
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [anope-0.0.28](https://github.com/truecharts/charts/compare/anope-0.0.27...anope-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-0.0.28](https://github.com/truecharts/charts/compare/anope-0.0.27...anope-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [anope-0.0.27](https://github.com/truecharts/charts/compare/anope-0.0.26...anope-0.0.27) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -9,7 +9,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.27
|
||||
version: 0.0.29
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-0.0.28](https://github.com/truecharts/charts/compare/apache-webdav-0.0.27...apache-webdav-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-0.0.28](https://github.com/truecharts/charts/compare/apache-webdav-0.0.27...apache-webdav-0.0.28) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [apache-webdav-0.0.27](https://github.com/truecharts/charts/compare/apache-webdav-0.0.26...apache-webdav-0.0.27) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.27
|
||||
version: 0.0.29
|
||||
|
||||
@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [apprise-api-0.0.35](https://github.com/truecharts/charts/compare/apprise-api-0.0.34...apprise-api-0.0.35) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-0.0.35](https://github.com/truecharts/charts/compare/apprise-api-0.0.34...apprise-api-0.0.35) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [apprise-api-0.0.34](https://github.com/truecharts/charts/compare/apprise-api-0.0.33...apprise-api-0.0.34) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 10.6.8
|
||||
version: 10.7.0
|
||||
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.34
|
||||
version: 0.0.36
|
||||
|
||||
@@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 10.6.8 |
|
||||
| https://library-charts.truecharts.org | common | 10.6.11 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ env:
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/apprise-api
|
||||
tag: latest@sha256:62477cd74668f9a62aad65d9e44313db2f6073008d5425e405c37f0080d22a26
|
||||
tag: latest@sha256:7329091acba2bb1e87e24e5b4a17f95c968fbc00b0eaf0cf396bb2d42879fac1
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
|
||||
@@ -2,6 +2,27 @@
|
||||
|
||||
|
||||
|
||||
## [appsmith-2.0.58](https://github.com/truecharts/charts/compare/appsmith-2.0.57...appsmith-2.0.58) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [appsmith-2.0.58](https://github.com/truecharts/charts/compare/appsmith-2.0.57...appsmith-2.0.58) (2022-10-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- Auto-update chart README [skip ci]
|
||||
- update helm general non-major
|
||||
|
||||
|
||||
|
||||
|
||||
## [appsmith-2.0.57](https://github.com/truecharts/charts/compare/appsmith-2.0.56...appsmith-2.0.57) (2022-10-05)
|
||||
|
||||
### Chore
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user