From 94ef5c61ae196251a53103a822a1c600d8d1cf4b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:24:39 +0200 Subject: [PATCH] [create-pull-request] automated change (#1729) 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chart/k8gb/README.md b/chart/k8gb/README.md index 6c79408d24..a4bafac947 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. | cloudflare.zoneID | string | `"replaceme"` | Cloudflare Zone ID follow https://developers.cloudflare.com/fundamentals/setup/find-account-and-zone-ids/ to find your zoneID value | | coredns.deployment.skipConfig | bool | `true` | Skip CoreDNS creation and uses the one shipped by k8gb instead | | coredns.image.repository | string | `"absaoss/k8s_crd"` | CoreDNS CRD plugin image | -| coredns.image.tag | string | `"v0.0.11"` | image tag | +| coredns.image.tag | string | `"v0.1.0"` | image tag | | coredns.isClusterService | bool | `false` | service: refer to https://www.k8gb.io/docs/service_upgrade.html for upgrading CoreDNS service steps | | coredns.serviceAccount | object | `{"create":true,"name":"coredns"}` | Creates serviceAccount for coredns | | externaldns.dnsPolicy | string | `"ClusterFirst"` | `.spec.template.spec.dnsPolicy` for ExternalDNS deployment | @@ -87,6 +87,7 @@ For Kubernetes `< 1.19` use this chart and k8gb in version `0.8.8` or lower. | infoblox.sslVerify | bool | `true` | use SSL | | infoblox.wapiPort | int | `443` | WAPI port | | infoblox.wapiVersion | string | `"2.3.1"` | WAPI version | +| istio.enabled | bool | `true` | install istio RBAC | | k8gb.clusterGeoTag | string | `"eu"` | used for places where we need to distinguish between different Gslb instances | | k8gb.coredns | object | `{"extra_plugins":[]}` | Extra CoreDNS plugins to be enabled (yaml object) | | k8gb.deployCrds | bool | `true` | whether it should also deploy the gslb and dnsendpoints CRDs |