Helm Chart 0.0.4 (PicoClaw v0.1.1)
·
72 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.4 \
-n picoclaw --create-namespaceUpgrade
helm repo update
helm upgrade picoclaw picoclaw/picoclaw -n picoclaw