Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/coredns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions roles/coredns/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"` | |
Expand Down
2 changes: 1 addition & 1 deletion roles/coredns/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coredns_vars:
helm:
chart:
name: coredns
version: v1.45.2
version: v1.46.0
repository:
name: helm
org: coredns
Expand Down