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
The latest trillian chart does not deploy on apple silicon. As is, this is not exactly a bug but a conscious decision introduced in #424 to address #376.
But docker for mac on apple silicon macs can run amd64 images...
Solution: make the node scheduling optional
The text was updated successfully, but these errors were encountered:
apologies, this was already resolved by #500. My issue is unrelated.
EDIT: there is a bug related to this.
I've run into this problem by installing the rekor chart, which depends on trillian. The trillian chart is set at version 0.1.17 there BUT the move to chainguard image that removed the node selection (#500) was introduced later... now trillian is at 0.2.8
I'm going to test if it is sufficient to just bump the dependency version
Leaving this here, could be useful for others: to install the current version of the rekor chart (1.3.6) on an Apple Silicon mac it is sufficient to use this values file:
The latest trillian chart does not deploy on apple silicon. As is, this is not exactly a bug but a conscious decision introduced in #424 to address #376.
But docker for mac on apple silicon macs can run amd64 images...
Solution: make the node scheduling optional
The text was updated successfully, but these errors were encountered: