Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-18 04:43:36 +00:00
parent 9e4fdb17a0
commit fd00a04bc3
12 changed files with 50 additions and 23 deletions

View File

@ -1,12 +0,0 @@
## [solr-4.0.52](https://github.com/truecharts/charts/compare/solr-4.0.48...solr-4.0.52) (2023-06-16)
### Chore
- update container image tccr.io/truecharts/solr to v9.2.1 ([#9689](https://github.com/truecharts/charts/issues/9689))
- 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

@ -4,6 +4,15 @@
## [solr-4.0.53](https://github.com/truecharts/charts/compare/solr-4.0.52...solr-4.0.53) (2023-06-18)
### Chore
- update container image tccr.io/truecharts/solr to v9.2.1 ([#9743](https://github.com/truecharts/charts/issues/9743))
## [solr-4.0.52](https://github.com/truecharts/charts/compare/solr-4.0.48...solr-4.0.52) (2023-06-16) ## [solr-4.0.52](https://github.com/truecharts/charts/compare/solr-4.0.48...solr-4.0.52) (2023-06-16)
### Chore ### Chore
@ -88,12 +97,3 @@
### Chore ### Chore
- update container image tccr.io/truecharts/solr to v9.2.1 ([#9631](https://github.com/truecharts/charts/issues/9631)) - 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))
## [solr-4.0.51](https://github.com/truecharts/charts/compare/solr-4.0.48...solr-4.0.51) (2023-06-14)
### Chore

View File

@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr - https://github.com/truecharts/charts/tree/master/charts/dependency/solr
- https://github.com/apache/solr - https://github.com/apache/solr
type: application type: application
version: 4.0.52 version: 4.0.53
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- search - search

View File

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

View File

@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/solr repository: tccr.io/truecharts/solr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v9.2.1@sha256:ffec4ef46e03e43dc44b3197eb9b3063017c89428d63e16196ce35b9f105238f tag: v9.2.1@sha256:3547d6b88575786caacf3ff7ff25c42a593901c4c86d4a7a0c42ed8d14847142
workload: workload:
main: main:

View File

@ -580,8 +580,38 @@ questions:
description: Automatically set permissions on install description: Automatically set permissions on install
schema: schema:
show_if: [["type", "=", "hostPath"]] show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean type: boolean
default: false 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 - variable: readOnly
label: Read Only label: Read Only
schema: schema: