Skip to content

Commit

Permalink
Revert Bump CoreDNS to v1.12.0 #415 (#417)
Browse files Browse the repository at this point in the history
Made a mistake and pasted wrong commit hash here. I don't have the
correct one because https://github.com/kubernetes/kubernetes is
not yet updated for CoreDNS v1.12.0
  • Loading branch information
DTLP authored Dec 5, 2024
1 parent b4eb0b2 commit 150d6fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions coredns/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
.PHONY: get-upstream

# https://github.com/kubernetes/kubernetes
# 1.12.0
COMMIT_REF=7429380b1cacebde73084ad3cb6fb676c69bd6b8
# 1.11.1
COMMIT_REF=78538bd303d49ddb4c7cb9daaf212fa7d0c75895

get-upstream:
curl -Ls \
Expand Down
2 changes: 1 addition & 1 deletion coredns/upstream/coredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: coredns
image: registry.k8s.io/coredns/coredns:v1.12.0
image: registry.k8s.io/coredns/coredns:v1.11.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 150d6fd

Please sign in to comment.