Deep Security Agent Version for Red Hat OpenShift
Red Hat OpenShift | Deep Security Agent Versions |
---|---|
4.16 | 20.0.2-9811 |
4.13 | 20.0.0-8268 |
4.9 - 4.12 | 20.0.0-7303 |
Follow these steps:
- For OpenShift 4.16
- Download deployment script from DSM and execute it.
- The installed agent version would be 20.0.2-9811.
- For OpenShift 4.x - 4.13
- Download deployment script from DSM.
- Create values.yaml file, and insert the following content:
image: public.ecr.aws/trendmicro/dsao:20.0.x-xxxx
(Please refer to the table above for the corresponding Deep Security agent version of OpenShift) - Modify the downloaded deployment script, then add the new parameter marked red below:
(--values “path of the values.yaml”)
helm -n openshift install --set dsmUrl="$ACTIVATIONURL \"tenantID:XXX" \"token:XXXX"" --values values.yaml ds-agent dsao/ds-agentThe installed agent version would be 20.0.x-xxxx.