Skip to content

Commit 92cbed1

Browse files
committed
Update OpenSearch version in advanced search documentation to 2.19 for consistency across self-hosting guides.
1 parent 135e1ff commit 92cbed1

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

docs/self-hosting/govern/advanced-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Plane uses OpenSearch to provide advanced search capabilities across your worksp
1212

1313
You'll need:
1414

15-
- An OpenSearch 2.x instance (self-hosted or managed service like AWS OpenSearch).
15+
- An OpenSearch 2.19 instance (self-hosted or managed service like AWS OpenSearch).
1616

1717
## What you get with advanced search
1818

docs/self-hosting/govern/plane-ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For an overview of what Plane AI can do, see the [Plane AI](https://docs.plane.s
1414

1515
You'll need:
1616

17-
- An OpenSearch 2.x instance (self-hosted or AWS OpenSearch) configured for [advanced search](/self-hosting/govern/advanced-search).
17+
- An OpenSearch 2.19 instance (self-hosted or AWS OpenSearch) configured for [advanced search](/self-hosting/govern/advanced-search).
1818
- At least one LLM provider API key or a custom OpenAI-compatible endpoint.
1919
- At least one embedding model configured in OpenSearch.
2020

docs/self-hosting/methods/airgapped-edition-kubernetes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,11 @@ Consider these alternatives:
8888
airgapped:
8989
enabled: true # Must be TRUE for airgapped installations
9090
# If using custom root CA for S3 storage
91-
s3SecretName: "s3-custom-ca"
92-
s3SecretKey: "s3-custom-ca.crt"
91+
s3Secrets:
92+
- name: plane-s3-ca
93+
key: s3-custom-ca.crt
94+
- name: plane-s3-ca-2
95+
key: s3-custom-ca-2.crt
9396
```
9497
9598
**Service images:**

0 commit comments

Comments
 (0)