Un-Pin the Service Provider Schema Version
To remove schema version pinning from all MATRIXX gateways and web apps, remove the configuration values that were applied at the start of the upgrade process.
Procedure
-
Clear the values of the
versionPinning.schemaVersion
andversionPinning.providerSchemaVersion
properties set to the pre-upgrade version in your matrixx-webapps-gateways_values.yaml file:global: versionPinning: schemaVersion: "" providerSchemaVersion: ""
-
If you are upgrading from a multi-domain 523x release, to correctly configure
domain ID information, set the
autoSetRouteId
properties for Gateway Proxy, RS Gateway, and SBA Gateway totrue
:gateway-proxy: enabled: true autoSetRouteId: true rsgateway: enabled: true autoSetRouteId: true sba-5gc-chf: enabled: true autoSetRouteId: true
These configurations cause the following configurations to be added by the Helm chart. For Gateway Proxy:
For RS Gateway:-Dengine[0].domainId=DMIDx
For SBA Gateway:-Drsgateway.engine.domainRoute=DMIDx
Where x is the ID of the first domain in the list of domains specified in the Helm values file.engine.connection.pingRouteId=DMIDx
-
Apply the configuration changes with the following command:
helm upgrade ag1 matrixx/matrixx --namespace matrixx-webapps-gateways -f matrixx-webapps-gateways_values.yaml --version matrixx_version