Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-25 19:01:18 +00:00
parent 5bab52de11
commit 5b7e773cc2
106 changed files with 295 additions and 182 deletions

View File

@ -1,12 +0,0 @@
## [clickhouse-5.0.45](https://github.com/truecharts/charts/compare/clickhouse-5.0.41...clickhouse-5.0.45) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/clickhouse to v23.5.2.7 ([#9673](https://github.com/truecharts/charts/issues/9673))
- update container image tccr.io/truecharts/clickhouse to v23.4.3.48 ([#9653](https://github.com/truecharts/charts/issues/9653))
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))

View File

@ -4,6 +4,15 @@
## [clickhouse-5.0.46](https://github.com/truecharts/charts/compare/clickhouse-5.0.45...clickhouse-5.0.46) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))
## [clickhouse-5.0.45](https://github.com/truecharts/charts/compare/clickhouse-5.0.41...clickhouse-5.0.45) (2023-06-15)
### Chore
@ -88,12 +97,3 @@
## [clickhouse-5.0.45](https://github.com/truecharts/charts/compare/clickhouse-5.0.41...clickhouse-5.0.45) (2023-06-15)
### Chore
- update container image tccr.io/truecharts/clickhouse to v23.5.2.7 ([#9673](https://github.com/truecharts/charts/issues/9673))
- update container image tccr.io/truecharts/clickhouse to v23.4.3.48 ([#9653](https://github.com/truecharts/charts/issues/9653))
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))

View File

@ -3,7 +3,7 @@ appVersion: "23.5.2.7"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.3
version: 12.14.4
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.45
version: 5.0.46
annotations:
truecharts.org/catagories: |
- database

View File

@ -0,0 +1,9 @@
## [clickhouse-5.0.46](https://github.com/truecharts/charts/compare/clickhouse-5.0.45...clickhouse-5.0.46) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))

Binary file not shown.

View File

@ -579,8 +579,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -649,8 +679,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -719,8 +779,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -947,14 +1037,14 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 8Gi
@ -968,7 +1058,7 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 10m
@ -976,7 +1066,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 50Mi

View File

@ -1,9 +0,0 @@
## [kube-state-metrics-1.0.28](https://github.com/truecharts/charts/compare/kube-state-metrics-1.0.27...kube-state-metrics-1.0.28) (2023-06-25)
### Chore
- update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 ([#9893](https://github.com/truecharts/charts/issues/9893))

View File

@ -4,6 +4,15 @@
## [kube-state-metrics-1.0.29](https://github.com/truecharts/charts/compare/kube-state-metrics-1.0.28...kube-state-metrics-1.0.29) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))
## [kube-state-metrics-1.0.28](https://github.com/truecharts/charts/compare/kube-state-metrics-1.0.27...kube-state-metrics-1.0.28) (2023-06-25)
### Chore
@ -88,12 +97,3 @@
## [kube-state-metrics-1.0.24](https://github.com/truecharts/charts/compare/kube-state-metrics-1.0.20...kube-state-metrics-1.0.24) (2023-06-16)
### Chore
- update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 ([#9682](https://github.com/truecharts/charts/issues/9682))
- update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 ([#9619](https://github.com/truecharts/charts/issues/9619))
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))

View File

@ -3,7 +3,7 @@ appVersion: "2.9.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.3
version: 12.14.4
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: 1.0.28
version: 1.0.29
annotations:
truecharts.org/catagories: |
- metrics

View File

@ -0,0 +1,9 @@
## [kube-state-metrics-1.0.29](https://github.com/truecharts/charts/compare/kube-state-metrics-1.0.28...kube-state-metrics-1.0.29) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))

View File

@ -1,9 +0,0 @@
## [mariadb-7.0.57](https://github.com/truecharts/charts/compare/mariadb-7.0.56...mariadb-7.0.57) (2023-06-24)
### Chore
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9883](https://github.com/truecharts/charts/issues/9883))

View File

@ -4,6 +4,15 @@
## [mariadb-7.0.58](https://github.com/truecharts/charts/compare/mariadb-7.0.57...mariadb-7.0.58) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))
## [mariadb-7.0.57](https://github.com/truecharts/charts/compare/mariadb-7.0.56...mariadb-7.0.57) (2023-06-24)
### Chore
@ -88,12 +97,3 @@
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))
## [mariadb-7.0.54](https://github.com/truecharts/charts/compare/mariadb-7.0.50...mariadb-7.0.54) (2023-06-16)
### Chore
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9683](https://github.com/truecharts/charts/issues/9683))
- update container image tccr.io/truecharts/mariadb to v10.11.4 ([#9623](https://github.com/truecharts/charts/issues/9623))

View File

@ -3,7 +3,7 @@ appVersion: "10.11.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.3
version: 12.14.4
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.57
version: 7.0.58
annotations:
truecharts.org/catagories: |
- database

View File

@ -0,0 +1,9 @@
## [mariadb-7.0.58](https://github.com/truecharts/charts/compare/mariadb-7.0.57...mariadb-7.0.58) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))

Binary file not shown.

View File

@ -1,12 +0,0 @@
## [memcached-6.0.63](https://github.com/truecharts/charts/compare/memcached-6.0.59...memcached-6.0.63) (2023-06-16)
### Chore
- update container image tccr.io/truecharts/memcached to v1.6.20 ([#9685](https://github.com/truecharts/charts/issues/9685))
- update container image tccr.io/truecharts/memcached to v1.6.20 ([#9624](https://github.com/truecharts/charts/issues/9624))
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))

View File

@ -4,6 +4,15 @@
## [memcached-6.0.64](https://github.com/truecharts/charts/compare/memcached-6.0.63...memcached-6.0.64) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))
## [memcached-6.0.63](https://github.com/truecharts/charts/compare/memcached-6.0.59...memcached-6.0.63) (2023-06-16)
### Chore
@ -88,12 +97,3 @@
## [memcached-6.0.62](https://github.com/truecharts/charts/compare/memcached-6.0.59...memcached-6.0.62) (2023-06-14)
### Chore
- update container image tccr.io/truecharts/memcached to v1.6.20 ([#9624](https://github.com/truecharts/charts/issues/9624))
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))

View File

@ -3,7 +3,7 @@ appVersion: "1.6.20"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.3
version: 12.14.4
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.63
version: 6.0.64
annotations:
truecharts.org/catagories: |
- database

View File

@ -0,0 +1,9 @@
## [memcached-6.0.64](https://github.com/truecharts/charts/compare/memcached-6.0.63...memcached-6.0.64) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))

Binary file not shown.

View File

@ -690,14 +690,14 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 8Gi
@ -711,7 +711,7 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 10m
@ -719,7 +719,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 50Mi

View File

@ -1,9 +0,0 @@
## [mongodb-6.0.55](https://github.com/truecharts/charts/compare/mongodb-6.0.54...mongodb-6.0.55) (2023-06-24)
### Chore
- update container image tccr.io/truecharts/mongodb to v6.0.6 ([#9866](https://github.com/truecharts/charts/issues/9866))

View File

@ -4,6 +4,15 @@
## [mongodb-6.0.56](https://github.com/truecharts/charts/compare/mongodb-6.0.55...mongodb-6.0.56) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))
## [mongodb-6.0.55](https://github.com/truecharts/charts/compare/mongodb-6.0.54...mongodb-6.0.55) (2023-06-24)
### Chore
@ -88,12 +97,3 @@
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))
## [mongodb-6.0.52](https://github.com/truecharts/charts/compare/mongodb-6.0.48...mongodb-6.0.52) (2023-06-16)
### Chore
- update container image tccr.io/truecharts/mongodb to v6.0.6 ([#9686](https://github.com/truecharts/charts/issues/9686))
- update container image tccr.io/truecharts/mongodb to v6.0.6 ([#9625](https://github.com/truecharts/charts/issues/9625))

View File

@ -3,7 +3,7 @@ appVersion: "6.0.6"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.3
version: 12.14.4
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.55
version: 6.0.56
annotations:
truecharts.org/catagories: |
- database

View File

@ -0,0 +1,9 @@
## [mongodb-6.0.56](https://github.com/truecharts/charts/compare/mongodb-6.0.55...mongodb-6.0.56) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))

Binary file not shown.

View File

@ -1,9 +0,0 @@
## [node-exporter-1.0.30](https://github.com/truecharts/charts/compare/node-exporter-1.0.29...node-exporter-1.0.30) (2023-06-24)
### Bug
- replace deprecated flags ([#9857](https://github.com/truecharts/charts/issues/9857))

View File

@ -4,6 +4,15 @@
## [node-exporter-1.0.31](https://github.com/truecharts/charts/compare/node-exporter-1.0.30...node-exporter-1.0.31) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))
## [node-exporter-1.0.30](https://github.com/truecharts/charts/compare/node-exporter-1.0.29...node-exporter-1.0.30) (2023-06-24)
### Bug
@ -88,12 +97,3 @@
## [node-exporter-1.0.25](https://github.com/truecharts/charts/compare/node-exporter-1.0.22...node-exporter-1.0.25) (2023-06-14)
### Chore
- update container image tccr.io/truecharts/node-exporter to v1.6.0 ([#9626](https://github.com/truecharts/charts/issues/9626))
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))

View File

@ -3,7 +3,7 @@ appVersion: "1.6.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.3
version: 12.14.4
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: 1.0.30
version: 1.0.31
annotations:
truecharts.org/catagories: |
- metrics

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,9 @@
## [node-exporter-1.0.31](https://github.com/truecharts/charts/compare/node-exporter-1.0.30...node-exporter-1.0.31) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))

View File

@ -1,10 +0,0 @@
## [redis-6.0.60](https://github.com/truecharts/charts/compare/redis-6.0.58...redis-6.0.60) (2023-06-13)
### Chore
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))

View File

@ -4,6 +4,15 @@
## [redis-6.0.61](https://github.com/truecharts/charts/compare/redis-6.0.60...redis-6.0.61) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))
## [redis-6.0.60](https://github.com/truecharts/charts/compare/redis-6.0.58...redis-6.0.60) (2023-06-13)
### Chore
@ -88,12 +97,3 @@
### Chore
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))
## [redis-6.0.60](https://github.com/truecharts/charts/compare/redis-6.0.58...redis-6.0.60) (2023-06-13)
### Chore

View File

@ -3,7 +3,7 @@ appVersion: "7.0.11"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.3
version: 12.14.4
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.60
version: 6.0.61
annotations:
truecharts.org/catagories: |
- database

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,9 @@
## [redis-6.0.61](https://github.com/truecharts/charts/compare/redis-6.0.60...redis-6.0.61) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))

Binary file not shown.

View File

@ -549,8 +549,38 @@ questions:
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@ -777,14 +807,14 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 8Gi
@ -798,7 +828,7 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 10m
@ -806,7 +836,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 50Mi

View File

@ -1,9 +0,0 @@
## [solr-4.0.55](https://github.com/truecharts/charts/compare/solr-4.0.54...solr-4.0.55) (2023-06-24)
### Chore
- update container image tccr.io/truecharts/solr to v9.2.1 ([#9871](https://github.com/truecharts/charts/issues/9871))

View File

@ -4,6 +4,15 @@
## [solr-4.0.56](https://github.com/truecharts/charts/compare/solr-4.0.55...solr-4.0.56) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))
## [solr-4.0.55](https://github.com/truecharts/charts/compare/solr-4.0.54...solr-4.0.55) (2023-06-24)
### Chore
@ -88,12 +97,3 @@
## [solr-4.0.51](https://github.com/truecharts/charts/compare/solr-4.0.48...solr-4.0.51) (2023-06-14)
### Chore
- update container image tccr.io/truecharts/solr to v9.2.1 ([#9631](https://github.com/truecharts/charts/issues/9631))
- update helm chart common to 12.14.3 ([#9601](https://github.com/truecharts/charts/issues/9601))
- update helm chart common to 12.14.2 ([#9579](https://github.com/truecharts/charts/issues/9579))

View File

@ -3,7 +3,7 @@ appVersion: "9.2.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.3
version: 12.14.4
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.55
version: 4.0.56
annotations:
truecharts.org/catagories: |
- search

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)

View File

@ -0,0 +1,9 @@
## [solr-4.0.56](https://github.com/truecharts/charts/compare/solr-4.0.55...solr-4.0.56) (2023-06-25)
### Chore
- update helm chart common to 12.14.4 ([#9898](https://github.com/truecharts/charts/issues/9898))

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