Skip to content

Commit ea96fda

Browse files
committed
Update coredns to 1.6.5
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 61074aa commit ea96fda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following technology stack is currently being used:
4545
| [cri-tools][13] | CRI Manipulation Tool | v1.15.0 |
4646
| [CNI Plugins][14] | Container Networking | v0.8.2 |
4747
| [etcd][15] | Database Backend | v3.3.13 |
48-
| [CoreDNS][16] | Kubernetes DNS Support | v1.6.4 |
48+
| [CoreDNS][16] | Kubernetes DNS Support | v1.6.5 |
4949

5050
[10]: https://github.com/kubernetes/kubernetes
5151
[11]: https://github.com/cri-o/cri-o

src/assets/coredns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
beta.kubernetes.io/os: linux
101101
containers:
102102
- name: coredns
103-
image: coredns/coredns:1.6.4
103+
image: coredns/coredns:1.6.5
104104
imagePullPolicy: IfNotPresent
105105
resources:
106106
limits:

0 commit comments

Comments
 (0)