F5Networks / charts

Helm charts for using F5 products and services in Kubernetes and OpenShift environments.
Apache License 2.0
28 stars 36 forks source link

Fix #63 Update to make "latest" default on deployment template #65

Open TJbredow opened 2 years ago

TJbredow commented 2 years ago

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