Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-10-29 12:28:51 +00:00
parent d2af049972
commit c8e71151b8
114 changed files with 208 additions and 176 deletions

View File

@ -1,10 +0,0 @@
## [clickhouse-7.0.14](https://github.com/truecharts/charts/compare/clickhouse-7.0.13...clickhouse-7.0.14) (2023-10-28)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update helm chart common to 14.1.0 ([#14049](https://github.com/truecharts/charts/issues/14049))

View File

@ -4,6 +4,15 @@
## [clickhouse-7.0.15](https://github.com/truecharts/charts/compare/clickhouse-7.0.14...clickhouse-7.0.15) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))
## [clickhouse-7.0.14](https://github.com/truecharts/charts/compare/clickhouse-7.0.13...clickhouse-7.0.14) (2023-10-28)
### Chore
@ -88,12 +97,3 @@
## [clickhouse-7.0.5](https://github.com/truecharts/charts/compare/clickhouse-7.0.4...clickhouse-7.0.5) (2023-08-31)
### Chore
- update container image tccr.io/truecharts/clickhouse to v23.7.5.30 ([#12064](https://github.com/truecharts/charts/issues/12064))
## [clickhouse-7.0.4](https://github.com/truecharts/charts/compare/clickhouse-7.0.3...clickhouse-7.0.4) (2023-08-30)

View File

@ -3,7 +3,7 @@ appVersion: "23.9.2.56"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.1.0
version: 14.1.1
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.14
version: 7.0.15
annotations:
truecharts.org/category: database
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [clickhouse-7.0.15](https://github.com/truecharts/charts/compare/clickhouse-7.0.14...clickhouse-7.0.15) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))

Binary file not shown.

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png
categories:
database
- database
screenshots: []

View File

@ -1,10 +0,0 @@
## [kube-state-metrics-3.0.29](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.28...kube-state-metrics-3.0.29) (2023-10-28)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update helm chart common to 14.1.0 ([#14049](https://github.com/truecharts/charts/issues/14049))

View File

@ -4,6 +4,15 @@
## [kube-state-metrics-3.0.30](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.29...kube-state-metrics-3.0.30) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))
## [kube-state-metrics-3.0.29](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.28...kube-state-metrics-3.0.29) (2023-10-28)
### Chore
@ -88,12 +97,3 @@
## [kube-state-metrics-3.0.20](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.19...kube-state-metrics-3.0.20) (2023-09-28)
### Chore
- update container image tccr.io/truecharts/kube-state-metrics to v2.10.0 ([#13033](https://github.com/truecharts/charts/issues/13033))
## [kube-state-metrics-3.0.19](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.18...kube-state-metrics-3.0.19) (2023-09-24)

View File

@ -3,7 +3,7 @@ appVersion: "2.10.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.1.0
version: 14.1.1
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.29
version: 3.0.30
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [kube-state-metrics-3.0.30](https://github.com/truecharts/charts/compare/kube-state-metrics-3.0.29...kube-state-metrics-3.0.30) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))

View File

@ -734,6 +734,19 @@ questions:
schema:
type: string
default: ""
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: secretName
label: Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -942,6 +955,13 @@ questions:
type: int
$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'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: Use Custom Secret (Advanced)
schema:

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/kube-state-metrics.png
categories:
metrics
- metrics
screenshots: []

View File

@ -1,10 +0,0 @@
## [mariadb-9.0.32](https://github.com/truecharts/charts/compare/mariadb-9.0.31...mariadb-9.0.32) (2023-10-28)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update helm chart common to 14.1.0 ([#14049](https://github.com/truecharts/charts/issues/14049))

View File

@ -4,6 +4,15 @@
## [mariadb-9.0.33](https://github.com/truecharts/charts/compare/mariadb-9.0.32...mariadb-9.0.33) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))
## [mariadb-9.0.32](https://github.com/truecharts/charts/compare/mariadb-9.0.31...mariadb-9.0.32) (2023-10-28)
### Chore
@ -88,12 +97,3 @@
## [mariadb-9.0.23](https://github.com/truecharts/charts/compare/mariadb-9.0.22...mariadb-9.0.23) (2023-09-28)
### Chore
- update container image tccr.io/truecharts/mariadb to v11.0.3 ([#13048](https://github.com/truecharts/charts/issues/13048))
## [mariadb-9.0.22](https://github.com/truecharts/charts/compare/mariadb-9.0.21...mariadb-9.0.22) (2023-09-25)

View File

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

View File

@ -0,0 +1,9 @@
## [mariadb-9.0.33](https://github.com/truecharts/charts/compare/mariadb-9.0.32...mariadb-9.0.33) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))

Binary file not shown.

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.png
categories:
database
- database
screenshots: []

View File

@ -1,10 +0,0 @@
## [memcached-8.0.33](https://github.com/truecharts/charts/compare/memcached-8.0.32...memcached-8.0.33) (2023-10-28)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update helm chart common to 14.1.0 ([#14049](https://github.com/truecharts/charts/issues/14049))

View File

@ -4,6 +4,15 @@
## [memcached-8.0.34](https://github.com/truecharts/charts/compare/memcached-8.0.33...memcached-8.0.34) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))
## [memcached-8.0.33](https://github.com/truecharts/charts/compare/memcached-8.0.32...memcached-8.0.33) (2023-10-28)
### Chore
@ -88,12 +97,3 @@
## [memcached-8.0.24](https://github.com/truecharts/charts/compare/memcached-8.0.23...memcached-8.0.24) (2023-09-26)
### Chore
- update container image tccr.io/truecharts/memcached to v1.6.21 ([#12969](https://github.com/truecharts/charts/issues/12969))
## [memcached-8.0.23](https://github.com/truecharts/charts/compare/memcached-8.0.22...memcached-8.0.23) (2023-09-23)

View File

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

View File

@ -0,0 +1,9 @@
## [memcached-8.0.34](https://github.com/truecharts/charts/compare/memcached-8.0.33...memcached-8.0.34) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))

Binary file not shown.

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.png
categories:
database
- database
screenshots: []

View File

@ -1,10 +0,0 @@
## [mongodb-8.0.30](https://github.com/truecharts/charts/compare/mongodb-8.0.29...mongodb-8.0.30) (2023-10-28)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update helm chart common to 14.1.0 ([#14049](https://github.com/truecharts/charts/issues/14049))

View File

@ -4,6 +4,15 @@
## [mongodb-8.0.31](https://github.com/truecharts/charts/compare/mongodb-8.0.30...mongodb-8.0.31) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))
## [mongodb-8.0.30](https://github.com/truecharts/charts/compare/mongodb-8.0.29...mongodb-8.0.30) (2023-10-28)
### Chore
@ -88,12 +97,3 @@
## [mongodb-8.0.21](https://github.com/truecharts/charts/compare/mongodb-8.0.20...mongodb-8.0.21) (2023-09-30)
### Chore
- update container image tccr.io/truecharts/mongodb to v7.0.2 ([#13109](https://github.com/truecharts/charts/issues/13109))
## [mongodb-8.0.20](https://github.com/truecharts/charts/compare/mongodb-8.0.19...mongodb-8.0.20) (2023-09-27)

View File

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

View File

@ -0,0 +1,9 @@
## [mongodb-8.0.31](https://github.com/truecharts/charts/compare/mongodb-8.0.30...mongodb-8.0.31) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))

Binary file not shown.

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.png
categories:
database
- database
screenshots: []

View File

@ -1,10 +0,0 @@
## [node-exporter-3.0.31](https://github.com/truecharts/charts/compare/node-exporter-3.0.30...node-exporter-3.0.31) (2023-10-28)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update helm chart common to 14.1.0 ([#14049](https://github.com/truecharts/charts/issues/14049))

View File

@ -4,6 +4,15 @@
## [node-exporter-3.0.32](https://github.com/truecharts/charts/compare/node-exporter-3.0.31...node-exporter-3.0.32) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))
## [node-exporter-3.0.31](https://github.com/truecharts/charts/compare/node-exporter-3.0.30...node-exporter-3.0.31) (2023-10-28)
### Chore
@ -88,12 +97,3 @@
## [node-exporter-3.0.22](https://github.com/truecharts/charts/compare/node-exporter-3.0.21...node-exporter-3.0.22) (2023-09-28)
### Chore
- update container image tccr.io/truecharts/node-exporter to v1.6.1 ([#13053](https://github.com/truecharts/charts/issues/13053))
## [node-exporter-3.0.21](https://github.com/truecharts/charts/compare/node-exporter-3.0.20...node-exporter-3.0.21) (2023-09-25)

View File

@ -3,7 +3,7 @@ appVersion: "1.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.1.0
version: 14.1.1
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.31
version: 3.0.32
annotations:
truecharts.org/category: metrics
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [node-exporter-3.0.32](https://github.com/truecharts/charts/compare/node-exporter-3.0.31...node-exporter-3.0.32) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))

View File

@ -684,6 +684,19 @@ questions:
schema:
type: string
default: ""
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: secretName
label: Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -892,6 +905,13 @@ questions:
type: int
$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'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: Use Custom Secret (Advanced)
schema:

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/node-exporter.png
categories:
metrics
- metrics
screenshots: []

View File

@ -1,10 +0,0 @@
## [redis-8.0.35](https://github.com/truecharts/charts/compare/redis-8.0.34...redis-8.0.35) (2023-10-28)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
- update helm chart common to 14.1.0 ([#14049](https://github.com/truecharts/charts/issues/14049))

View File

@ -4,6 +4,15 @@
## [redis-8.0.36](https://github.com/truecharts/charts/compare/redis-8.0.35...redis-8.0.36) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))
## [redis-8.0.35](https://github.com/truecharts/charts/compare/redis-8.0.34...redis-8.0.35) (2023-10-28)
### Chore
@ -88,12 +97,3 @@
## [redis-8.0.26](https://github.com/truecharts/charts/compare/redis-8.0.25...redis-8.0.26) (2023-09-28)
### Chore
- update container image tccr.io/truecharts/redis to v7.2.1 ([#13039](https://github.com/truecharts/charts/issues/13039))
## [redis-8.0.25](https://github.com/truecharts/charts/compare/redis-8.0.24...redis-8.0.25) (2023-09-25)

View File

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

View File

@ -0,0 +1,9 @@
## [redis-8.0.36](https://github.com/truecharts/charts/compare/redis-8.0.35...redis-8.0.36) (2023-10-29)
### Chore
- update helm chart common to 14.1.1 ([#14053](https://github.com/truecharts/charts/issues/14053))

Binary file not shown.

View File

@ -1,4 +1,4 @@
icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/redis.png
categories:
database
- database
screenshots: []

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