mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	update coredns to 1.6.7
This commit is contained in:
		@@ -69,7 +69,7 @@ dependencies:
 | 
			
		||||
      match: k8s.gcr.io/coredns
 | 
			
		||||
 | 
			
		||||
  - name: "coredns-kubeadm"
 | 
			
		||||
    version: 1.6.5
 | 
			
		||||
    version: 1.6.7
 | 
			
		||||
    refPaths:
 | 
			
		||||
    - path: cmd/kubeadm/app/constants/constants.go
 | 
			
		||||
      match: CoreDNSVersion =
 | 
			
		||||
 
 | 
			
		||||
@@ -338,7 +338,7 @@ const (
 | 
			
		||||
	KubeDNSVersion = "1.14.13"
 | 
			
		||||
 | 
			
		||||
	// CoreDNSVersion is the version of CoreDNS to be deployed if it is used
 | 
			
		||||
	CoreDNSVersion = "1.6.5"
 | 
			
		||||
	CoreDNSVersion = "1.6.7"
 | 
			
		||||
 | 
			
		||||
	// ClusterConfigurationKind is the string kind value for the ClusterConfiguration struct
 | 
			
		||||
	ClusterConfigurationKind = "ClusterConfiguration"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user