v1.1.0
·
103 commits
to main
since this release
1.1.0 (2025-05-19)
Features
- 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
, andkernal_module_image_repository
. Theimage_registry
input has been removed.
- A fix was added to fix the public ingest endpoint (#64) (b46b5cf)