millions-pizza-50389
03/13/2023, 10:27 AM# Update catalog CRDs
$ kubectl apply -f <https://github.com/stashed/installer/raw/v2023.03.13/crds/stash-catalog-crds.yaml>
# Update the helm repositories
$ helm repo update
# Upgrade Stash Community operator chart
$ helm upgrade stash appscode/stash \
--version v2023.03.13 \
--namespace kube-system \
--set features.community=true \
--set-file global.license=/path/to/the/license.txt
nutritious-orange-38459
03/13/2023, 12:26 PMmillions-pizza-50389
03/13/2023, 12:28 PMkubectl apply -f <https://github.com/stashed/installer/raw/v2023.03.13/crds/stash-catalog-crds.yaml>
or do I need to copy the file and have that copy in my own gitrepo?nutritious-orange-38459
03/13/2023, 12:31 PMmillions-pizza-50389
03/13/2023, 12:32 PM