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
8 changes: 4 additions & 4 deletions src/pages/docs/charts/elasticsearch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ monitoring:
| `namespaceOverride` | `""` | Override namespace for chart-managed resources |
| `clusterProfile` | `dev` | Cluster preset: `dev`, `staging`, `production-ha` |
| `clusterName` | `helmforge-cluster` | Elasticsearch cluster name |
| `image.tag` | `9.4.2` | Elasticsearch version |
| `image.tag` | `9.4.3` | Elasticsearch version |
| `master.replicaCount` | profile-driven | Number of master-eligible nodes (must be odd) |
| `master.heapSize` | auto (50% mem) | JVM heap for master nodes |
| `data.replicaCount` | profile-driven | Number of data nodes |
Expand All @@ -317,7 +317,7 @@ monitoring:
| `dataTiers.warm.enabled` | `false` | Enable dedicated warm tier nodes |
| `monitoring.enabled` | `false` | Enable Prometheus exporter sidecar |
| `kibana.enabled` | `false` | Deploy optional Kibana |
| `kibana.image.tag` | `9.4.2` | Kibana version aligned with Elasticsearch |
| `kibana.image.tag` | `9.4.3` | Kibana version aligned with Elasticsearch |
| `service.ipFamilyPolicy` | `null` | Service dual-stack policy for HTTP and headless Services |
| `service.ipFamilies` | `[]` | Service IP families for HTTP and headless Services |
| `serviceAccount.create` | `false` | Create a dedicated ServiceAccount |
Expand All @@ -334,8 +334,8 @@ namespaceOverride: search-runtime

## Upgrade Notes

`docker.io/library/elasticsearch:9.4.2` is an upstream image update from
`9.4.1`. Review the upstream Elasticsearch release notes before upgrading
`docker.io/library/elasticsearch:9.4.3` is an upstream image update from
`9.4.2`. Review the upstream Elasticsearch release notes before upgrading
production clusters, take a snapshot backup, and verify Kibana compatibility,
plugins, ILM policies, and index templates in a staging environment before
reusing existing PVCs.
Expand Down
1 change: 1 addition & 0 deletions src/pages/playground.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const siteSyncPlaygroundConfigs: Record<string, string> = {
dolibarr: 'src/data/playground-configs.ts',
druid: 'src/data/playground-configs.ts',
drupal: 'src/data/playground-configs.ts',
elasticsearch: 'src/data/playground-configs.ts',
'envoy-gateway': 'src/data/playground-configs.ts',
'fastmcp-server': 'src/data/playground-configs.ts',
flowise: 'src/data/playground-configs.ts',
Expand Down