Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.08 KB

upgrade-2.x.x-to-2.3.x.md

File metadata and controls

35 lines (23 loc) · 1.08 KB

Upgrading from nlweb-helm chart 2.x.x to 2.3.x

Before you proceed, make sure you've read on our general Upgrade section.

Configuration

A new set of licensing related features (such as VUHs) available as of NeoLoad Web v2.11.0 can be enabled by setting up a licensing key in your values file. Learn more about those features here : https://www.neotys.com/documents/doc/nlweb/2.11.x/en/WebHelp/#41359.htm#o41360

They also require that your NeoLoad Web instance is able to make external network calls to our public licensing platform.

We thus provide a new setting if you need to go through your own proxy server.

Here are the keys to add :

neoload:
  configuration:
    backend:
      licensingPlatformToken: your-token-goes-here
    proxy:
      https: https://username:password@host:port

Steps

helm repo update
helm upgrade my-release neotys/nlweb -n my-namespace -f ./values-custom.yaml

Hint : If something goes wrong when upgrading, you can use the helm rollback my-release -n my-namespace command to rollback