You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c4k-nextcloud/doc/Upgrade.md

10 lines
225 B
Markdown

2 years ago
# Upgrade with a new nextcloud version
1. Pull a new image
1. Trigger deployment
```
k3s crictl pull domaindrivenarchitecture/c4k-cloud
k3s crictl images
kubectl set env deployment cloud-deployment DEPLOY_DATE="$(date)"
```