This release comes with a small number of features to the helm chart and support for more image platforms.
Changes
- Adds
.app.tls.certificateDuration
to allow setting istiod's Certificate duration. #82 - Adds
.app.istio.revisions
for setting the istio revisions installed which effects the DNS requested for istiod. #88 - Adds
istiod.istio-system.svc
as the common name to istiod's Certificate. #91 - Adds image platform support for
linux/amd64
,linux/arm64
,linux/arm/v7
,linux/ppc64le
. #93