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
- Merges default Config values with configFile/Map to allow overwrite of certain values by @nihussmann in #257
- Remove Mailhog SecurityContext in Openshiftby @nihussmann in #256
- Openshift UID Range from SCC for Subchart Grafana by @ThomasMichael1811 in #258
- Update Petclinic and Spring Boot Helm chart references #260 by @nihussmann in #260
- Petclinic: disable DB integrationstests by @nihussmann in #261
- Petclinic: enable tests and disable DB integrationstests by @ThomasMichael1811 in #262
- CLI: Simple params no longer require k8s by @schnatterer in #263
- Updating Prometheus Helm Chart to 69.7.4 by @nihussmann in #266
- Fix integration tests for ingress-nginx by @nihussmann in #265
- README: Minor updates by @schnatterer in #267
- Experimental GitLab API by @nihussmann in #268
- Bump org.springframework.security:spring-security-crypto from 5.7.3 to 6.3.8 in the maven group across 1 directory by @dependabot in #269
- Adoptions for openshift by @nihussmann in #264
- Upgrade ingress-nginx by @schnatterer in #271
- Fix application passwords, mailhog and vault ingress by @ThomasMichael1811 in #270
- Introduce main tag to enhance image usability by @nihussmann in #272
- Re-add commit tags for images by @nihussmann in #274
Full Changelog: 0.10.0...0.11.0