Skip to content

Commit

Permalink
Merge pull request #1673 from LinPr/main
Browse files Browse the repository at this point in the history
fix: add coredns version map with key equales to 1.26 item
  • Loading branch information
FabianKramm authored Apr 15, 2024
2 parents fb33114 + 520c939 commit bcbfa01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/constants/coredns.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package constants

var CoreDNSVersionMap = map[string]string{
"1.27": "coredns/coredns:1.10.1",
"1.26": "coredns/coredns:1.9.3",
"1.25": "coredns/coredns:1.9.3",
"1.24": "coredns/coredns:1.8.7",
"1.23": "coredns/coredns:1.8.6",
Expand Down

0 comments on commit bcbfa01

Please sign in to comment.