Problem: Image pull would error on machines running CRI-O due to the colon being added after the image name regardless of whether the version variable was defined in the values.yaml.
Solution: Added logic to only have the colon when version is defined.
Testing: Ran helm chart on cluster running CRI-O and another running Containerd
Problem: Image pull would error on machines running CRI-O due to the colon being added after the image name regardless of whether the version variable was defined in the values.yaml.
Solution: Added logic to only have the colon when version is defined.
Testing: Ran helm chart on cluster running CRI-O and another running Containerd