File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11OCP_VERSION  ?= 4.20
2+ MCE_VERSION  ?= 2.10.0-1
23SYNC2CHARTS  ?= true
34
45DEFAULT_BRANCH  ?= release-4.20
@@ -49,10 +50,10 @@ build-cluster-api-provider-aws-chart:
4950	BRANCH=" $( CAPA_BRANCH) " \ 
5051	../scripts/build.sh
5152	BUILTDIR=" $( WKDIR) " \ 
52- 	CHART_VERSION=" $( OCP_VERSION ) " \ 
53- 	CHART_APP_VERSION=" $( OCP_VERSION ) " \ 
54- 	CHART_VALUES_IMAGE_TAG=" $( OCP_VERSION ) " \ 
55- 	CHART_VALUES_IMAGE_TAG_PREFIX=" v " \ 
53+ 	CHART_VERSION=" $( MCE_VERSION ) " \ 
54+ 	CHART_APP_VERSION=" $( MCE_VERSION ) " \ 
55+ 	CHART_VALUES_IMAGE_TAG=" $( MCE_VERSION ) " \ 
56+ 	CHART_VALUES_IMAGE_TAG_PREFIX=" " \ 
5657	SYNC2CHARTS=" $( SYNC2CHARTS) " \ 
5758	PROJECT=" cluster-api-provider-aws" \ 
5859	../scripts/sync2chart.sh
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : cluster-api-provider-aws 
33description : Cluster API provider for AWS 
44type : application 
5- version : " 4.20 " 
6- appVersion : " 4.20 " 
5+ version : " 2.10.0-1 " 
6+ appVersion : " 2.10.0-1 " 
Original file line number Diff line number Diff line change 66manager :
77  cmd : /bin/cluster-api-provider-aws-controller-manager 
88  image :
9-     tag : v4.20 
9+     tag : 2.10.0-1 
1010    url : registry.redhat.io/multicluster-engine/cluster-api-provider-aws-rhel9 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments