This release adds two configuration changes, giving more control over the Agent deployment:
agent.imagePullPolicy
parameter allows to override the image pull policy. By default this was and isAlways
, but can be overridden with e.g.IfNotPresent
orNever
.opentelemetry.enabled
when set totrue
opens the port55680
on the Agent for gRPC, and enables the OpenTelemetry endpoint on the Agent for ingestion of OpenTelemetry traces. This includes updating the Agent configuration automatically as is described here: Activating OpenTelemetry. Note that port55680
needs to be available on the host for the Agent to listen on it.
Note: v1.0.1
was skipped because of release problems, but has the same functionality as this v1.0.2
release.