Adapt env to stateless UI build
- Pull changes from repository adb-charts (changes that were done in scope of LCS-4894)
- Set variables "keycloakIssuer", "keycloakRedirectUri", "webSocketUrl" for Service module. Use values from adb-ui repository environment files (choose one depending on the environment you are updating)
keycloakIssuer: <keycloak.issuer property in envaroment file> keycloakRedirectUri: <keycloak.redirectUri property in envaroment file> webSocketUrl: <wsUrl property in enviroment file> - Propagate new variables into adb-secret
- Upgrade adb-ui deployment in order to have new env vars
- Check if currently deployed adb-ui version includes changes from this pull request