File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ version: 1.2.0-alpha.0
88
99# The helm chart contains multiple kernel versions of PostgreSQL (with Patroni HA),
1010# appVersion should be consistent with the highest PostgreSQL (with Patroni HA) kernel version.
11- appVersion : " 18.1 .0"
11+ appVersion : " 18.4 .0"
1212
1313# Add a dependency to the kubeblocks definition library chart
1414dependencies :
Original file line number Diff line number Diff line change @@ -92,43 +92,53 @@ versions:
9292 tag : " 12.22"
9393 - major : " 14"
9494 componentDef : " postgresql-14"
95- serviceVersion : " 14.18 .0"
95+ serviceVersion : " 14.23 .0"
9696 minors :
9797 - version : " 14.7.2"
9898 tag : " 14.7.2-pgvector-v0.6.1"
9999 - version : " 14.8.0"
100100 tag : " 14.8.0-pgvector-v0.6.1"
101101 - version : " 14.18.0"
102102 tag : " 14.18"
103+ - version : " 14.23.0"
104+ tag : " 14.23"
103105 - major : " 15"
104106 componentDef : " postgresql-15"
105- serviceVersion : " 15.13 .0"
107+ serviceVersion : " 15.18 .0"
106108 minors :
107109 - version : " 15.7.0"
108110 tag : " 15.7.0"
109111 - version : " 15.13.0"
110112 tag : " 15.13"
113+ - version : " 15.18.0"
114+ tag : " 15.18"
111115 - major : " 16"
112116 componentDef : " postgresql-16"
113- serviceVersion : " 16.9 .0"
117+ serviceVersion : " 16.14 .0"
114118 minors :
115119 - version : " 16.4.0"
116120 tag : " 16.4.0"
117121 - version : " 16.9.0"
118122 tag : " 16.9"
123+ - version : " 16.14.0"
124+ tag : " 16.14"
119125 - major : " 17"
120126 componentDef : " postgresql-17"
121- serviceVersion : " 17.5 .0"
127+ serviceVersion : " 17.10 .0"
122128 minors :
123129 - version : " 17.5.0"
124130 tag : " 17.5"
125131 isDefault : true
132+ - version : " 17.10.0"
133+ tag : " 17.10"
126134 - major : " 18"
127135 componentDef : " postgresql-18"
128- serviceVersion : " 18.1 .0"
136+ serviceVersion : " 18.4 .0"
129137 minors :
130138 - version : " 18.1.0"
131139 tag : " 18.1"
140+ - version : " 18.4.0"
141+ tag : " 18.4"
132142
133143# # @section pgbouncer Parameters
134144pgbouncer :
You can’t perform that action at this time.
0 commit comments