Skip to content

Arc Launchpad v0.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 20:06

Arc Launchpad v0.1.1

Container image

ghcr.io/basekick-labs/launchpad:0.1.1

Run with Docker Compose

curl -O https://raw.githubusercontent.com/Basekick-Labs/launchpad/v0.1.1/docker-compose.yml
LAUNCHPAD_JWT_SECRET=$(openssl rand -hex 32) docker compose up -d

Install with Helm

helm install launchpad oci://ghcr.io/basekick-labs/charts/launchpad --version 0.1.1 \
  --set jwtSecret=$(openssl rand -hex 32)

Full Changelog: v0.1.0...v0.1.1