You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fix was added which was preventing the image_registry value from being passed to the helm chart, meaning the image was being pulled from quay.io (which would fail if cluster does not have public gateway enabled on all nodes). As part of this fix, the following new variables have been exposed: image_registry_base_url, image_registry_namespace, agent_image_repository, agent_image_tag_digest, kernel_module_image_tag_digest, and kernal_module_image_repository. The image_registry input has been removed. - A fix was added to fix the public ingest endpoint (#64) (b46b5cf)