Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
af781450ea
commit
11070ce26c
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [romm-2.0.3](https://github.com/truecharts/charts/compare/romm-2.0.2...romm-2.0.3) (2023-08-29)
|
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [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)
|
## [romm-2.0.3](https://github.com/truecharts/charts/compare/romm-2.0.2...romm-2.0.3) (2023-08-29)
|
||||||
|
|
||||||
|
|
||||||
|
@ -92,8 +97,3 @@
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [romm-1.0.2](https://github.com/truecharts/charts/compare/romm-1.0.1...romm-1.0.2) (2023-06-07)
|
|
|
@ -29,7 +29,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/romm
|
- https://github.com/truecharts/charts/tree/master/charts/stable/romm
|
||||||
- https://github.com/zurdi15/romm
|
- https://github.com/zurdi15/romm
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.3
|
version: 2.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [romm-2.0.4](https://github.com/truecharts/charts/compare/romm-2.0.3...romm-2.0.4) (2023-08-30)
|
||||||
|
|
|
@ -15,6 +15,7 @@ service:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
protocol: http
|
protocol: http
|
||||||
|
targetPort: 80
|
||||||
port: 10680
|
port: 10680
|
||||||
|
|
||||||
romm:
|
romm:
|
||||||
|
@ -35,7 +36,6 @@ workload:
|
||||||
startup:
|
startup:
|
||||||
type: http
|
type: http
|
||||||
env:
|
env:
|
||||||
VITE_BACKEND_DEV_PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
||||||
ROMM_BASE_PATH: /romm
|
ROMM_BASE_PATH: /romm
|
||||||
ROMM_DB_DRIVER: mariadb
|
ROMM_DB_DRIVER: mariadb
|
||||||
# IGDB client id
|
# IGDB client id
|
Loading…
Reference in New Issue