Last updated
Was this helpful?
Last updated
Was this helpful?
By default, agents deployed using the connectware-agent
Helm chart will be using the official default protocol-mapper image in a specific version coupled with the Helm chart version you are using.
You can view this version by executing a Helm search for the connectware-agent
Helm chart, and viewing the “APP VERSION” column.
Example
To change the image version used by the agent, specify the version of the protocol-mapper image you want in the image.version value inside the agents entry in the protocolMapperAgents context of your values.yaml file.
Example
If you are using a custom protocol-mapper image instead of the official default image, you can specify the image name in the image.name value inside the agents entry in the protocolMapperAgents context of your values.yaml file.
Example