From 581fbff20cdfa158a11ad1783a04d79a543c0799 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 11:01:56 +0200 Subject: [PATCH] [create-pull-request] automated change (#1590) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ytsarev <518532+ytsarev@users.noreply.github.com> --- chart/k8gb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart/k8gb/README.md b/chart/k8gb/README.md index 8fa63e7cff..6ee31403bb 100644 --- a/chart/k8gb/README.md +++ b/chart/k8gb/README.md @@ -67,7 +67,7 @@ For Kubernetes `< 1.19` use this chart and k8gb in version `0.8.8` or lower. | externaldns.extraEnv | list | `[]` | extra environment variables | | externaldns.extraVolumeMounts | list | `[]` | extra volume mounts | | externaldns.extraVolumes | list | `[]` | extra volumes | -| externaldns.image | string | `"ghcr.io/k8gb-io/external-dns:v0.13.4-azure-ns"` | external-dns image repo:tag It is important to use the image from k8gb external-dns fork to get the full functionality. See links below https://github.com/k8gb-io/external-dns https://github.com/k8gb-io/external-dns/pkgs/container/external-dns | +| externaldns.image | string | `"ghcr.io/k8gb-io/external-dns:v0.13.4-azure-ns-multiarch"` | external-dns image repo:tag It is important to use the image from k8gb external-dns fork to get the full functionality. See links below https://github.com/k8gb-io/external-dns https://github.com/k8gb-io/external-dns/pkgs/container/external-dns | | externaldns.interval | string | `"20s"` | external-dns sync interval | | externaldns.securityContext.fsGroup | int | `65534` | For ExternalDNS to be able to read Kubernetes and AWS token files | | externaldns.securityContext.runAsNonRoot | bool | `true` | |