Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

v0.1.11

Compare
Choose a tag to compare
@LukasGentele LukasGentele released this 28 May 22:57
· 106 commits to master since this release
79dd83a

Changes

  • don't autocomplete account in space creation
  • chart: add apiservice and webhook
  • chart: add metadata
  • chart: remove unused options from values.yaml

Upgrading kiosk

You may need to run the following commands before upgrading to this version using helm upgrade:

kubectl delete apiservice v1alpha1.tenancy.kiosk.sh
kubectl delete ValidatingWebhookConfiguration kiosk

Both of these objects are now part of the helm chart. Instead of deleting them before upgrading, you may also add the app.kubernetes.io/managed-by annotation for helm instead.