File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed 
kustomize/install/manager Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ controllerImages:
88relatedImages :
99  postgres_14 :
1010    image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.3-0 
11+   postgres_14_gis_3.1 :
12+     image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.1-0 
1113  postgres_14_gis_3.2 :
1214    image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.2-0 
1315  postgres_13 :
1416    image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.7-0 
17+   postgres_13_gis_3.0 :
18+     image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.0-0 
1519  postgres_13_gis_3.1 :
1620    image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.1-0 
1721  pgadmin :
Original file line number Diff line number Diff line change @@ -28,10 +28,14 @@ spec:
2828          value : " true" 
2929        - name : RELATED_IMAGE_POSTGRES_13 
3030          value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-13.7-0" 
31+         - name : RELATED_IMAGE_POSTGRES_13_GIS_3.0 
32+           value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.0-0" 
3133        - name : RELATED_IMAGE_POSTGRES_13_GIS_3.1 
3234          value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-13.7-3.1-0" 
3335        - name : RELATED_IMAGE_POSTGRES_14 
3436          value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.3-0" 
37+         - name : RELATED_IMAGE_POSTGRES_14_GIS_3.1 
38+           value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.1-0" 
3539        - name : RELATED_IMAGE_POSTGRES_14_GIS_3.2 
3640          value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.3-3.2-0" 
3741        - name : RELATED_IMAGE_PGADMIN 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments