Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
93da1c674f
commit
efddbb52ea
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [solr-4.0.17](https://github.com/truecharts/charts/compare/solr-4.0.16...solr-4.0.17) (2023-04-28)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/solr to v9.2.0 ([#8260](https://github.com/truecharts/charts/issues/8260))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [solr-4.0.18](https://github.com/truecharts/charts/compare/solr-4.0.17...solr-4.0.18) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/solr to 9.2.0 ([#8631](https://github.com/truecharts/charts/issues/8631))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-4.0.17](https://github.com/truecharts/charts/compare/solr-4.0.16...solr-4.0.17) (2023-04-28)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update helm chart common to 12.4.13 ([#8035](https://github.com/truecharts/charts/issues/8035))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-4.0.7](https://github.com/truecharts/charts/compare/solr-4.0.6...solr-4.0.7) (2023-04-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 12.4.12 ([#8026](https://github.com/truecharts/charts/issues/8026))
|
||||
|
||||
|
|
@ -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.17
|
||||
version: 4.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- search
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [solr-4.0.18](https://github.com/truecharts/charts/compare/solr-4.0.17...solr-4.0.18) (2023-04-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/solr to 9.2.0 ([#8631](https://github.com/truecharts/charts/issues/8631))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/solr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 9.2.0@sha256:3ca8b14d9da7029f1f80bfdcec3cdb65696563609feba130c3b6db3b662469ba
|
||||
tag: 9.2.0@sha256:8dc79384cf08186310ba98191e9299a816f281fac3cbef31e5d1406512bea2fd
|
||||
|
||||
workload:
|
||||
main:
|
|
@ -719,7 +719,7 @@ questions:
|
|||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["runAsUser", "=", "0"]]
|
||||
show_if: [["runAsUser", "=", 0]]
|
||||
default: 568
|
||||
- variable: UMASK
|
||||
label: UMASK
|
Loading…
Reference in New Issue