From aae0dd78c89406c631e0278e3ea84c0249c059e9 Mon Sep 17 00:00:00 2001 From: Maicon Berlofa Date: Tue, 7 Jul 2026 17:03:16 -0300 Subject: [PATCH] docs(openhab): sync 5.2.0 default --- src/data/playground-configs.ts | 7 +++++++ src/pages/docs/charts/openhab.mdx | 12 +++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/data/playground-configs.ts b/src/data/playground-configs.ts index 60ccd21..15c7b16 100644 --- a/src/data/playground-configs.ts +++ b/src/data/playground-configs.ts @@ -3473,6 +3473,13 @@ export const chartConfigs: Record = { { name: 'Runtime', fields: [ + { + label: 'Image Tag', + key: 'image.tag', + type: 'text', + default: '5.2.0', + description: 'Pinned openHAB image tag', + }, { label: 'Timezone', key: 'env.TZ', diff --git a/src/pages/docs/charts/openhab.mdx b/src/pages/docs/charts/openhab.mdx index f0f0c99..490fab3 100644 --- a/src/pages/docs/charts/openhab.mdx +++ b/src/pages/docs/charts/openhab.mdx @@ -660,7 +660,7 @@ kubectl scale statefulset my-openhab -n openhab --replicas=1 | Parameter | Description | Default | | ------------------ | ---------------- | --------------------------- | | `image.repository` | Image repository | `docker.io/openhab/openhab` | -| `image.tag` | Image tag | `5.1.4` | +| `image.tag` | Image tag | `5.2.0` | | `image.pullPolicy` | Pull policy | `IfNotPresent` | ### Workload @@ -802,6 +802,16 @@ gateway: | `backup.s3.secretKey` | S3 secret key | `""` | | `backup.s3.existingSecret` | Existing Secret name (keys: `access-key`, `secret-key`) | `""` | +## Upgrade Notes + +openHAB `5.2.0` is a stable feature release for the 5.x line. The upstream +release notes list new add-ons, runtime/UI enhancements, and several breaking +changes that may require manual action after upgrade. Back up the `userdata`, +`conf`, and `addons` PVCs before upgrading. Review any affected rules, UI +layouts, persistence queries, voice IDs, and add-ons before rolling production +deployments. openHAB 5.x still requires Java 21, which is provided by the +official container image used by this chart. + ## Troubleshooting ### Pod stuck in Init state for several minutes