From eac4f48c79683c57a82731c7ffa2441539be2832 Mon Sep 17 00:00:00 2001 From: Maicon Berlofa Date: Tue, 7 Jul 2026 12:01:38 -0300 Subject: [PATCH] docs(homarr): sync 1.69.2 default --- src/data/playground-configs.ts | 2 +- src/pages/docs/charts/homarr.mdx | 7 +++---- src/pages/playground.astro | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/data/playground-configs.ts b/src/data/playground-configs.ts index f28a6147..69392637 100644 --- a/src/data/playground-configs.ts +++ b/src/data/playground-configs.ts @@ -5350,7 +5350,7 @@ export const chartConfigs: Record = { label: 'Image Tag', key: 'image.tag', type: 'text', - default: 'v1.67.0', + default: 'v1.69.2', description: 'Homarr image tag', }, { diff --git a/src/pages/docs/charts/homarr.mdx b/src/pages/docs/charts/homarr.mdx index faec3ba2..11ae4ce9 100644 --- a/src/pages/docs/charts/homarr.mdx +++ b/src/pages/docs/charts/homarr.mdx @@ -50,9 +50,8 @@ helm install homarr oci://ghcr.io/helmforgedev/helm/homarr -f values.yaml ## Upgrade Notes -The chart defaults to Homarr `v1.67.0`. This skips the `v1.65.0` MySQL migration regression; upstream fixed that issue in -`v1.66.1`, and `v1.67.0` keeps the fix while adding the latest Homarr improvements. Review the upstream Homarr release -notes before upgrading production environments. +The chart defaults to Homarr `v1.69.2`. This patch release fixes layout stacking so the AppShell header renders above +indicator dots. Review the upstream Homarr release notes before upgrading production environments. ## Deployment Examples @@ -227,7 +226,7 @@ ingress: | Parameter | Type | Default | Description | | ------------------ | ------ | ---------------------------- | ------------------ | | `image.repository` | string | `ghcr.io/homarr-labs/homarr` | Homarr image. | -| `image.tag` | string | `"v1.67.0"` | Image tag. | +| `image.tag` | string | `"v1.69.2"` | Image tag. | | `image.pullPolicy` | string | `IfNotPresent` | Image pull policy. | ### Homarr Configuration diff --git a/src/pages/playground.astro b/src/pages/playground.astro index bd57e9e1..9585e4cc 100644 --- a/src/pages/playground.astro +++ b/src/pages/playground.astro @@ -50,6 +50,7 @@ const siteSyncPlaygroundConfigs: Record = { generic: 'src/data/playground-configs.ts', ghost: 'src/data/playground-configs.ts', 'github-mcp-server': 'src/data/playground-configs.ts', + homarr: 'src/data/playground-configs.ts', hoppscotch: 'src/data/playground-configs.ts', immich: 'src/data/playground-configs.ts', jenkins: 'src/data/playground-configs.ts',