Skip to content

Helm Chart 0.0.5 (PicoClaw v0.1.1)

Choose a tag to compare

@github-actions github-actions released this 15 Feb 13:03
· 60 commits to main since this release

What's Changed

  • Updated PicoClaw to version v0.1.1
  • Image tag: ghcr.io/carev01/picoclaw-docker/picoclaw:v0.1.1

Installation

# Add the Helm repository
helm repo add picoclaw https://carev01.github.io/picoclaw-docker
helm repo update

# Install the chart
helm install picoclaw picoclaw/picoclaw \
  -n picoclaw --create-namespace \
  --set channels.telegram.enabled=true \
  --set channels.telegram.token="YOUR_BOT_TOKEN" \
  --set providers.openrouter.apiKey="YOUR_API_KEY"

OCI Installation (alternative)

helm install picoclaw oci://ghcr.io/carev01/picoclaw-docker/picoclaw \
  --version 0.0.5 \
  -n picoclaw --create-namespace

Upgrade

helm repo update
helm upgrade picoclaw picoclaw/picoclaw -n picoclaw