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: Always
Code-Sprache: YAML (yaml)
Was this article helpful?
YesNo
Need more help?

Can’t find the answer you’re looking for?
Don’t worry, we’re here to help.

Share this article
  • Previous

    Using a Custom Image Registry for the connectware-agent Helm Chart

  • Using Mutual Transport Layer Security (mTLS) for Agents with the connectware-agent Helm Chart