File tree Expand file tree Collapse file tree 17 files changed +2585
-1479
lines changed Expand file tree Collapse file tree 17 files changed +2585
-1479
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: pgo
33description : A Helm chart for Kubernetes 
44type : application 
55version : 0.1.0 
6- appVersion : 5.0.2  
6+ appVersion : 5.0.3  
  Load Diff Large diffs are not rendered by default. 
Original file line number Diff line number Diff line change 22# # Provide image repository and tag
33image :
44  repository : registry.developers.crunchydata.com/crunchydata 
5-   tag : ubi8-5.0.2 -0 
5+   tag : ubi8-5.0.3 -0 
66
77relatedImages :
88  postgres_13 :
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: postgrescluster
33description : A Helm chart for Kubernetes 
44type : application 
55version : 0.1.0 
6- appVersion : 5.0.2  
6+ appVersion : 5.0.3  
Original file line number Diff line number Diff line change 1616  backups :
1717    pgbackrest :
1818      image : {{ .Values.pgBackRest}} 
19-       repoHost :
20-         dedicated : {} 
2119      repos :
2220      - name : repo1 
2321        volume :
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ name: hippo
77postgresVersion : 13 
88
99#  Images
10- postgres : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha :centos8-13.4-0  
11- pgBackRest : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2  
12- pgBouncer : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-2  
10+ postgres : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1  
11+ pgBackRest : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0  
12+ pgBouncer : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-3  
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: PostgresCluster
33metadata :
44  name : hippo-azure 
55spec :
6-   image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha :centos8-13.4-0  
6+   image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1  
77  postgresVersion : 13 
88  instances :
99    - dataVolumeClaimSpec :
1414            storage : 1Gi 
1515  backups :
1616    pgbackrest :
17-       image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2 
18-       repoHost :
19-         dedicated : {} 
17+       image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0 
2018      configuration :
2119      - secret :
2220          name : pgo-azure-creds 
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: PostgresCluster
33metadata :
44  name : hippo 
55spec :
6-   image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha :centos8-13.4-0  
6+   image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1  
77  postgresVersion : 13 
88  customReplicationTLSSecret :
99    name : hippo-repl-tls 
1919            storage : 1Gi 
2020  backups :
2121    pgbackrest :
22-       image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2 
23-       repoHost :
24-         dedicated : {} 
22+       image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0 
2523      repos :
2624      - name : repo1 
2725        volume :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: PostgresCluster
33metadata :
44  name : hippo-gcs 
55spec :
6-   image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha :centos8-13.4-0  
6+   image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1  
77  postgresVersion : 13 
88  instances :
99    - dataVolumeClaimSpec :
1414            storage : 1Gi 
1515  backups :
1616    pgbackrest :
17-       image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2 
18-       repoHost :
19-         dedicated : {} 
17+       image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0 
2018      configuration :
2119      - secret :
2220          name : pgo-gcs-creds 
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: PostgresCluster
33metadata :
44  name : hippo-ha 
55spec :
6-   image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha :centos8-13.4-0  
6+   image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1  
77  postgresVersion : 13 
88  instances :
99    - name : pgha1 
2626                  postgres-operator.crunchydata.com/instance-set : pgha1 
2727  backups :
2828    pgbackrest :
29-       image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2 
30-       repoHost :
31-         dedicated : {} 
29+       image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0 
3230      repos :
3331      - name : repo1 
3432        volume :
4038                storage : 1Gi 
4139  proxy :
4240    pgBouncer :
43-       image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-2  
41+       image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-3  
4442      replicas : 2 
4543      affinity :
4644        podAntiAffinity :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments