Skip to content

Commit 5912d2a

Browse files
committed
feat(openclaw-helm): add Artifact Hub link, bump chart to 1.3.7
1 parent a50f37c commit 5912d2a

File tree

1 file changed

+3
-3
lines changed
  • openclaw-helm.html

1 file changed

+3
-3
lines changed

openclaw-helm.html/0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ That said, container isolation and network policies don't make OpenClaw complete
1919

2020
I run Kubernetes for everything in my homelab. When I saw OpenClaw gaining traction, I realized there wasn't a Helm chart available for deploying it. So I built one. Everything in my homelab is declarative, version-controlled in Git, and managed through ArgoCD, that's just how I operate.
2121

22-
This post walks through deploying OpenClaw on Kubernetes using [my Helm chart](https://github.com/serhanekicii/openclaw-helm).
22+
This post walks through deploying OpenClaw on Kubernetes using [my Helm chart](https://github.com/serhanekicii/openclaw-helm), also available on [Artifact Hub](https://artifacthub.io/packages/helm/openclaw-helm/openclaw).
2323

2424
### Deployment Architecture
2525

@@ -143,7 +143,7 @@ appVersion: "2026.2.6"
143143

144144
dependencies:
145145
- name: openclaw
146-
version: 1.3.4
146+
version: 1.3.7
147147
repository: https://serhanekicii.github.io/openclaw-helm
148148
```
149149
@@ -298,7 +298,7 @@ The default policy allows:
298298

299299
- **Ingress** from the `gateway-system` namespace on port 18789
300300
- **Egress** to kube-dns for DNS resolution
301-
- **Egress** to all public internet IPs (blocks RFC1918 private ranges)
301+
- **Egress** to all public internet IPs (blocks RFC1918, link-local, and CGN ranges)
302302

303303
This means OpenClaw can reach external APIs (Anthropic, OpenAI, messaging platforms) but cannot access your internal services, databases, or other workloads. The blast radius of a compromise stays contained.
304304

0 commit comments

Comments
 (0)