Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d40eab7aa3
commit
725a1a1bea
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [libremdb-2.0.10](https://github.com/truecharts/charts/compare/libremdb-2.0.9...libremdb-2.0.10) (2023-04-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/libremdb to latest ([#8251](https://github.com/truecharts/charts/issues/8251))
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [libremdb-2.0.11](https://github.com/truecharts/charts/compare/libremdb-2.0.10...libremdb-2.0.11) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/libremdb to latest ([#8466](https://github.com/truecharts/charts/issues/8466))
|
||||
|
||||
|
||||
|
||||
|
||||
## [libremdb-2.0.10](https://github.com/truecharts/charts/compare/libremdb-2.0.9...libremdb-2.0.10) (2023-04-27)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
||||
|
||||
|
||||
|
||||
|
||||
## [libremdb-2.0.0](https://github.com/truecharts/charts/compare/libremdb-1.0.17...libremdb-2.0.0) (2023-04-11)
|
||||
|
||||
### Feat
|
||||
|
||||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ sources:
|
|||
- https://github.com/zyachel/libremdb
|
||||
- https://github.com/PussTheCat-org/docker-libremdb-quay
|
||||
type: application
|
||||
version: 2.0.10
|
||||
version: 2.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [libremdb-2.0.11](https://github.com/truecharts/charts/compare/libremdb-2.0.10...libremdb-2.0.11) (2023-04-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/libremdb to latest ([#8466](https://github.com/truecharts/charts/issues/8466))
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/libremdb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:3164f029a24584fb49acd5e9ca8be886547801f695abea1b0abbb41a6aaea793
|
||||
tag: latest@sha256:72d6c950a2c5c5a4bcf8470caa0f28597d0b99ec685af4c845fc7d06def738ae
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -740,7 +740,7 @@ questions:
|
|||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
|
||||
|
||||
- variable: certificateIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
|
@ -974,7 +974,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