Compare commits

...

10 Commits

Author SHA1 Message Date
TrueCharts-Bot
e2f9996b18 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-07 11:45:00 +02:00
TrueCharts-Admin
a1bf9efe33 chore(deps): update docker general non-major 2022-10-07 11:45:00 +02:00
TrueCharts Bot
074b8809c6 chore(deps): update ghcr.io/truecharts/devcontainer:v2.6.0 docker digest to 5029ebe (#4025) 2022-10-07 12:31:20 +03:00
TrueCharts-Admin
ff10df9434 chore(deps): update renovatebot/github-action action to v32.221.1 2022-10-07 10:59:54 +02:00
truecharts-bot
f9b5738563 chore: Auto-update chart README [skip ci] 2022-10-07 05:42:24 +00:00
TrueCharts Bot
c14b166654 chore(deps): update helm chart common to v10.6.11 (#4021) 2022-10-07 08:37:37 +03:00
TrueCharts Bot
8e94d62a6c chore(deps): update renovatebot/github-action action to v32.221.0 (#4023) 2022-10-07 08:37:22 +03:00
TrueCharts Bot
77309e40c5 chore(deps): update github/codeql-action digest to 8075783 (#4020) 2022-10-07 08:37:12 +03:00
TrueCharts Bot
187edbc862 chore(deps): update helm chart common to v10.6.11 (#4022) 2022-10-07 08:37:02 +03:00
truecharts-bot
4cb54af1ba chore: Auto-update chart README [skip ci] 2022-10-06 12:47:55 +00:00
1684 changed files with 9334 additions and 1065 deletions

View File

@@ -15,7 +15,7 @@ jobs:
name: Test SCALE Catalog
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:a82c7d302bc6028271f98162779be7e15a998f55556f513b5216241a8d517330
image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:5029ebed5c833646da3afb3a8512eba79f08cac8935a53fc1510854fec22341a
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
name: Checkout

View File

@@ -14,7 +14,7 @@ jobs:
release-scale:
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:a82c7d302bc6028271f98162779be7e15a998f55556f513b5216241a8d517330
image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:5029ebed5c833646da3afb3a8512eba79f08cac8935a53fc1510854fec22341a
steps:
- name: Install Kubernetes tools
uses: yokawasa/action-setup-kube-tools@f7f73d7965074b0f5491b7210ff51e3254d42058 # tag=v0.8.2
@@ -175,7 +175,7 @@ jobs:
release-helm:
runs-on: ubuntu-latest
container:
image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:a82c7d302bc6028271f98162779be7e15a998f55556f513b5216241a8d517330
image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:5029ebed5c833646da3afb3a8512eba79f08cac8935a53fc1510854fec22341a
needs: release-scale
steps:
- name: Install Kubernetes tools

View File

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

View File

@@ -12,7 +12,7 @@ jobs:
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@96d3c6f631324bb327e6c7aca54d7b7fb62d422e # tag=v32.217.0
uses: renovatebot/github-action@40bf6966c29932deae40b0cb5a71c24c61ba5432 # tag=v32.221.1
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}

View File

@@ -2,6 +2,17 @@
## [clickhouse-1.0.35](https://github.com/truecharts/charts/compare/clickhouse-1.0.34...clickhouse-1.0.35) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [clickhouse-1.0.34](https://github.com/truecharts/charts/compare/clickhouse-1.0.33...clickhouse-1.0.34) (2022-10-01)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "22.9.3.18"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
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.34
version: 1.0.35
annotations:
truecharts.org/catagories: |
- database

View File

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

View File

@@ -2,6 +2,17 @@
## [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
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [collabora-online-12.1.50](https://github.com/truecharts/charts/compare/collabora-online-12.1.49...collabora-online-12.1.50) (2022-10-01)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "22.05.6.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
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.50
version: 12.1.51
annotations:
truecharts.org/catagories: |
- office

View File

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

View File

@@ -2,6 +2,16 @@
## [mariadb-3.0.89](https://github.com/truecharts/charts/compare/mariadb-3.0.88...mariadb-3.0.89) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [mariadb-3.0.88](https://github.com/truecharts/charts/compare/mariadb-3.0.87...mariadb-3.0.88) (2022-10-03)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "10.9.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
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.88
version: 3.0.90
annotations:
truecharts.org/catagories: |
- database

View File

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

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mariadb
pullPolicy: IfNotPresent
tag: 10.9.3@sha256:27ac65230ff0ae727d260b03ff87d4e757ae275ec194b481178c4666663bca5b
tag: 10.9.3@sha256:09bd7de6f95d7c8a7eb7176cb893ff438e33c0c6d690d63bd7fdc8ce5a6cb612
controller:
# -- Set the controller type.

View File

@@ -2,6 +2,16 @@
## [memcached-3.0.90](https://github.com/truecharts/charts/compare/memcached-3.0.89...memcached-3.0.90) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [memcached-3.0.89](https://github.com/truecharts/charts/compare/memcached-3.0.88...memcached-3.0.89) (2022-10-04)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.17"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
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.89
version: 3.0.91
annotations:
truecharts.org/catagories: |
- database

View File

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

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/memcached
pullPolicy: IfNotPresent
tag: 1.6.17@sha256:9e009ed2e3da30a33e00b3f714b5bddebf97bf9e09fc052095c77d6c715735f1
tag: 1.6.17@sha256:3af5c17354833811d0739071c6a691b0876042f1de7da5388e03017d7767dcd6
service:
main:

View File

@@ -2,6 +2,16 @@
## [mongodb-2.0.29](https://github.com/truecharts/charts/compare/mongodb-2.0.28...mongodb-2.0.29) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [mongodb-2.0.28](https://github.com/truecharts/charts/compare/mongodb-2.0.27...mongodb-2.0.28) (2022-10-04)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "6.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
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.28
version: 2.0.30
annotations:
truecharts.org/catagories: |
- database

View File

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

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mongodb
pullPolicy: IfNotPresent
tag: 6.0.2@sha256:6bfa1ef2ebef079840abdadffdf87c69cfff49479a4f322b504a6c3c68178e12
tag: 6.0.2@sha256:9a4d0687a286d80bc41bdc0149222e6722bff9e6fec7913dc876f4d16722e91f
controller:
# -- Set the controller type.

View File

@@ -2,6 +2,16 @@
## [postgresql-8.0.94](https://github.com/truecharts/charts/compare/postgresql-8.0.93...postgresql-8.0.94) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [postgresql-8.0.93](https://github.com/truecharts/charts/compare/postgresql-8.0.92...postgresql-8.0.93) (2022-10-04)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "14.5.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
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.93
version: 8.0.95
annotations:
truecharts.org/catagories: |
- database

View File

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

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/postgresql
pullPolicy: IfNotPresent
tag: 14.5.0@sha256:4ae34a41430a2c8ab538ea19232bbeaa0a96278c660488b8374407f44f3b3fa3
tag: 14.5.0@sha256:b6aba0f32e2dd529a7e9d30963ce0f2d9c07e8a986a82fd42994c7616f664765
controller:
# -- Set the controller type.

View File

@@ -2,6 +2,16 @@
## [promtail-3.0.58](https://github.com/truecharts/charts/compare/promtail-3.0.57...promtail-3.0.58) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [promtail-3.0.57](https://github.com/truecharts/charts/compare/promtail-3.0.56...promtail-3.0.57) (2022-10-01)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "2.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
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.57
version: 3.0.58
annotations:
truecharts.org/catagories: |
- metrics

View File

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

View File

@@ -2,6 +2,15 @@
## [redis-3.0.91](https://github.com/truecharts/charts/compare/redisinsight-0.0.29...redis-3.0.91) (2022-10-07)
### Chore
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [redis-3.0.90](https://github.com/truecharts/charts/compare/redisinsight-0.0.28...redis-3.0.90) (2022-10-05)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "7.0.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
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.90
version: 3.0.92
annotations:
truecharts.org/catagories: |
- database

View File

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

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/redis
pullPolicy: IfNotPresent
tag: 7.0.5@sha256:93d39ee6155206423d1c88d916e7115cdf34736ca9060c4b48e7a18447dd5186
tag: 7.0.5@sha256:ca3d256ad9a484c1238ff0a3aa66ed719db7c161f5e369039c75dd4293a75328
controller:
# -- Set the controller type.

View File

@@ -2,6 +2,17 @@
## [solr-0.0.60](https://github.com/truecharts/charts/compare/solr-0.0.59...solr-0.0.60) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [solr-0.0.59](https://github.com/truecharts/charts/compare/solr-0.0.58...solr-0.0.59) (2022-10-01)
### Chore

View File

@@ -3,7 +3,7 @@ appVersion: "9.0.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
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.59
version: 0.0.61
annotations:
truecharts.org/catagories: |
- search

View File

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

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/solr
pullPolicy: IfNotPresent
tag: v9.0.0@sha256:0c975d31b9611d7db760070e725e1d8dbf768f302a93d0da4d109c4b87307c41
tag: v9.0.0@sha256:d311b44e1bfe89c4129a78d54f05e3c5ad1f7678204cf63fc70c8c971bd7f87f
controller:
# -- Set the controller type.

View File

@@ -2,6 +2,17 @@
## [blocky-1.1.2](https://github.com/truecharts/charts/compare/blocky-1.1.1...blocky-1.1.2) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [blocky-1.1.1](https://github.com/truecharts/charts/compare/blocky-1.1.0...blocky-1.1.1) (2022-09-30)
### Chore

View File

@@ -25,8 +25,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org | redis | 3.0.85 |
| https://library-charts.truecharts.org | common | 10.6.4 |
| https://charts.truecharts.org | redis | 3.0.90 |
| https://library-charts.truecharts.org | common | 10.6.8 |
## Installing the Chart

View File

@@ -2,6 +2,16 @@
## [metallb-4.0.14](https://github.com/truecharts/charts/compare/metallb-4.0.13...metallb-4.0.14) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- update helm general non-major
## [metallb-4.0.13](https://github.com/truecharts/charts/compare/metallb-4.0.12...metallb-4.0.13) (2022-09-27)
### Chore

View File

@@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.6.4 |
| https://library-charts.truecharts.org | common | 10.6.8 |
| https://metallb.github.io/metallb | metallb | 0.13.5 |
## Installing the Chart

View File

@@ -2,6 +2,18 @@
## [acestream-0.0.27](https://github.com/truecharts/charts/compare/acestream-0.0.26...acestream-0.0.27) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
- update docker general non-major ([#3920](https://github.com/truecharts/charts/issues/3920))
## [acestream-0.0.26](https://github.com/truecharts/charts/compare/acestream-0.0.25...acestream-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [actualserver-0.0.30](https://github.com/truecharts/charts/compare/actualserver-0.0.29...actualserver-0.0.30) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [actualserver-0.0.29](https://github.com/truecharts/charts/compare/actualserver-0.0.28...actualserver-0.0.29) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,16 @@
## [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
- Auto-update chart README [skip ci]
- update helm general non-major
## [adguardhome-sync-0.0.32](https://github.com/truecharts/charts/compare/adguardhome-sync-0.0.31...adguardhome-sync-0.0.32) (2022-10-05)
### Chore

View File

@@ -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.33
version: 0.0.34

View File

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

View File

@@ -4,7 +4,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adguardhome-sync
tag: latest@sha256:08e9d207d93f14ba79e88c0b2cd3cdc8c9423d35f9b08a37c96fbb111b3ca678
tag: latest@sha256:ef7445a00e4fc695d21260b1b435252ad0395ec2132c0d203d92575c4cf0a973
persistence:
config:
enabled: true

View File

@@ -2,6 +2,17 @@
## [adminer-0.0.30](https://github.com/truecharts/charts/compare/adminer-0.0.29...adminer-0.0.30) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [adminer-0.0.29](https://github.com/truecharts/charts/compare/adminer-0.0.28...adminer-0.0.29) (2022-09-30)
### Chore

View File

@@ -26,4 +26,4 @@ sources:
- https://github.com/vrana/adminer
- http://hub.docker.com/_/adminer/
type: application
version: 0.0.30
version: 0.0.31

View File

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

View File

@@ -4,7 +4,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/adminer
tag: latest@sha256:7094ee7a9ae76e577b52d5675dae7379bbeec451d410b2010f3364d485039685
tag: latest@sha256:e6c6863ada537a16154faa87f23f751bd488657d8d4a0d837cddd1e0f961ff6b
persistence: {}
podSecurityContext:
runAsGroup: 0

View File

@@ -2,6 +2,17 @@
## [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
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [alienswarm-reactivedrop-0.0.26](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.25...alienswarm-reactivedrop-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [alienswarm-0.0.27](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.26...alienswarm-0.0.27) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [alienswarm-0.0.26](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-0.0.25...alienswarm-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [altitude-0.0.27](https://github.com/truecharts/charts/compare/altitude-0.0.26...altitude-0.0.27) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [altitude-0.0.26](https://github.com/truecharts/charts/compare/altitude-0.0.25...altitude-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [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
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [americasarmy-pg-0.0.26](https://github.com/truecharts/charts/compare/americasarmy-pg-0.0.25...americasarmy-pg-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [amtd-0.0.32](https://github.com/truecharts/charts/compare/amtd-0.0.31...amtd-0.0.32) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [amtd-0.0.31](https://github.com/truecharts/charts/compare/amtd-0.0.30...amtd-0.0.31) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [amule-0.0.27](https://github.com/truecharts/charts/compare/amule-0.0.26...amule-0.0.27) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [amule-0.0.26](https://github.com/truecharts/charts/compare/amule-0.0.25...amule-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [amvd-0.0.27](https://github.com/truecharts/charts/compare/amvd-0.0.26...amvd-0.0.27) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [amvd-0.0.26](https://github.com/truecharts/charts/compare/amvd-0.0.25...amvd-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [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
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [android-8-0-0.0.26](https://github.com/truecharts/charts/compare/android-8-0-0.0.25...android-8-0-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [androiddebugbridge-0.0.27](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.26...androiddebugbridge-0.0.27) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [androiddebugbridge-0.0.26](https://github.com/truecharts/charts/compare/androiddebugbridge-0.0.25...androiddebugbridge-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [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
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [anki-sync-server-0.0.13](https://github.com/truecharts/charts/compare/anki-sync-server-0.0.12...anki-sync-server-0.0.13) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [anope-0.0.27](https://github.com/truecharts/charts/compare/anope-0.0.26...anope-0.0.27) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [anope-0.0.26](https://github.com/truecharts/charts/compare/anope-0.0.25...anope-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [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
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [apache-webdav-0.0.26](https://github.com/truecharts/charts/compare/apache-webdav-0.0.25...apache-webdav-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [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
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [apprise-api-0.0.33](https://github.com/truecharts/charts/compare/apprise-api-0.0.32...apprise-api-0.0.33) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [appsmith-2.0.57](https://github.com/truecharts/charts/compare/appsmith-2.0.56...appsmith-2.0.57) (2022-10-05)
### Chore
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
- update docker general non-major
## [appsmith-2.0.55](https://github.com/truecharts/charts/compare/appsmith-2.0.54...appsmith-2.0.55) (2022-09-27)
### Chore

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.8.3"
appVersion: "1.8.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org

View File

@@ -22,8 +22,8 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://charts.truecharts.org | redis | 3.0.84 |
| https://library-charts.truecharts.org | common | 10.6.4 |
| https://charts.truecharts.org | redis | 3.0.90 |
| https://library-charts.truecharts.org | common | 10.6.8 |
## Installing the Chart

View File

@@ -2,6 +2,17 @@
## [archiveteam-warrior-0.0.28](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.27...archiveteam-warrior-0.0.28) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [archiveteam-warrior-0.0.27](https://github.com/truecharts/charts/compare/archiveteam-warrior-0.0.26...archiveteam-warrior-0.0.27) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [ariang-0.0.30](https://github.com/truecharts/charts/compare/ariang-0.0.29...ariang-0.0.30) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [ariang-0.0.29](https://github.com/truecharts/charts/compare/ariang-0.0.28...ariang-0.0.29) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [arksurvivalevolved-0.0.29](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.28...arksurvivalevolved-0.0.29) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [arksurvivalevolved-0.0.28](https://github.com/truecharts/charts/compare/arksurvivalevolved-0.0.27...arksurvivalevolved-0.0.28) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [arma3-0.0.27](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.26...arma3-0.0.27) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [arma3-0.0.26](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.25...arma3-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [arma3exilemod-0.0.27](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.26...arma3exilemod-0.0.27) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [arma3exilemod-0.0.26](https://github.com/truecharts/charts/compare/arma3exilemod-0.0.25...arma3exilemod-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [artifactory-oss-0.0.30](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.29...artifactory-oss-0.0.30) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [artifactory-oss-0.0.29](https://github.com/truecharts/charts/compare/artifactory-oss-0.0.28...artifactory-oss-0.0.29) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [assettocorsa-0.0.27](https://github.com/truecharts/charts/compare/assettocorsa-0.0.26...assettocorsa-0.0.27) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [assettocorsa-0.0.26](https://github.com/truecharts/charts/compare/assettocorsa-0.0.25...assettocorsa-0.0.26) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [aurora-files-0.0.28](https://github.com/truecharts/charts/compare/aurora-files-0.0.27...aurora-files-0.0.28) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [aurora-files-0.0.27](https://github.com/truecharts/charts/compare/aurora-files-0.0.26...aurora-files-0.0.27) (2022-09-27)
### Chore

View File

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

View File

@@ -2,6 +2,17 @@
## [auto-yt-dl-0.0.28](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.27...auto-yt-dl-0.0.28) (2022-10-05)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm general non-major
## [auto-yt-dl-0.0.27](https://github.com/truecharts/charts/compare/auto-yt-dl-0.0.26...auto-yt-dl-0.0.27) (2022-09-27)
### Chore

View File

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

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