Skip to content

0.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 15:25
· 19 commits to main since this release
0.11.0

Try it on your machine (only docker required, runs on Win, Mac, Linux):

VERSION='0.11.0'
bash <(curl -s \
  "https://raw.githubusercontent.com/cloudogu/gitops-playground/$VERSION/scripts/init-cluster.sh") \
   && docker run --rm -t -u $(id -u) \
    -v ~/.config/k3d/kubeconfig-gitops-playground.yaml:/home/.kube/config \
    --net=host \
    ghcr.io/cloudogu/gitops-playground:$VERSION --yes --base-url=http://localhost --ingress-nginx \
      --argocd --monitoring --vault=dev --mailhog

What's Changed

Full Changelog: 0.10.0...0.11.0