Helm Chart 0.0.15 (PicoClaw v0.1.1)
·
22 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-helm
helm repo update
# Install the chart
helm install picoclaw picoclaw/picoclaw \
-n picoclaw --create-namespace \
--set auth.username=admin \
--set auth.password="YOUR_PASSWORD"Upgrade
helm repo update
helm upgrade picoclaw picoclaw/picoclaw -n picoclaw