v0.7.1
Changelog
- 48206ef release: v0.7.1
💥 Breaking Changes
We found that the labels were not correctly aligned and categorized, for the workloads of StatefulSet
named as ollama-models-store
, and PVC
named as ollama-models-store-pvc
, Model
s created and deployed will need to be deleted and re-created again when migrating.
How to migrate
kubectl delete model.ollama.ayaka.io --all
kubectl delete statefulset ollama-models-store
kubectl delete pvc ollama-models-store-pvc
kubectl delete -f https://github.com/nekomeowww/ollama-operator/blob/v0.7.0/dist/install.yaml
How to upgrade operator
kubectl apply -f https://github.com/nekomeowww/ollama-operator/blob/v0.7.1/dist/install.yaml
How to upgrade kollama
go install github.com/nekomeowww/ollama-operator/cmd/kollama@v0.7.1