Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9e4fdb17a0
commit
fd00a04bc3
|
@ -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))
|
||||
|
||||
|
|
@ -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)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
### 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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-4.0.51](https://github.com/truecharts/charts/compare/solr-4.0.48...solr-4.0.51) (2023-06-14)
|
||||
|
||||
### Chore
|
|
@ -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.52
|
||||
version: 4.0.53
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- search
|
|
@ -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))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/solr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v9.2.1@sha256:ffec4ef46e03e43dc44b3197eb9b3063017c89428d63e16196ce35b9f105238f
|
||||
tag: v9.2.1@sha256:3547d6b88575786caacf3ff7ff25c42a593901c4c86d4a7a0c42ed8d14847142
|
||||
|
||||
workload:
|
||||
main:
|
|
@ -580,8 +580,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:
|
Loading…
Reference in New Issue