diff --git a/roles/coredns/Chart.yaml b/roles/coredns/Chart.yaml index 7d7666e5a..3abcb2ccf 100644 --- a/roles/coredns/Chart.yaml +++ b/roles/coredns/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: coredns description: Documentation generator for coredns Ansible role home: https://github.com/coredns/helm -version: 1.45.2 +version: 1.46.0 diff --git a/roles/coredns/README.md b/roles/coredns/README.md index fc4ecc5d9..a94112071 100644 --- a/roles/coredns/README.md +++ b/roles/coredns/README.md @@ -1,8 +1,8 @@ # coredns -![Version: 1.45.2](https://img.shields.io/badge/Version-1.45.2-informational?style=flat-square) +![Version: 1.46.0](https://img.shields.io/badge/Version-1.46.0-informational?style=flat-square) -The role performs various tasks related to `coredns` [chart](https://github.com/coredns/helm/tree/coredns-1.45.2/charts/coredns) deployment, reset and validation. Review the [documentation](https://axivo.com/k3s-cluster/wiki/guide/configuration/roles/coredns), for additional details. +The role performs various tasks related to `coredns` [chart](https://github.com/coredns/helm/tree/coredns-1.46.0/charts/coredns) deployment, reset and validation. Review the [documentation](https://axivo.com/k3s-cluster/wiki/guide/configuration/roles/coredns), for additional details. ## Role Variables @@ -16,7 +16,7 @@ See the related role variables listed below, defined into [main.yaml](./defaults |-----|------|---------|-------------| | coredns_vars.kubernetes.deployment.legacy | bool | `false` | Legacy deployment, using `kube-dns` label selectors | | coredns_vars.kubernetes.helm.chart.name | string | `"coredns"` | | -| coredns_vars.kubernetes.helm.chart.version | string | `"v1.45.2"` | | +| coredns_vars.kubernetes.helm.chart.version | string | `"v1.46.0"` | | | coredns_vars.kubernetes.helm.repository.name | string | `"helm"` | | | coredns_vars.kubernetes.helm.repository.org | string | `"coredns"` | | | coredns_vars.kubernetes.helm.repository.url | string | `"https://coredns.github.io"` | | diff --git a/roles/coredns/defaults/main.yaml b/roles/coredns/defaults/main.yaml index f84622a88..f9d1fcb9a 100644 --- a/roles/coredns/defaults/main.yaml +++ b/roles/coredns/defaults/main.yaml @@ -4,7 +4,7 @@ coredns_vars: helm: chart: name: coredns - version: v1.45.2 + version: v1.46.0 repository: name: helm org: coredns