Skip to content

Helm Chart 0.0.18 (PicoClaw v0.1.1)

Choose a tag to compare

@github-actions github-actions released this 17 Feb 00:53
· 12 commits to main since this release

What's Changed

  • Updated PicoClaw to version v0.1.1
  • Image tag: ghcr.io/carev01/picoclaw-helm/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