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
7 changes: 7 additions & 0 deletions src/data/playground-configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11324,6 +11324,13 @@ export const chartConfigs: Record<string, ChartConfig> = {
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',
Expand Down
4 changes: 2 additions & 2 deletions src/pages/docs/charts/hoppscotch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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) | `""` |
Expand Down