Skip to content

v1.1.0

Compare
Choose a tag to compare
@terraform-ibm-modules-ops terraform-ibm-modules-ops released this 19 May 20:08
· 103 commits to main since this release
v1.1.0
b46b5cf

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, and kernal_module_image_repository. The image_registry input has been removed.
    - A fix was added to fix the public ingest endpoint (#64) (b46b5cf)