Skip to content

Commit

Permalink
bump coredns image
Browse files Browse the repository at this point in the history
There is a new release of the coredns image where all dependencies were updated: k8gb-io/coredns-crd-plugin#58, k8gb-io/coredns-crd-plugin#60

This fixes multiple vulnerabilities

Signed-off-by: Andre Aguas <[email protected]>
  • Loading branch information
abaguas committed Dec 9, 2024
1 parent 40f7264 commit ee9b81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/k8gb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.0"` | image tag |
| coredns.image.tag | string | `"v0.1.1"` | 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 |
Expand Down
2 changes: 1 addition & 1 deletion chart/k8gb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ coredns:
# -- CoreDNS CRD plugin image
repository: absaoss/k8s_crd
# -- image tag
tag: v0.1.0
tag: v0.1.1
# -- Creates serviceAccount for coredns
serviceAccount:
create: true
Expand Down

0 comments on commit ee9b81a

Please sign in to comment.