Configuring Image Pull Policy for the connectware-agent Helm Chart
You can adjust the image pull policy used by your agents to any valid value supported by Kubernetes.
To change the image pull policy for the agent, specify the pull policy you want in the image.pullPolicy value inside the agents entry in the protocolMapperAgents context of your values.yaml file.
Example
protocolMapperAgents:
  - name: bender-robots
    connectwareHost: connectware.cybus # adjust to actual hostname of Connectware
    image:
      pullPolicy: AlwaysPreviousUsing a Custom Image Registry for the connectware-agent Helm ChartNextUsing Mutual Transport Layer Security (mTLS) for agents with the connectware-agent Helm chart
Last updated
Was this helpful?

