File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,15 @@ Be aware of these changes when updating to version 2.0.0:
174174 required to set up Redis Sentinel (based on the bitnamai Redis helm chart).
175175
176176The best way to update to ShinyProxy 2.0.0 is by creating a fresh deployment of
177- the operator and migrating users to this new deployment.
177+ the operator and migrating users to this new deployment. The following changes
178+ need to be made to the ShinyProxy configuration file:
179+
180+ - add the property ` proxy.store-mode: Redis `
181+ - add the property ` proxy.stop-proxies-on-shutdown: false `
182+ - optionally add the
183+ property [ ` kubernetesIngressPatches ` ] ( docs/deployment#modify-the-ingress-resource )
184+ in order to customize the ingress created by the operator.
185+ - update the ShinyProxy image to ` openanalytics/shinyproxy:3.0.1 `
178186
179187## Java Version
180188
You can’t perform that action at this time.
0 commit comments