Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
df1e5a2e46
commit
07e0f11bd1
|
@ -1,11 +0,0 @@
|
|||
|
||||
|
||||
## [romm-3.0.0](https://github.com/truecharts/charts/compare/romm-2.0.13...romm-3.0.0) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
||||
- fix annotations again
|
||||
- update annotations
|
||||
- cleanup chart.yaml and add min-max scale version
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [romm-3.0.1](https://github.com/truecharts/charts/compare/romm-3.0.0...romm-3.0.1) (2023-12-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- update port ([#15637](https://github.com/truecharts/charts/issues/15637))
|
||||
|
||||
|
||||
|
||||
|
||||
## [romm-3.0.0](https://github.com/truecharts/charts/compare/romm-2.0.13...romm-3.0.0) (2023-12-02)
|
||||
|
||||
### Chore
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
- update helm general non-major ([#13386](https://github.com/truecharts/charts/issues/13386))
|
||||
|
||||
|
||||
|
||||
|
||||
## [romm-2.0.4](https://github.com/truecharts/charts/compare/romm-2.0.3...romm-2.0.4) (2023-08-30)
|
||||
|
||||
|
||||
|
||||
|
||||
## [romm-2.0.3](https://github.com/truecharts/charts/compare/romm-2.0.2...romm-2.0.3) (2023-08-29)
|
|
@ -1,17 +1,16 @@
|
|||
kubeVersion: ">=1.24.0"
|
||||
apiVersion: v2
|
||||
name: romm
|
||||
version: 3.0.0
|
||||
appVersion: "2.1.0"
|
||||
version: 3.0.1
|
||||
appVersion: 2.1.0
|
||||
description: game library manager focused in retro gaming
|
||||
home: https://truecharts.org/charts/stable/romm
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/zurdi15/romm
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/romm
|
||||
- https://ghcr.io/zurdi15/romm
|
||||
type: application
|
||||
- https://github.com/zurdi15/romm
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [romm-3.0.1](https://github.com/truecharts/charts/compare/romm-3.0.0...romm-3.0.1) (2023-12-03)
|
||||
|
||||
### Fix
|
||||
|
||||
- update port ([#15637](https://github.com/truecharts/charts/issues/15637))
|
||||
|
||||
|
|
@ -15,7 +15,7 @@ service:
|
|||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 80
|
||||
targetPort: 8080
|
||||
port: 10680
|
||||
|
||||
romm:
|
Loading…
Reference in New Issue