Sentinel-One / helm-charts

17 stars 10 forks source link

couldn't parse image reference "<s1-helper-image>:<s1-helper-tag>": invalid reference format #56

Closed suibinz closed 2 years ago

suibinz commented 2 years ago

This happen for both the helper and agent pod. My helm definition (this case is a helmrelease using FluxCD) has the following value definition. If I configure a pod yaml with the same :, it works fine.

values: configuration: cluster: name: "dev-001" repositories: agent: "dev001.azurecr.io/cwpp_agent/s1agent" helper: "dev001.azurecr.io/cwpp_agent/s1helper" tag: agent: "ga-22.1.2" helper: "ga-22.1.2"

suibinz commented 2 years ago

Nevermind, there was a typo on charts name,