Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
b5b9583563
commit
1f58f32361
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [libremdb-3.0.250](https://github.com/truecharts/charts/compare/libremdb-3.0.249...libremdb-3.0.250) (2023-11-03)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update helm general non-major ([#14287](https://github.com/truecharts/charts/issues/14287))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [libremdb-3.0.251](https://github.com/truecharts/charts/compare/libremdb-3.0.250...libremdb-3.0.251) (2023-11-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/libremdb to latest ([#14298](https://github.com/truecharts/charts/issues/14298))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [libremdb-3.0.250](https://github.com/truecharts/charts/compare/libremdb-3.0.249...libremdb-3.0.250) (2023-11-03)
|
## [libremdb-3.0.250](https://github.com/truecharts/charts/compare/libremdb-3.0.249...libremdb-3.0.250) (2023-11-03)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [libremdb-3.0.241](https://github.com/truecharts/charts/compare/libremdb-3.0.240...libremdb-3.0.241) (2023-10-31)
|
## [libremdb-3.0.241](https://github.com/truecharts/charts/compare/libremdb-3.0.240...libremdb-3.0.241) (2023-10-31)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/libremdb to latest ([#14177](https://github.com/truecharts/charts/issues/14177))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [libremdb-3.0.240](https://github.com/truecharts/charts/compare/libremdb-3.0.239...libremdb-3.0.240) (2023-10-31)
|
|
||||||
|
|
||||||
### Chore
|
|
|
@ -27,7 +27,7 @@ sources:
|
||||||
- https://github.com/zyachel/libremdb
|
- https://github.com/zyachel/libremdb
|
||||||
- https://github.com/PussTheCat-org/docker-libremdb-quay
|
- https://github.com/PussTheCat-org/docker-libremdb-quay
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.250
|
version: 3.0.251
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/category: media
|
truecharts.org/category: media
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [libremdb-3.0.251](https://github.com/truecharts/charts/compare/libremdb-3.0.250...libremdb-3.0.251) (2023-11-03)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/libremdb to latest ([#14298](https://github.com/truecharts/charts/issues/14298))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/libremdb
|
repository: tccr.io/truecharts/libremdb
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: latest@sha256:d7e87b63268d018b08a6f17483513829033689116bd6fd1ed42dc93a25f2fb6c
|
tag: latest@sha256:d8328b8fb70acb1a4a4315539221fd27a2de7126f25a68935b5463bb1b84d468
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
|
@ -878,6 +878,12 @@ questions:
|
||||||
default: websecure
|
default: websecure
|
||||||
show_if: [["advanced", "=", true]]
|
show_if: [["advanced", "=", true]]
|
||||||
required: true
|
required: true
|
||||||
|
- variable: allowCors
|
||||||
|
label: "Allow Cross Origin Requests"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
show_if: [["advanced", "=", true]]
|
||||||
|
default: false
|
||||||
- variable: ingressClassName
|
- variable: ingressClassName
|
||||||
label: (Advanced/Optional) IngressClass Name
|
label: (Advanced/Optional) IngressClass Name
|
||||||
schema:
|
schema:
|
||||||
|
@ -965,6 +971,12 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
|
- variable: allowCors
|
||||||
|
label: "Allow Cross Origin Requests"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
show_if: [["advanced", "=", true]]
|
||||||
|
default: false
|
||||||
- variable: hosts
|
- variable: hosts
|
||||||
label: Hosts
|
label: Hosts
|
||||||
schema:
|
schema:
|
Loading…
Reference in New Issue