diff --git a/src/data/playground-configs.ts b/src/data/playground-configs.ts index 60ccd21..292db52 100644 --- a/src/data/playground-configs.ts +++ b/src/data/playground-configs.ts @@ -11324,6 +11324,13 @@ export const chartConfigs: Record = { options: ['dev', 'production'], description: 'dev uses defaults; production requires a hostname', }, + { + label: 'Image Tag', + key: 'image.tag', + type: 'text', + default: '2026.6.0', + description: 'Hoppscotch image tag', + }, { label: 'Replica Count', key: 'replicaCount', diff --git a/src/pages/docs/charts/hoppscotch.mdx b/src/pages/docs/charts/hoppscotch.mdx index 325d88b..4b4487d 100644 --- a/src/pages/docs/charts/hoppscotch.mdx +++ b/src/pages/docs/charts/hoppscotch.mdx @@ -9,7 +9,7 @@ import Callout from '../../../components/Callout.astro'; # Hoppscotch -Hoppscotch is an open-source API development platform supporting REST, GraphQL, and WebSocket APIs. The HelmForge chart deploys the Community Edition All-in-One image (`2026.5.0`) with subpath-based routing, automatic Prisma migrations, optional OAuth providers, SMTP, ExternalSecrets Operator support, and a bundled HelmForge PostgreSQL subchart. +Hoppscotch is an open-source API development platform supporting REST, GraphQL, and WebSocket APIs. The HelmForge chart deploys the Community Edition All-in-One image (`2026.6.0`) with subpath-based routing, automatic Prisma migrations, optional OAuth providers, SMTP, ExternalSecrets Operator support, and a bundled HelmForge PostgreSQL subchart. ## Key Features @@ -392,7 +392,7 @@ helm test hoppscotch -n hoppscotch | -------------------------------- | -------------------------------------------------------- | ---------- | | `mode` | Chart mode: `dev` or `production` | `dev` | | `namespaceOverride` | Override namespace for chart-managed resources | `""` | -| `image.tag` | Hoppscotch image tag | `2026.5.0` | +| `image.tag` | Hoppscotch image tag | `2026.6.0` | | `replicaCount` | Number of replicas | `1` | | `ingress.enabled` | Enable Ingress | `false` | | `ingress.host` | Hostname (auto-derives all VITE\_\* URLs) | `""` |