helm-charts
helm-charts copied to clipboard
unable to use custom image repositories
Hi,
I try using this Chart with custom image repositories (I need them, because my k8s runs on ARM64 devices). The documented configuration parameters powerdns.image.repository
and powerdnsadmin.image.repository
do not work. Looking into the chart I figured out that powerdns.image.repository
needs to be changed into image.repository
and powerdnsadmin.image.repository
into admin.image.repository
.
Furthermore the default value for mariadb.persistence.enabled
changed from true to false which is not reflected in the documentation.