Skip to content

Commit

Permalink
test: Update coredns image tag from 1.2.2 to 1.2.6 for k8s 1.12
Browse files Browse the repository at this point in the history
Update k8s 1.12 coredns deployment to image tag 1.2.6 to get the bug
fix for loop detection getting confused due to retries
(coredns/coredns#2391).

Fixes: #6307
Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
  • Loading branch information
jrajahalme authored and aanm committed Aug 13, 2020
1 parent 98207b8 commit 944effa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/provision/manifest/1.12/coredns_deployment.yaml
@@ -1,5 +1,7 @@
# File source
# https://raw.githubusercontent.com/kubernetes/kubernetes/release-1.12/cluster/addons/dns/coredns/coredns.yaml.base
# Local changes:
# 8/13/2020: coredns image updated to 1.2.6 to fix #6307 (jrajahalme)
---
apiVersion: v1
kind: ServiceAccount
Expand Down Expand Up @@ -111,7 +113,7 @@ spec:
operator: "Exists"
containers:
- name: coredns
image: k8s.gcr.io/coredns:1.2.2
image: k8s.gcr.io/coredns:1.2.6
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 944effa

Please sign in to comment.