Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-05 13:39:30 +00:00
parent b4ab7a2370
commit 71dc76c59d
106 changed files with 200 additions and 176 deletions

View File

@ -1,9 +0,0 @@
## [clickhouse-7.0.20](https://github.com/truecharts/charts/compare/clickhouse-7.0.19...clickhouse-7.0.20) (2023-11-03)
### Chore
- update container image tccr.io/truecharts/clickhouse to v23.10.1.1976 ([#14288](https://github.com/truecharts/charts/issues/14288))

View File

@ -4,6 +4,15 @@
## [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))
## [clickhouse-7.0.20](https://github.com/truecharts/charts/compare/clickhouse-7.0.19...clickhouse-7.0.20) (2023-11-03)
### Chore
@ -88,12 +97,3 @@
## [clickhouse-7.0.11](https://github.com/truecharts/charts/compare/clickhouse-7.0.10...clickhouse-7.0.11) (2023-10-08)
### Chore
- update helm chart common to 14.0.12 ([#13395](https://github.com/truecharts/charts/issues/13395))
## [clickhouse-7.0.10](https://github.com/truecharts/charts/compare/clickhouse-7.0.9...clickhouse-7.0.10) (2023-10-07)

View File

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

View File

@ -0,0 +1,9 @@
## [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))

Binary file not shown.

View File

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

View File

@ -4,6 +4,15 @@
## [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))
## [kube-state-metrics-3.0.33](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.32...kube-state-metrics-3.0.33) (2023-11-01)
### Chore
@ -88,12 +97,3 @@
## [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)
### Chore
- update helm chart common to 14.0.9 ([#13384](https://github.com/truecharts/charts/issues/13384))
## [kube-state-metrics-3.0.23](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.22...kube-state-metrics-3.0.23) (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.2
version: 14.2.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.33
version: 3.0.34
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [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

@ -761,6 +761,12 @@ questions:
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
@ -799,12 +805,12 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
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 Certificate Secret (Advanced)'
@ -848,6 +854,12 @@ questions:
schema:
type: string
default: ""
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: hosts
label: Hosts
schema:
@ -905,8 +917,8 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
- variable: certificateIssuer
label: certificateIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
@ -936,7 +948,7 @@ questions:
type: string
default: ""
required: true
- variable: clusterIssuer
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
@ -950,8 +962,8 @@ questions:
$ref:
- "definitions/certificate"
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]

View File

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

View File

@ -4,6 +4,15 @@
## [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))
## [mariadb-9.0.36](https://github.com/truecharts/charts/compare/mariadb-9.0.35...mariadb-9.0.36) (2023-11-01)
### Chore
@ -88,12 +97,3 @@
## [mariadb-9.0.27](https://github.com/truecharts/charts/compare/mariadb-9.0.26...mariadb-9.0.27) (2023-10-07)
### Chore
- update helm chart common to 14.0.9 ([#13384](https://github.com/truecharts/charts/issues/13384))
## [mariadb-9.0.26](https://github.com/truecharts/charts/compare/mariadb-9.0.25...mariadb-9.0.26) (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.2
version: 14.2.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.36
version: 9.0.37
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [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))

Binary file not shown.

View File

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

View File

@ -4,6 +4,15 @@
## [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))
## [memcached-8.0.37](https://github.com/truecharts/charts/compare/memcached-8.0.36...memcached-8.0.37) (2023-11-01)
### Chore
@ -88,12 +97,3 @@
## [memcached-8.0.28](https://github.com/truecharts/charts/compare/memcached-8.0.27...memcached-8.0.28) (2023-10-07)
### Chore
- update helm chart common to 14.0.9 ([#13384](https://github.com/truecharts/charts/issues/13384))
## [memcached-8.0.27](https://github.com/truecharts/charts/compare/memcached-8.0.26...memcached-8.0.27) (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.2
version: 14.2.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.37
version: 8.0.38
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [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))

Binary file not shown.

View File

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

View File

@ -4,6 +4,15 @@
## [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))
## [mongodb-8.0.34](https://github.com/truecharts/charts/compare/mongodb-8.0.33...mongodb-8.0.34) (2023-11-01)
### Chore
@ -88,12 +97,3 @@
## [mongodb-8.0.25](https://github.com/truecharts/charts/compare/mongodb-8.0.24...mongodb-8.0.25) (2023-10-08)
### Chore
- update helm chart common to 14.0.12 ([#13395](https://github.com/truecharts/charts/issues/13395))
## [mongodb-8.0.24](https://github.com/truecharts/charts/compare/mongodb-8.0.23...mongodb-8.0.24) (2023-10-07)

View File

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

View File

@ -0,0 +1,9 @@
## [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))

Binary file not shown.

View File

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

View File

@ -4,6 +4,15 @@
## [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))
## [node-exporter-3.0.35](https://github.com/truecharts/charts/compare/node-exporter-3.0.34...node-exporter-3.0.35) (2023-11-01)
### Chore
@ -88,12 +97,3 @@
## [node-exporter-3.0.26](https://github.com/truecharts/charts/compare/node-exporter-3.0.25...node-exporter-3.0.26) (2023-10-07)
### Chore
- update helm chart common to 14.0.9 ([#13384](https://github.com/truecharts/charts/issues/13384))
## [node-exporter-3.0.25](https://github.com/truecharts/charts/compare/node-exporter-3.0.24...node-exporter-3.0.25) (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.2
version: 14.2.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.35
version: 3.0.36
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [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

@ -711,6 +711,12 @@ questions:
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
@ -749,12 +755,12 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
- variable: clusterCertificate
label: 'Cluster Certificate (Advanced)'
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 Certificate Secret (Advanced)'
@ -798,6 +804,12 @@ questions:
schema:
type: string
default: ""
- variable: allowCors
label: "Allow Cross Origin Requests"
schema:
type: boolean
show_if: [["advanced", "=", true]]
default: false
- variable: hosts
label: Hosts
schema:
@ -855,8 +867,8 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
- variable: certificateIssuer
label: certificateIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
@ -886,7 +898,7 @@ questions:
type: string
default: ""
required: true
- variable: clusterIssuer
- variable: certificateIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
@ -900,8 +912,8 @@ questions:
$ref:
- "definitions/certificate"
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart. NOTE: This is an experimental feature'
label: 'Cluster Certificate (Advanced)'
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]

View File

@ -1,9 +0,0 @@
## [redis-8.0.40](https://github.com/truecharts/charts/compare/redis-8.0.39...redis-8.0.40) (2023-11-03)
### Chore
- update container image tccr.io/truecharts/redis to v7.2.3 ([#14280](https://github.com/truecharts/charts/issues/14280))

View File

@ -4,6 +4,15 @@
## [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))
## [redis-8.0.40](https://github.com/truecharts/charts/compare/redis-8.0.39...redis-8.0.40) (2023-11-03)
### Chore
@ -88,12 +97,3 @@
## [redis-8.0.31](https://github.com/truecharts/charts/compare/redis-8.0.30...redis-8.0.31) (2023-10-08)
### Chore
- update helm chart common to 14.0.12 ([#13395](https://github.com/truecharts/charts/issues/13395))
## [redis-8.0.30](https://github.com/truecharts/charts/compare/redis-8.0.29...redis-8.0.30) (2023-10-07)

View File

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

View File

@ -0,0 +1,9 @@
## [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))

Binary file not shown.

View File

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

View File

@ -4,6 +4,15 @@
## [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))
## [solr-6.0.37](https://github.com/truecharts/charts/compare/solr-6.0.36...solr-6.0.37) (2023-11-01)
### Chore
@ -88,12 +97,3 @@
## [solr-6.0.28](https://github.com/truecharts/charts/compare/solr-6.0.27...solr-6.0.28) (2023-10-08)
### Chore
- update helm chart common to 14.0.12 ([#13395](https://github.com/truecharts/charts/issues/13395))
## [solr-6.0.27](https://github.com/truecharts/charts/compare/solr-6.0.26...solr-6.0.27) (2023-10-07)

View File

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

View File

@ -0,0 +1,9 @@
## [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))

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