File tree 4 files changed +3
-19
lines changed
helm/mysql-innodbcluster/templates
4 files changed +3
-19
lines changed Original file line number Diff line number Diff line change 1
1
{{- $disable_lookups:= .Values.disableLookups }}
2
2
{{- $cluster_name := default "mycluster" .Release.Name }}
3
3
{{- $use_self_signed := default false ((.Values.tls).useSelfSigned) }}
4
- {{- $minimalVersion := "8.0.27 " }}
4
+ {{- $minimalVersion := "8.0.28 " }}
5
5
{{- $forbiddenVersions := list "8.0.29" }}
6
6
{{- $imagePullPolicies := list "ifnotpresent" "always" "never" }}
7
7
{{- $serverVersion := .Values.serverVersion | default .Chart.AppVersion }}
Original file line number Diff line number Diff line change 32
32
SHELL_VERSION = DEFAULT_VERSION_TAG
33
33
34
34
DEFAULT_SERVER_VERSION_TAG = DEFAULT_VERSION_TAG
35
- MIN_SUPPORTED_MYSQL_VERSION = "8.0.27 "
35
+ MIN_SUPPORTED_MYSQL_VERSION = "8.0.28 "
36
36
MAX_SUPPORTED_MYSQL_VERSION = DEFAULT_VERSION_TAG
37
37
38
38
DISABLED_MYSQL_VERSION = {
Original file line number Diff line number Diff line change 1
- community-server:8.0.27
2
- mysql-server:8.0.27
3
- 1
4
- ---
5
1
community-server:8.0.28
6
2
mysql-server:8.0.28
7
3
1
@@ -78,10 +74,6 @@ community-server:9.2.0
78
74
mysql/community-server:9.2.0
79
75
1
80
76
---
81
- community-router:8.0.27
82
- mysql-router:8.0.27
83
- 1
84
- ---
85
77
community-router:8.0.28
86
78
mysql-router:8.0.28
87
79
1
@@ -230,10 +222,6 @@ community-operator:latest
230
222
mysql-operator:latest
231
223
1
232
224
---
233
- enterprise-router:8.0.27
234
- mysql-enterprise-router:8.0.27
235
- 1
236
- ---
237
225
enterprise-router:8.0.28
238
226
mysql-enterprise-router:8.0.28
239
227
1
@@ -350,10 +338,6 @@ enterprise-router:8.4.0-arm64
350
338
mysql/enterprise-router:8.4.0-arm64
351
339
1
352
340
---
353
- enterprise-server:8.0.27
354
- mysql-enterprise-server:8.0.27
355
- 1
356
- ---
357
341
enterprise-server:8.0.28
358
342
mysql-enterprise-server:8.0.28
359
343
1
Original file line number Diff line number Diff line change 8
8
# version
9
9
VERSION_TAG = "9.2.0"
10
10
11
- MIN_SUPPORTED_VERSION = "8.0.27 "
11
+ MIN_SUPPORTED_VERSION = "8.0.28 "
12
12
MAX_SUPPORTED_VERSION = "9.2.0"
13
13
14
14
# image
You can’t perform that action at this time.
0 commit comments