Skip to content

Commit 2bdd1b3

Browse files
committed
docs: fix stale references in chart documentation
- Remove hardcoded local paths from INSTALL.md and QUICK-START.md - Update minimum K8s version from 1.20+ to 1.28+ (matches CI test matrix) - Replace deprecated PSP reference with Pod Security Standards
1 parent ff3cbb9 commit 2bdd1b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helm/disentangle/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Quick start guide for deploying the Disentangle Protocol network using Helm.
44

55
## Prerequisites
66

7-
- Kubernetes cluster (1.20+)
7+
- Kubernetes cluster (1.28+)
88
- Helm 3.x
99
- kubectl configured to access your cluster
1010
- At least 5Gi of persistent storage available (1Gi per node with default 5 nodes)
@@ -13,7 +13,7 @@ Quick start guide for deploying the Disentangle Protocol network using Helm.
1313

1414
```bash
1515
# Navigate to the Helm chart directory
16-
cd /Users/lclose/DISENTANGLE-NETWORK/deploy/helm
16+
cd helm
1717

1818
# Install with default settings (5 nodes)
1919
helm install disentangle ./disentangle

helm/disentangle/QUICK-START.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## One-Line Install
44

55
```bash
6-
cd /Users/lclose/DISENTANGLE-NETWORK/deploy/helm && helm install disentangle ./disentangle
6+
helm install disentangle helm/disentangle
77
```
88

99
## Essential Commands

helm/disentangle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Helm chart for deploying a Disentangle Protocol network on Kubernetes.
1010
- RPC service with optional ingress
1111
- Optional transaction generator CronJob for testing
1212
- Configurable consensus and PoW parameters
13-
- Security hardening with PSP and non-root containers
13+
- Security hardening with Pod Security Standards and non-root containers
1414

1515
## Installation
1616

0 commit comments

Comments
 (0)