Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
30957de3f4
commit
5dbaf02203
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [solr-4.0.54](https://github.com/truecharts/charts/compare/solr-4.0.53...solr-4.0.54) (2023-06-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/solr to v9.2.1 ([#9802](https://github.com/truecharts/charts/issues/9802))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [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))
|
||||
|
||||
|
||||
|
||||
|
||||
## [solr-4.0.54](https://github.com/truecharts/charts/compare/solr-4.0.53...solr-4.0.54) (2023-06-21)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- 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
|
||||
|
||||
- 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))
|
|
@ -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.54
|
||||
version: 4.0.55
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- search
|
|
@ -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)
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [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))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/solr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v9.2.1@sha256:8c099eb8718eb2a9f628a3a4b193ac2ee9fff7fcc527b4f1d182cf8688a1608c
|
||||
tag: v9.2.1@sha256:e3d3890a29ab65d639d8638faacbeaf48ff4b0bd0b0bcb2039ae6cad07a9de8a
|
||||
|
||||
workload:
|
||||
main:
|
|
@ -838,14 +838,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
|
||||
|
@ -859,7 +859,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
|
||||
|
@ -867,7 +867,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
|
Loading…
Reference in New Issue