From 0cbd5c16dd9b01bbea78508562fe86a1e425fb97 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Wed, 22 Jul 2026 09:50:04 -0700 Subject: [PATCH] fix(homarr): use latest tag instead of non-existent 1.0.0 --- k8s/applications/homarr/homarr-values.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/k8s/applications/homarr/homarr-values.yaml b/k8s/applications/homarr/homarr-values.yaml index d27e109..459884f 100644 --- a/k8s/applications/homarr/homarr-values.yaml +++ b/k8s/applications/homarr/homarr-values.yaml @@ -2,8 +2,8 @@ # SSO via Authentik, single-replica (UI state lives on PVC, not git). image: repository: ghcr.io/homarr-labs/homarr - tag: "1.0.0" # Pin to stable - pullPolicy: IfNotPresent + tag: "latest" # Use latest until we find correct version tag + pullPolicy: Always replicaCount: 1 @@ -17,13 +17,6 @@ persistence: accessMode: ReadWriteOnce size: 5Gi -# ENV injected via secret (k8s/applications/homarr/homarr-secrets.enc.yaml) -# Contains: -# - AUTH_PROVIDERS, AUTH_OIDC_*, NEXTAUTH_URL, BASE_URL -# - SECRET_ENCRYPTION_KEY -# Chart doesn't support envFrom, so we'll disable custom env for now -# and manually add it via kubectl patch after initial deployment - tolerations: - key: node-role.kubernetes.io/control-plane operator: Exists