This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/zurdi15/romm](https://togithub.com/zurdi15/romm) | minor | `2.1.0` -> `2.2.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>zurdi15/romm (ghcr.io/zurdi15/romm)</summary> ### [`v2.2.1`](https://togithub.com/zurdi15/romm/blob/HEAD/CHANGELOG.md#v221-02-01-2024) [Compare Source](https://togithub.com/zurdi15/romm/compare/v2.2.0...v2.2.1) #### Added - Added an option to group different regions of one game in the same entry in the `Control Panel`. Closes [#​404](https://togithub.com/zurdi15/romm/issues/404) #### Fixed - Fixed an error when scanning games with with `ps2 opl`, `switch titledb/productid` or `mame` format. - Fixed updating roms of a custom platform folder. #### Changed - Now region and language tags are case insensitive to show `emojis`. ### [`v2.2.0`](https://togithub.com/zurdi15/romm/blob/HEAD/CHANGELOG.md#v220-31-12-2023) [Compare Source](https://togithub.com/zurdi15/romm/compare/v2.1.0...v2.2.0) #### Added - Support for `productID` in the file name for `switch` titles. - Rom name sorting now sorts smarter, avoiding leading articles such `The` or `A`, like in `The Legend of Zelda`. Closes [#​449](https://togithub.com/zurdi15/romm/issues/449) and [#​450](https://togithub.com/zurdi15/romm/issues/450) - Support for file names with multiple `regions` and `languages`. Also uses `emojis` to display them. Closes [#​473](https://togithub.com/zurdi15/romm/issues/473) - Added a button to manually `run` all tasks. Closes [#​437](https://togithub.com/zurdi15/romm/issues/437) - Now if a game doesn't have cover, it will show a screenshot if available. Closes [#​455](https://togithub.com/zurdi15/romm/issues/455) - Added a little warning icon in the platform selector if the platform is not found by IGDB. - Now if a platform is not found by IGDB, the platform name is `titleized`. Ex: `pocket-challenge-v2 -> Pocket Challenge V2`. Closes [#​486](https://togithub.com/zurdi15/romm/issues/486) - A lot more icons!. Complete list at [PR-488](https://togithub.com/zurdi15/romm/pull/488) and [PR-493](https://togithub.com/zurdi15/romm/pull/493) - Support for support for AES/MVS. Closes [#​503](https://togithub.com/zurdi15/romm/issues/503) - Added [Helm Chart](https://artifacthub.io/packages/helm/crystalnet/romm) to deploy on Kubernetes by [@​psych0d0g](https://togithub.com/psych0d0g) - `Rescan unidentified` added to the scan view, allowing to rescan only those entries that IGDB couldn't identify in previous scans. Closes [#​519](https://togithub.com/zurdi15/romm/issues/519) - `Config file` visualization added to the new `Config` tab in the `Control Panel`. Partially implements some concepts of [#​457](https://togithub.com/zurdi15/romm/issues/457) #### Fixed - Now sorting by size in the gallery table view works as expected. Closes [#​423](https://togithub.com/zurdi15/romm/issues/423) - Now RomM is more responsive in more kind of devices. - Cover sizes are now standarized to have a more consistent gallery. Closes [#​340](https://togithub.com/zurdi15/romm/issues/340) - Improved detection for multiple extension files. - Now the `delete from filesystem` checkbox is reseted when the `delete` dialog is closed. Closes [#​466](https://togithub.com/zurdi15/romm/issues/466) - Single file roms now are properly downloaded from backend, fixing a potential security issue. Closes [#​471](https://togithub.com/zurdi15/romm/issues/471) - Now a new `scanned` game appears directly in the gallery without refreshing. Closes [#​467](https://togithub.com/zurdi15/romm/issues/467) - A lot more of small fixes. - Now the default theme is setup properly. - Fixed scan for custom folders from the `scan` view. Closes [#​501](https://togithub.com/zurdi15/romm/issues/501) - Fixed multi-part games download when any part of the game contains a `comma` in the name. Closes [#​520](https://togithub.com/zurdi15/romm/issues/520) #### Changed - Improved the docker `init scripts` handling by [@​psych0d0g](https://togithub.com/psych0d0g). - Now the `scan` can continue after failing finding roms for one platform. Closes [#​460](https://togithub.com/zurdi15/romm/issues/460) - Logs improved a lot. <br> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
101 lines
2.5 KiB
YAML
101 lines
2.5 KiB
YAML
image:
|
|
repository: ghcr.io/zurdi15/romm
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.2.1@sha256:4068f58d2eb336c19914e183f6d98f0941e3629a4d002103202c840525420141
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 8080
|
|
port: 10680
|
|
|
|
romm:
|
|
auth:
|
|
user: "admin"
|
|
pass: "admin"
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: http
|
|
readiness:
|
|
type: http
|
|
startup:
|
|
type: http
|
|
env:
|
|
ROMM_BASE_PATH: /romm
|
|
ROMM_DB_DRIVER: mariadb
|
|
# IGDB client id
|
|
CLIENT_ID: ""
|
|
# IGDB client secret
|
|
CLIENT_SECRET: ""
|
|
STEAMGRIDDB_API_KEY: ""
|
|
DB_PORT: 3306
|
|
DB_NAME: "{{ .Values.mariadb.mariadbDatabase }}"
|
|
DB_USER: "{{ .Values.mariadb.mariadbUsername }}"
|
|
DB_HOST:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
|
key: plainhost
|
|
DB_PASSWD:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
|
key: mariadb-password
|
|
REDIS_HOST:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
|
key: plainhost
|
|
REDIS_PASSWORD:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
|
key: redis-password
|
|
REDIS_PORT: 6379
|
|
ROMM_AUTH_SECRET_KEY:
|
|
secretKeyRef:
|
|
name: romm-secrets
|
|
key: ROMM_AUTH_SECRET_KEY
|
|
ROMM_AUTH_ENABLED: true
|
|
ENABLE_EXPERIMENTAL_REDIS: true
|
|
ROMM_AUTH_USERNAME: "{{ .Values.romm.auth.user}}"
|
|
ROMM_AUTH_PASSWORD: "{{ .Values.romm.auth.pass}}"
|
|
|
|
persistence:
|
|
library:
|
|
enabled: true
|
|
mountPath: /romm/library
|
|
resources:
|
|
enabled: true
|
|
mountPath: /romm/resources
|
|
logs:
|
|
enabled: true
|
|
mountPath: /romm/logs
|
|
|
|
mariadb:
|
|
enabled: true
|
|
mariadbUsername: romm
|
|
mariadbDatabase: romm
|
|
|
|
redis:
|
|
enabled: true
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|