·
3 commits
to main
since this release
What's Changed
- Updated PicoClaw to version v0.1.2
- Image tag:
ghcr.io/carev01/picoclaw-helm/picoclaw:v0.1.2
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