File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed 
kustomize/install/manager Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ controllerImages:
66
77#  relatedImages are used when an image is omitted from PostgresCluster or PGUpgrade specs.
88relatedImages :
9+   postgres_16 :
10+     image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.0-0 
11+   postgres_16_gis_3.4 :
12+     image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.4-0 
13+   postgres_16_gis_3.3 :
14+     image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.3-0 
915  postgres_15 :
1016    image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1 
1117  postgres_15_gis_3.3 :
Original file line number Diff line number Diff line change 3838          value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1" 
3939        - name : RELATED_IMAGE_POSTGRES_15_GIS_3.3 
4040          value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-1" 
41+         - name : RELATED_IMAGE_POSTGRES_16 
42+           value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.0-0" 
43+         - name : RELATED_IMAGE_POSTGRES_16_GIS_3.3 
44+           value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.3-0" 
45+         - name : RELATED_IMAGE_POSTGRES_16_GIS_3.4 
46+           value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.4-0" 
4147        - name : RELATED_IMAGE_PGADMIN 
4248          value : " registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-18" 
4349        - name : RELATED_IMAGE_PGBACKREST 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments