Skip to content

Commit 943d164

Browse files
committed
Review fixes
1 parent 92cbed1 commit 943d164

5 files changed

Lines changed: 327 additions & 172 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ Consider these alternatives:
8989
enabled: true # Must be TRUE for airgapped installations
9090
# If using custom root CA for S3 storage
9191
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
92+
- name: plane-s3-ca
93+
key: s3-custom-ca.crt
94+
- name: plane-s3-ca-2
95+
key: s3-custom-ca-2.crt
9696
```
9797
9898
**Service images:**

docs/self-hosting/methods/clone-docker-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Set your version and destination registry before copying images.
7676

7777
```bash
7878
# Set your Plane version
79-
export APP_RELEASE_VERSION="v2.1.0" # Replace with your desired version
79+
export APP_RELEASE_VERSION="v2.4.0" # Replace with your desired version
8080

8181
# Set your destination registry
8282
export DESTINATION_REGISTRY="your-registry.io/your-namespace"
@@ -188,7 +188,7 @@ Create a file named `copy-plane-images.sh`:
188188
set -e
189189

190190
# Configuration
191-
APP_RELEASE_VERSION="${APP_RELEASE_VERSION:-v2.1.0}"
191+
APP_RELEASE_VERSION="${APP_RELEASE_VERSION:-v2.4.0}"
192192
DESTINATION_REGISTRY="${DESTINATION_REGISTRY}"
193193

194194
if [ -z "$DESTINATION_REGISTRY" ]; then

docs/self-hosting/methods/download-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ curl "https://prime.plane.so/api/v2/setup/?version=<version>&airgapped=<true|fal
2020

2121
| Parameter | Required | Default | Description |
2222
| ----------- | -------- | ------- | ---------------------------------------------------------------------------- |
23-
| `version` | Yes || Release tag (e.g., `v2.4.04`) |
23+
| `version` | Yes || Release tag (e.g., `v2.4.0`) |
2424
| `airgapped` | No | `false` | Set to `true` for airgapped compose files |
2525
| `platform` | No | `amd64` | Target architecture: `amd64` or `arm64`. Only applies when `airgapped=true`. |
2626

0 commit comments

Comments
 (0)