File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ systemd-udevd: 257.8
2727runc: 1.3.1 
2828CoreDNS: 1.12.4 
2929etcd: 3.6.5 
30+ Flannel: 0.27.4 
3031
3132Talos is built with Go 1.25.1. 
3233""" 
Original file line number Diff line number Diff line change @@ -1184,7 +1184,12 @@ const (
11841184	DashboardTTY  =  2 
11851185
11861186	// FlannelVersion is the version of flannel to use. 
1187- 	FlannelVersion  =  "v0.27.2" 
1187+ 	// 
1188+ 	// Note: while updating, make sure to copy flannel image from docker.io to ghcr.io: 
1189+ 	//   crane cp docker.io/flannel/flannel:vX.Y.Z ghcr.io/siderolabs/flannel:vX.Y.Z 
1190+ 	// 
1191+ 	// renovate: datasource=github-releases depName=flannel-io/flannel 
1192+ 	FlannelVersion  =  "v0.27.4" 
11881193
11891194	// PlatformMetal is the name of the metal platform. 
11901195	PlatformMetal  =  "metal" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments