juice-shop / multi-juicer

Host and manage multiple Juice Shop instances for security trainings and Capture The Flags
Apache License 2.0
268 stars 121 forks source link

Helm charts not being published since 5.3.0 #198

Closed jvmdc closed 8 months ago

jvmdc commented 8 months ago

The Helm chart repository (https://juice-shop.github.io/multi-juicer) only contains Helm charts for v. 5.3.0 and before.

Steps to reproduce:

  1. Open https://juice-shop.github.io/multi-juicer/index.yaml (the index for the Helm chart repository)
  2. Search for "version: 6" or "version: 7" without quotes
  3. No results will appear
J12934 commented 8 months ago

Please take a look at the braking changes in the 6.0.0 release. (Which are also linked from the main MultiJuicer readme)

https://github.com/juice-shop/multi-juicer/releases/tag/v6.0.0

TLDR MultiJuicer has moved to GitHub packages as the helm registry

jvmdc commented 8 months ago

Seems I read over the release notes a bit too fast - Only noticed the helm repo add multi-juicer https://iteratec.github.io/multi-juicer/ => helm repo add multi-juicer https://juice-shop.github.io/multi-juicer/ line. Thanks!