While working on #41, I realized we hadn't introduced image specification capability for components yet. Having the ability to specify images coordinates for each component is foundational.
Description
We should align on latest Helm chart improvements that allows specifying images using this kind of block:
Reason/Context
While working on #41, I realized we hadn't introduced image specification capability for components yet. Having the ability to specify images coordinates for each component is foundational.
Description
We should align on latest Helm chart improvements that allows specifying images using this kind of block:
If
sha 256
digest is provided, it takes precedence ontag
specification to allow pinning images.Implementation ideas
No response