Upgrade Styra DAS
To upgrade Styra DAS, do one of the following:
Using Helm
Use one of the following methods to upgrade Styra DAS with Helm:
Method #1
- Download and untar the latest
on-premises.tar.gz
. - Update the
charts/styra-das/values.yaml
as explained in thevalues.yaml
file. - Run the
helm upgrade styra-das styra-das
command.
Method #2
- Download and untar the latest
on-premises.tar.gz
. - Update the new values if required in the newly downloaded
charts/styra-das/values.yaml
. - Run the
helm upgrade styra-das chart/styra-das/ -f <path-to-old-values.yaml>
command to use the existing values from the previousvalues.yaml
file.
Using kubectl
Use the following instructions to upgrade Styra DAS with kubectl
:
- Download and untar the latest
on-premises.tar.gz
. - Update any new value if required or mentioned in the Styra DAS On-premises documentation.
- Run the
kubectl apply -f
command.