Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/helm-ci-values/values-openclaw.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CI test values for openclaw chart
image:
repository: ghcr.io/obolnetwork/openclaw
tag: "2026.4.8"
tag: "2026.4.9"

# Disable token auth to avoid needing a gateway token in CI
openclaw:
Expand Down
2 changes: 1 addition & 1 deletion charts/openclaw/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: openclaw
description: OpenClaw gateway deployment (agent runtime) for Kubernetes.
type: application
version: 0.4.0
version: 0.5.0
appVersion: "2026.3.2"
kubeVersion: ">=1.26.0-0"
home: https://docs.openclaw.ai
Expand Down
4 changes: 2 additions & 2 deletions charts/openclaw/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OpenClaw
===========

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2026.3.2](https://img.shields.io/badge/AppVersion-2026.3.2-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2026.3.2](https://img.shields.io/badge/AppVersion-2026.3.2-informational?style=flat-square)

OpenClaw gateway deployment (agent runtime) for Kubernetes.

Expand Down Expand Up @@ -210,7 +210,7 @@ helm upgrade --install openclaw obol/openclaw \
| fullnameOverride | string | `""` | Override the full resource name |
| httpRoute | object | `{"annotations":{},"enabled":false,"hostnames":[],"parentRefs":[{"name":"traefik-gateway","namespace":"traefik","sectionName":"web"}],"pathPrefix":"/"}` | Gateway API HTTPRoute (recommended for Obol Stack / Traefik Gateway API) |
| httpRoute.hostnames | list | `[]` | Hostnames for routing (required when enabled) |
| image | object | `{"args":["openclaw.mjs","gateway","--allow-unconfigured"],"command":["node"],"env":[],"pullPolicy":"IfNotPresent","repository":"ghcr.io/obolnetwork/openclaw","tag":"2026.4.8"}` | OpenClaw image repository, pull policy, and tag version |
| image | object | `{"args":["openclaw.mjs","gateway","--allow-unconfigured"],"command":["node"],"env":[],"pullPolicy":"IfNotPresent","repository":"ghcr.io/obolnetwork/openclaw","tag":"2026.4.9"}` | OpenClaw image repository, pull policy, and tag version |
| image.args | list | `["openclaw.mjs","gateway","--allow-unconfigured"]` | Override the container args (CMD) |
| image.command | list | `["node"]` | Override the container command (ENTRYPOINT) |
| image.env | list | `[]` | Additional environment variables for the container |
Expand Down
2 changes: 1 addition & 1 deletion charts/openclaw/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replicaCount: 1
image:
repository: ghcr.io/obolnetwork/openclaw
pullPolicy: IfNotPresent
tag: "2026.4.8"
tag: "2026.4.9"

# -- Override the container command (ENTRYPOINT)
command:
Expand Down
Loading