updated images

This commit is contained in:
2026-02-09 09:08:21 +01:00
parent 509b5f9b4e
commit 4ffa1ffa95
22 changed files with 60 additions and 60 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
# RoMM - ROM Manager
# https://github.com/rommapp/romm
# Version: 4.5.0
# Version: 4.6.1
# Domain: arcade.dooplex.hu
# Auth: Native OIDC with Authentik
#
@@ -32,7 +32,7 @@ data:
# This file satisfies the requirement for the config.yml to be present.
romm:
# You can add specific overrides here if needed
# Reference: https://docs.romm.app/4.5.0/Getting-Started/Configuration-File/
# Reference: https://docs.romm.app/4.6.1/Getting-Started/Configuration-File/
---
apiVersion: apps/v1
kind: Deployment
@@ -76,7 +76,7 @@ metadata:
labels:
app.kubernetes.io/instance: romm
app.kubernetes.io/name: romm
app.kubernetes.io/version: "4.5.0"
app.kubernetes.io/version: "4.6.1"
spec:
replicas: 1
selector:
@@ -90,7 +90,7 @@ spec:
labels:
app.kubernetes.io/instance: romm
app.kubernetes.io/name: romm
app.kubernetes.io/version: "4.5.0"
app.kubernetes.io/version: "4.6.1"
spec:
securityContext:
fsGroup: 1000
@@ -117,7 +117,7 @@ spec:
mountPath: /romm/config
containers:
- name: romm
image: rommapp/romm:4.5.0
image: rommapp/romm:4.6.1
env:
# Database
- name: DB_HOST