Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/playground-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5350,7 +5350,7 @@ export const chartConfigs: Record<string, ChartConfig> = {
label: 'Image Tag',
key: 'image.tag',
type: 'text',
default: 'v1.67.0',
default: 'v1.69.2',
description: 'Homarr image tag',
},
{
Expand Down
7 changes: 3 additions & 4 deletions src/pages/docs/charts/homarr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/pages/playground.astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const siteSyncPlaygroundConfigs: Record<string, string> = {
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',
Expand Down