diff --git a/homarr/deployment-homarr.yaml b/homarr/deployment-homarr.yaml index b4b3485..95d0da3 100644 --- a/homarr/deployment-homarr.yaml +++ b/homarr/deployment-homarr.yaml @@ -38,7 +38,12 @@ spec: value: Authentik - name: AUTH_OIDC_AUTO_LOGIN value: 'true' - image: ghcr.io/homarr-labs/homarr@sha256:80ee593cd76afbbb34b8edb4b345281e2bf47d33e6d682684d6ad36624784ce0 + # Release publicada, no la rama main. Antes iba por digest porque el tag + # "latest" de homarr es una build de main (version=main); ese digest + # resultó ser exactamente v1.70.0 — el commit 4b351bb es su release commit. + # Guarda una SQLite en homarr-db-pvc, así que subir de versión aplica + # migraciones: copia previa en /data/backups/backups/homarr_pre-v1.71.0_*. + image: ghcr.io/homarr-labs/homarr:v1.71.0 imagePullPolicy: Always name: homarr ports: