mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #100410 from chewong/agnhost-2-30
test image: bump agnhost version to 2.30
This commit is contained in:
		@@ -27,7 +27,7 @@ dependencies:
 | 
			
		||||
 | 
			
		||||
  # then after merge and successful postsubmit image push / promotion, bump this
 | 
			
		||||
  - name: "agnhost: dependents"
 | 
			
		||||
    version: "2.29"
 | 
			
		||||
    version: "2.30"
 | 
			
		||||
    refPaths:
 | 
			
		||||
    - path: test/utils/image/manifest.go
 | 
			
		||||
      match: configs\[Agnhost\] = Config{promoterE2eRegistry, "agnhost", "\d+\.\d+"}
 | 
			
		||||
 
 | 
			
		||||
@@ -213,7 +213,7 @@ const (
 | 
			
		||||
 | 
			
		||||
func initImageConfigs() (map[int]Config, map[int]Config) {
 | 
			
		||||
	configs := map[int]Config{}
 | 
			
		||||
	configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.29"}
 | 
			
		||||
	configs[Agnhost] = Config{promoterE2eRegistry, "agnhost", "2.30"}
 | 
			
		||||
	configs[AgnhostPrivate] = Config{PrivateRegistry, "agnhost", "2.6"}
 | 
			
		||||
	configs[AuthenticatedAlpine] = Config{gcAuthenticatedRegistry, "alpine", "3.7"}
 | 
			
		||||
	configs[AuthenticatedWindowsNanoServer] = Config{gcAuthenticatedRegistry, "windows-nanoserver", "v1"}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user