Update the application to the next version:
Create a new directory on the server:
mkdir -p 3yd-v-XX-X && cd 3yd-v-XX-X
Download the archive package from the link provided by the 3YD Technical Support team:
curl -o 3yd-v-XX-X.tgz “Download Link“
Extract the archive
tar zxvf 3yd-v-XX-X.tgz
Copy the values.yaml
file from the previous version directory to the new
cp /path-to-previous-version/values.yaml ./values.yaml
Apply the update
./3yd.sh upgrade