Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-04-15 11:29:51 +00:00
parent 47129837ed
commit 7fd1c1271e
78 changed files with 156 additions and 150 deletions

View File

@ -1,9 +0,0 @@
## [clickhouse-5.0.6](https://github.com/truecharts/charts/compare/clickhouse-5.0.5...clickhouse-5.0.6) (2023-04-14)
### Chore
- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996))

View File

@ -4,6 +4,15 @@
## [clickhouse-5.0.7](https://github.com/truecharts/charts/compare/clickhouse-5.0.6...clickhouse-5.0.7) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))
## [clickhouse-5.0.6](https://github.com/truecharts/charts/compare/clickhouse-5.0.5...clickhouse-5.0.6) (2023-04-14)
### Chore
@ -88,12 +97,3 @@
## [clickhouse-4.0.8](https://github.com/truecharts/charts/compare/clickhouse-4.0.7...clickhouse-4.0.8) (2023-03-07)
### Chore
- bump common
## [clickhouse-4.0.7](https://github.com/truecharts/charts/compare/clickhouse-4.0.6...clickhouse-4.0.7) (2023-03-07)
### Fix

View File

@ -3,7 +3,7 @@ appVersion: "23.2.1.253"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.4.10
version: 12.4.12
deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/charts/dependency/clickhouse
@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://clickhouse.com/
type: application
version: 5.0.6
version: 5.0.7
annotations:
truecharts.org/catagories: |
- database

View File

@ -0,0 +1,9 @@
## [clickhouse-5.0.7](https://github.com/truecharts/charts/compare/clickhouse-5.0.6...clickhouse-5.0.7) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))

Binary file not shown.

View File

@ -434,15 +434,15 @@ questions:
label: Port Type
schema:
type: string
default: TCP
default: tcp
enum:
- value: HTTP
- value: http
description: HTTP
- value: HTTPS
- value: https
description: HTTPS
- value: TCP
- value: tcp
description: TCP
- value: UDP
- value: udp
description: UDP
- variable: targetPort
label: Target Port
@ -1567,6 +1567,7 @@ questions:
description: Authentication Credentials
schema:
type: string
show_if: [["username", "!=", ""]]
default: ""
required: true
- variable: tailscale

View File

@ -1,9 +0,0 @@
## [mariadb-7.0.7](https://github.com/truecharts/charts/compare/mariadb-7.0.6...mariadb-7.0.7) (2023-04-14)
### Chore
- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996))

View File

@ -4,6 +4,15 @@
## [mariadb-7.0.8](https://github.com/truecharts/charts/compare/mariadb-7.0.7...mariadb-7.0.8) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))
## [mariadb-7.0.7](https://github.com/truecharts/charts/compare/mariadb-7.0.6...mariadb-7.0.7) (2023-04-14)
### Chore
@ -88,12 +97,3 @@
## [mariadb-6.0.9](https://github.com/truecharts/charts/compare/mariadb-6.0.8...mariadb-6.0.9) (2023-03-07)
### Fix
- apply new common fixes to dependency train
## [mariadb-6.0.8](https://github.com/truecharts/charts/compare/mariadb-6.0.7...mariadb-6.0.8) (2023-03-07)
### Chore

View File

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

View File

@ -0,0 +1,9 @@
## [mariadb-7.0.8](https://github.com/truecharts/charts/compare/mariadb-7.0.7...mariadb-7.0.8) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))

Binary file not shown.

View File

@ -428,15 +428,15 @@ questions:
label: Port Type
schema:
type: string
default: TCP
default: tcp
enum:
- value: HTTP
- value: http
description: HTTP
- value: HTTPS
- value: https
description: HTTPS
- value: TCP
- value: tcp
description: TCP
- value: UDP
- value: udp
description: UDP
- variable: targetPort
label: Target Port
@ -1421,6 +1421,7 @@ questions:
description: Authentication Credentials
schema:
type: string
show_if: [["username", "!=", ""]]
default: ""
required: true
- variable: tailscale

View File

@ -1,9 +0,0 @@
## [memcached-6.0.17](https://github.com/truecharts/charts/compare/memcached-6.0.16...memcached-6.0.17) (2023-04-14)
### Chore
- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996))

View File

@ -4,6 +4,15 @@
## [memcached-6.0.18](https://github.com/truecharts/charts/compare/memcached-6.0.17...memcached-6.0.18) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))
## [memcached-6.0.17](https://github.com/truecharts/charts/compare/memcached-6.0.16...memcached-6.0.17) (2023-04-14)
### Chore
@ -88,12 +97,3 @@
## [memcached-6.0.8](https://github.com/truecharts/charts/compare/memcached-6.0.7...memcached-6.0.8) (2023-03-07)
### Chore
- bump common
## [memcached-6.0.7](https://github.com/truecharts/charts/compare/memcached-6.0.6...memcached-6.0.7) (2023-03-07)
### Fix

View File

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

View File

@ -0,0 +1,9 @@
## [memcached-6.0.18](https://github.com/truecharts/charts/compare/memcached-6.0.17...memcached-6.0.18) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))

Binary file not shown.

View File

@ -398,15 +398,15 @@ questions:
label: Port Type
schema:
type: string
default: TCP
default: tcp
enum:
- value: HTTP
- value: http
description: HTTP
- value: HTTPS
- value: https
description: HTTPS
- value: TCP
- value: tcp
description: TCP
- value: UDP
- value: udp
description: UDP
- variable: targetPort
label: Target Port
@ -1310,6 +1310,7 @@ questions:
description: Authentication Credentials
schema:
type: string
show_if: [["username", "!=", ""]]
default: ""
required: true
- variable: tailscale

View File

@ -1,9 +0,0 @@
## [mongodb-6.0.6](https://github.com/truecharts/charts/compare/mongodb-6.0.5...mongodb-6.0.6) (2023-04-14)
### Chore
- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996))

View File

@ -4,6 +4,15 @@
## [mongodb-6.0.7](https://github.com/truecharts/charts/compare/mongodb-6.0.6...mongodb-6.0.7) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))
## [mongodb-6.0.6](https://github.com/truecharts/charts/compare/mongodb-6.0.5...mongodb-6.0.6) (2023-04-14)
### Chore
@ -88,12 +97,3 @@
## [mongodb-5.0.8](https://github.com/truecharts/charts/compare/mongodb-5.0.7...mongodb-5.0.8) (2023-03-07)
### Chore
- bump common
## [mongodb-5.0.7](https://github.com/truecharts/charts/compare/mongodb-5.0.6...mongodb-5.0.7) (2023-03-07)
### Fix

View File

@ -3,7 +3,7 @@ appVersion: "6.0.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.4.10
version: 12.4.12
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/charts/dependency/mongodb
@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 6.0.6
version: 6.0.7
annotations:
truecharts.org/catagories: |
- database

View File

@ -0,0 +1,9 @@
## [mongodb-6.0.7](https://github.com/truecharts/charts/compare/mongodb-6.0.6...mongodb-6.0.7) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))

Binary file not shown.

View File

@ -428,15 +428,15 @@ questions:
label: Port Type
schema:
type: string
default: TCP
default: tcp
enum:
- value: HTTP
- value: http
description: HTTP
- value: HTTPS
- value: https
description: HTTPS
- value: TCP
- value: tcp
description: TCP
- value: UDP
- value: udp
description: UDP
- variable: targetPort
label: Target Port
@ -1421,6 +1421,7 @@ questions:
description: Authentication Credentials
schema:
type: string
show_if: [["username", "!=", ""]]
default: ""
required: true
- variable: tailscale

View File

@ -1,9 +0,0 @@
## [redis-6.0.23](https://github.com/truecharts/charts/compare/redis-6.0.22...redis-6.0.23) (2023-04-14)
### Chore
- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996))

View File

@ -4,6 +4,15 @@
## [redis-6.0.24](https://github.com/truecharts/charts/compare/redis-6.0.23...redis-6.0.24) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))
## [redis-6.0.23](https://github.com/truecharts/charts/compare/redis-6.0.22...redis-6.0.23) (2023-04-14)
### Chore
@ -88,12 +97,3 @@
## [redis-6.0.14](https://github.com/truecharts/charts/compare/redis-6.0.13...redis-6.0.14) (2023-03-07)
### Fix
- apply new common fixes to dependency train
## [redis-6.0.13](https://github.com/truecharts/charts/compare/redis-6.0.12...redis-6.0.13) (2023-03-07)
### Chore

View File

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

View File

@ -0,0 +1,9 @@
## [redis-6.0.24](https://github.com/truecharts/charts/compare/redis-6.0.23...redis-6.0.24) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))

Binary file not shown.

View File

@ -407,15 +407,15 @@ questions:
label: Port Type
schema:
type: string
default: TCP
default: tcp
enum:
- value: HTTP
- value: http
description: HTTP
- value: HTTPS
- value: https
description: HTTPS
- value: TCP
- value: tcp
description: TCP
- value: UDP
- value: udp
description: UDP
- variable: targetPort
label: Target Port
@ -1397,6 +1397,7 @@ questions:
description: Authentication Credentials
schema:
type: string
show_if: [["username", "!=", ""]]
default: ""
required: true
- variable: tailscale

View File

@ -1,9 +0,0 @@
## [solr-4.0.6](https://github.com/truecharts/charts/compare/solr-4.0.5...solr-4.0.6) (2023-04-14)
### Chore
- update helm chart common to 12.4.10 ([#7996](https://github.com/truecharts/charts/issues/7996))

View File

@ -4,6 +4,15 @@
## [solr-4.0.7](https://github.com/truecharts/charts/compare/solr-4.0.6...solr-4.0.7) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))
## [solr-4.0.6](https://github.com/truecharts/charts/compare/solr-4.0.5...solr-4.0.6) (2023-04-14)
### Chore
@ -88,12 +97,3 @@
## [solr-3.0.6](https://github.com/truecharts/charts/compare/solr-3.0.5...solr-3.0.6) (2023-03-07)
### Chore
- bump common
## [solr-3.0.5](https://github.com/truecharts/charts/compare/solr-3.0.4...solr-3.0.5) (2023-03-07)
### Chore

View File

@ -3,7 +3,7 @@ appVersion: "9.1.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.4.10
version: 12.4.12
deprecated: false
description: Apache Solr
home: https://truecharts.org/charts/dependency/solr
@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
- https://github.com/apache/solr
type: application
version: 4.0.6
version: 4.0.7
annotations:
truecharts.org/catagories: |
- search

View File

@ -0,0 +1,9 @@
## [solr-4.0.7](https://github.com/truecharts/charts/compare/solr-4.0.6...solr-4.0.7) (2023-04-15)
### Chore
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))

Binary file not shown.

View File

@ -435,15 +435,15 @@ questions:
label: Port Type
schema:
type: string
default: TCP
default: tcp
enum:
- value: HTTP
- value: http
description: HTTP
- value: HTTPS
- value: https
description: HTTPS
- value: TCP
- value: tcp
description: TCP
- value: UDP
- value: udp
description: UDP
- variable: targetPort
label: Target Port
@ -1428,6 +1428,7 @@ questions:
description: Authentication Credentials
schema:
type: string
show_if: [["username", "!=", ""]]
default: ""
required: true
- variable: tailscale