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

  1. Clear the values of the versionPinning.schemaVersion and versionPinning.providerSchemaVersion properties set to the pre-upgrade version in your matrixx-webapps-gateways_values.yaml file:
    global:
      versionPinning:
        schemaVersion: ""
        providerSchemaVersion: ""
  2. 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 to true:
    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:
    -Dengine[0].domainId=DMIDx
    For RS Gateway:
    -Drsgateway.engine.domainRoute=DMIDx
    For SBA Gateway:
    engine.connection.pingRouteId=DMIDx
    Where x is the ID of the first domain in the list of domains specified in the Helm values file.
  3. 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