Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-11-08 13:56:07 +00:00
parent 037996f9f8
commit 58b04712a1
106 changed files with 168 additions and 168 deletions

View File

@@ -1,9 +0,0 @@
## [clickhouse-7.0.21](https://github.com/truecharts/charts/compare/clickhouse-7.0.20...clickhouse-7.0.21) (2023-11-05)
### Chore
- update helm chart common to 14.2.3 ([#14362](https://github.com/truecharts/charts/issues/14362))

View File

@@ -4,6 +4,15 @@
## [clickhouse-7.0.22](https://github.com/truecharts/charts/compare/clickhouse-7.0.21...clickhouse-7.0.22) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))
## [clickhouse-7.0.21](https://github.com/truecharts/charts/compare/clickhouse-7.0.20...clickhouse-7.0.21) (2023-11-05)
### Chore
@@ -88,12 +97,3 @@
## [clickhouse-7.0.12](https://github.com/truecharts/charts/compare/clickhouse-7.0.11...clickhouse-7.0.12) (2023-10-15)
### Chore
- update helm chart common to 14.0.14 ([#13628](https://github.com/truecharts/charts/issues/13628))
## [clickhouse-7.0.11](https://github.com/truecharts/charts/compare/clickhouse-7.0.10...clickhouse-7.0.11) (2023-10-08)

View File

@@ -3,7 +3,7 @@ appVersion: "23.10.1.19"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.3
version: 14.3.3
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: 7.0.21
version: 7.0.22
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [clickhouse-7.0.22](https://github.com/truecharts/charts/compare/clickhouse-7.0.21...clickhouse-7.0.22) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))

Binary file not shown.

View File

@@ -1,9 +0,0 @@
## [kube-state-metrics-3.0.34](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.33...kube-state-metrics-3.0.34) (2023-11-05)
### Chore
- update helm chart common to 14.2.3 ([#14362](https://github.com/truecharts/charts/issues/14362))

View File

@@ -4,6 +4,15 @@
## [kube-state-metrics-3.0.35](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.34...kube-state-metrics-3.0.35) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))
## [kube-state-metrics-3.0.34](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.33...kube-state-metrics-3.0.34) (2023-11-05)
### Chore
@@ -88,12 +97,3 @@
## [kube-state-metrics-3.0.25](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.24...kube-state-metrics-3.0.25) (2023-10-08)
### Chore
- update helm chart common to 14.0.12 ([#13395](https://github.com/truecharts/charts/issues/13395))
## [kube-state-metrics-3.0.24](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.23...kube-state-metrics-3.0.24) (2023-10-07)

View File

@@ -3,7 +3,7 @@ appVersion: "2.10.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.3
version: 14.3.3
deprecated: false
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
home: https://truecharts.org/charts/dependency/kube-state-metrics
@@ -21,7 +21,7 @@ name: kube-state-metrics
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics
type: application
version: 3.0.34
version: 3.0.35
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [kube-state-metrics-3.0.35](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.34...kube-state-metrics-3.0.35) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))

View File

@@ -928,7 +928,7 @@ questions:
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@@ -957,7 +957,7 @@ questions:
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
@@ -966,13 +966,13 @@ questions:
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint

View File

@@ -1,9 +0,0 @@
## [mariadb-9.0.37](https://github.com/truecharts/charts/compare/mariadb-9.0.36...mariadb-9.0.37) (2023-11-05)
### Chore
- update helm chart common to 14.2.3 ([#14362](https://github.com/truecharts/charts/issues/14362))

View File

@@ -4,6 +4,15 @@
## [mariadb-9.0.38](https://github.com/truecharts/charts/compare/mariadb-9.0.37...mariadb-9.0.38) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))
## [mariadb-9.0.37](https://github.com/truecharts/charts/compare/mariadb-9.0.36...mariadb-9.0.37) (2023-11-05)
### Chore
@@ -88,12 +97,3 @@
## [mariadb-9.0.28](https://github.com/truecharts/charts/compare/mariadb-9.0.27...mariadb-9.0.28) (2023-10-08)
### Chore
- update helm chart common to 14.0.12 ([#13395](https://github.com/truecharts/charts/issues/13395))
## [mariadb-9.0.27](https://github.com/truecharts/charts/compare/mariadb-9.0.26...mariadb-9.0.27) (2023-10-07)

View File

@@ -3,7 +3,7 @@ appVersion: "11.1.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.3
version: 14.3.3
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: 9.0.37
version: 9.0.38
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [mariadb-9.0.38](https://github.com/truecharts/charts/compare/mariadb-9.0.37...mariadb-9.0.38) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))

Binary file not shown.

View File

@@ -1,9 +0,0 @@
## [memcached-8.0.38](https://github.com/truecharts/charts/compare/memcached-8.0.37...memcached-8.0.38) (2023-11-05)
### Chore
- update helm chart common to 14.2.3 ([#14362](https://github.com/truecharts/charts/issues/14362))

View File

@@ -4,6 +4,15 @@
## [memcached-8.0.39](https://github.com/truecharts/charts/compare/memcached-8.0.38...memcached-8.0.39) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))
## [memcached-8.0.38](https://github.com/truecharts/charts/compare/memcached-8.0.37...memcached-8.0.38) (2023-11-05)
### Chore
@@ -88,12 +97,3 @@
## [memcached-8.0.29](https://github.com/truecharts/charts/compare/memcached-8.0.28...memcached-8.0.29) (2023-10-08)
### Chore
- update helm chart common to 14.0.12 ([#13395](https://github.com/truecharts/charts/issues/13395))
## [memcached-8.0.28](https://github.com/truecharts/charts/compare/memcached-8.0.27...memcached-8.0.28) (2023-10-07)

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.22"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.3
version: 14.3.3
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: 8.0.38
version: 8.0.39
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [memcached-8.0.39](https://github.com/truecharts/charts/compare/memcached-8.0.38...memcached-8.0.39) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))

Binary file not shown.

View File

@@ -1,9 +0,0 @@
## [mongodb-8.0.35](https://github.com/truecharts/charts/compare/mongodb-8.0.34...mongodb-8.0.35) (2023-11-05)
### Chore
- update helm chart common to 14.2.3 ([#14362](https://github.com/truecharts/charts/issues/14362))

View File

@@ -4,6 +4,15 @@
## [mongodb-8.0.36](https://github.com/truecharts/charts/compare/mongodb-8.0.35...mongodb-8.0.36) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))
## [mongodb-8.0.35](https://github.com/truecharts/charts/compare/mongodb-8.0.34...mongodb-8.0.35) (2023-11-05)
### Chore
@@ -88,12 +97,3 @@
## [mongodb-8.0.26](https://github.com/truecharts/charts/compare/mongodb-8.0.25...mongodb-8.0.26) (2023-10-09)
### Chore
- update container image tccr.io/truecharts/mongodb to v7.0.2 ([#13444](https://github.com/truecharts/charts/issues/13444))
## [mongodb-8.0.25](https://github.com/truecharts/charts/compare/mongodb-8.0.24...mongodb-8.0.25) (2023-10-08)

View File

@@ -3,7 +3,7 @@ appVersion: "7.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.3
version: 14.3.3
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: 8.0.35
version: 8.0.36
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [mongodb-8.0.36](https://github.com/truecharts/charts/compare/mongodb-8.0.35...mongodb-8.0.36) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))

Binary file not shown.

View File

@@ -1,9 +0,0 @@
## [node-exporter-3.0.36](https://github.com/truecharts/charts/compare/node-exporter-3.0.35...node-exporter-3.0.36) (2023-11-05)
### Chore
- update helm chart common to 14.2.3 ([#14362](https://github.com/truecharts/charts/issues/14362))

View File

@@ -4,6 +4,15 @@
## [node-exporter-3.0.37](https://github.com/truecharts/charts/compare/node-exporter-3.0.36...node-exporter-3.0.37) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))
## [node-exporter-3.0.36](https://github.com/truecharts/charts/compare/node-exporter-3.0.35...node-exporter-3.0.36) (2023-11-05)
### Chore
@@ -88,12 +97,3 @@
## [node-exporter-3.0.27](https://github.com/truecharts/charts/compare/node-exporter-3.0.26...node-exporter-3.0.27) (2023-10-08)
### Chore
- update helm chart common to 14.0.12 ([#13395](https://github.com/truecharts/charts/issues/13395))
## [node-exporter-3.0.26](https://github.com/truecharts/charts/compare/node-exporter-3.0.25...node-exporter-3.0.26) (2023-10-07)

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.3
version: 14.3.3
deprecated: false
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
home: https://truecharts.org/charts/dependency/node-exporter
@@ -21,7 +21,7 @@ name: node-exporter
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
type: application
version: 3.0.36
version: 3.0.37
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [node-exporter-3.0.37](https://github.com/truecharts/charts/compare/node-exporter-3.0.36...node-exporter-3.0.37) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))

View File

@@ -878,7 +878,7 @@ questions:
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@@ -907,7 +907,7 @@ questions:
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
@@ -916,13 +916,13 @@ questions:
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
show_if: [["certificateIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint

View File

@@ -1,9 +0,0 @@
## [redis-8.0.41](https://github.com/truecharts/charts/compare/redis-8.0.40...redis-8.0.41) (2023-11-05)
### Chore
- update helm chart common to 14.2.3 ([#14362](https://github.com/truecharts/charts/issues/14362))

View File

@@ -4,6 +4,15 @@
## [redis-8.0.42](https://github.com/truecharts/charts/compare/redis-8.0.41...redis-8.0.42) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))
## [redis-8.0.41](https://github.com/truecharts/charts/compare/redis-8.0.40...redis-8.0.41) (2023-11-05)
### Chore
@@ -88,12 +97,3 @@
## [redis-8.0.32](https://github.com/truecharts/charts/compare/redis-8.0.31...redis-8.0.32) (2023-10-09)
### Chore
- update container image tccr.io/truecharts/redis to v7.2.1 ([#13451](https://github.com/truecharts/charts/issues/13451))
## [redis-8.0.31](https://github.com/truecharts/charts/compare/redis-8.0.30...redis-8.0.31) (2023-10-08)

View File

@@ -3,7 +3,7 @@ appVersion: "7.2.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.3
version: 14.3.3
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: 8.0.41
version: 8.0.42
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [redis-8.0.42](https://github.com/truecharts/charts/compare/redis-8.0.41...redis-8.0.42) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))

Binary file not shown.

View File

@@ -1,9 +0,0 @@
## [solr-6.0.38](https://github.com/truecharts/charts/compare/solr-6.0.37...solr-6.0.38) (2023-11-05)
### Chore
- update helm chart common to 14.2.3 ([#14362](https://github.com/truecharts/charts/issues/14362))

View File

@@ -4,6 +4,15 @@
## [solr-6.0.39](https://github.com/truecharts/charts/compare/solr-6.0.38...solr-6.0.39) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))
## [solr-6.0.38](https://github.com/truecharts/charts/compare/solr-6.0.37...solr-6.0.38) (2023-11-05)
### Chore
@@ -88,12 +97,3 @@
## [solr-6.0.29](https://github.com/truecharts/charts/compare/solr-6.0.28...solr-6.0.29) (2023-10-10)
### Chore
- update container image tccr.io/truecharts/solr to v9.3.0 ([#13455](https://github.com/truecharts/charts/issues/13455))
## [solr-6.0.28](https://github.com/truecharts/charts/compare/solr-6.0.27...solr-6.0.28) (2023-10-08)

View File

@@ -3,7 +3,7 @@ appVersion: "9.4.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.2.3
version: 14.3.3
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: 6.0.38
version: 6.0.39
annotations:
truecharts.org/category: search
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,9 @@
## [solr-6.0.39](https://github.com/truecharts/charts/compare/solr-6.0.38...solr-6.0.39) (2023-11-08)
### Chore
- update helm chart common to 14.3.3 ([#14449](https://github.com/truecharts/charts/issues/14449))

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