From 728ffe79f2f72c61f7d73e9c66fd615a66d01009 Mon Sep 17 00:00:00 2001 From: "openclaw-helm-bot[bot]" <3185992+openclaw-helm-bot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 12:10:43 +0000 Subject: [PATCH] chore: bump chart to 0.1.11 --- charts/agent-broker/Chart.yaml | 4 ++-- charts/agent-broker/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/agent-broker/Chart.yaml b/charts/agent-broker/Chart.yaml index 0c2cfe6a..6a13fbf6 100644 --- a/charts/agent-broker/Chart.yaml +++ b/charts/agent-broker/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: agent-broker description: Discord ↔ ACP coding CLI bridge (Kiro CLI, Claude Code, Codex, Gemini) type: application -version: 0.1.10 -appVersion: "ef19c20" +version: 0.1.11 +appVersion: "c9bb6ee" diff --git a/charts/agent-broker/values.yaml b/charts/agent-broker/values.yaml index 4b083cb3..aea1dea7 100644 --- a/charts/agent-broker/values.yaml +++ b/charts/agent-broker/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/thepagent/agent-broker - tag: "ef19c20" + tag: "c9bb6ee" pullPolicy: IfNotPresent replicas: 1