This repository was archived by the owner on Apr 25, 2024. It is now read-only.
v0.1.11
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 kioskBoth 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.