Skip to content

Commit 19fef7f

Browse files
committed
feat(pxc): update charts to 1.17.0
1 parent 3dfa60d commit 19fef7f

6 files changed

Lines changed: 233 additions & 11 deletions

File tree

charts/percona-xtradb-cluster-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.16.1
17+
version: 1.17.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 1.16.1
21+
appVersion: 1.17.0

charts/percona-xtradb-cluster-operator/crds/pxc.yml

Lines changed: 221 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,24 @@ spec:
145145
type: object
146146
pxcCluster:
147147
type: string
148+
startingDeadlineSeconds:
149+
format: int64
150+
type: integer
148151
storageName:
149152
type: string
153+
suspendedDeadlineSeconds:
154+
format: int64
155+
type: integer
150156
type: object
151157
status:
152158
properties:
153159
azure:
154160
properties:
161+
blockSize:
162+
format: int64
163+
type: integer
164+
concurrency:
165+
type: integer
155166
container:
156167
type: string
157168
credentialsSecret:
@@ -202,6 +213,8 @@ spec:
202213
type: array
203214
destination:
204215
type: string
216+
error:
217+
type: string
205218
image:
206219
type: string
207220
lastscheduled:
@@ -294,6 +307,11 @@ spec:
294307
properties:
295308
azure:
296309
properties:
310+
blockSize:
311+
format: int64
312+
type: integer
313+
concurrency:
314+
type: integer
297315
container:
298316
type: string
299317
credentialsSecret:
@@ -344,6 +362,8 @@ spec:
344362
type: array
345363
destination:
346364
type: string
365+
error:
366+
type: string
347367
image:
348368
type: string
349369
lastscheduled:
@@ -468,6 +488,11 @@ spec:
468488
properties:
469489
azure:
470490
properties:
491+
blockSize:
492+
format: int64
493+
type: integer
494+
concurrency:
495+
type: integer
471496
container:
472497
type: string
473498
credentialsSecret:
@@ -518,6 +543,8 @@ spec:
518543
type: array
519544
destination:
520545
type: string
546+
error:
547+
type: string
521548
image:
522549
type: string
523550
lastscheduled:
@@ -597,16 +624,36 @@ spec:
597624
type: object
598625
status:
599626
properties:
627+
clusterSize:
628+
format: int32
629+
type: integer
600630
comments:
601631
type: string
602632
completed:
603633
format: date-time
604634
type: string
635+
haproxySize:
636+
format: int32
637+
type: integer
605638
lastscheduled:
606639
format: date-time
607640
type: string
641+
proxysqlSize:
642+
format: int32
643+
type: integer
608644
state:
609645
type: string
646+
unsafeFlags:
647+
properties:
648+
backupIfUnhealthy:
649+
type: boolean
650+
proxySize:
651+
type: boolean
652+
pxcSize:
653+
type: boolean
654+
tls:
655+
type: boolean
656+
type: object
610657
type: object
611658
type: object
612659
served: true
@@ -1048,6 +1095,9 @@ spec:
10481095
type: array
10491096
serviceAccountName:
10501097
type: string
1098+
startingDeadlineSeconds:
1099+
format: int64
1100+
type: integer
10511101
storages:
10521102
additionalProperties:
10531103
properties:
@@ -1496,6 +1546,11 @@ spec:
14961546
type: object
14971547
azure:
14981548
properties:
1549+
blockSize:
1550+
format: int64
1551+
type: integer
1552+
concurrency:
1553+
type: integer
14991554
container:
15001555
type: string
15011556
credentialsSecret:
@@ -1985,6 +2040,9 @@ spec:
19852040
type: object
19862041
type: object
19872042
type: object
2043+
suspendedDeadlineSeconds:
2044+
format: int64
2045+
type: integer
19882046
type: object
19892047
crVersion:
19902048
type: string
@@ -5243,10 +5301,172 @@ spec:
52435301
type: string
52445302
imagePullPolicy:
52455303
type: string
5304+
livenessProbes:
5305+
properties:
5306+
exec:
5307+
properties:
5308+
command:
5309+
items:
5310+
type: string
5311+
type: array
5312+
x-kubernetes-list-type: atomic
5313+
type: object
5314+
failureThreshold:
5315+
format: int32
5316+
type: integer
5317+
grpc:
5318+
properties:
5319+
port:
5320+
format: int32
5321+
type: integer
5322+
service:
5323+
default: ""
5324+
type: string
5325+
required:
5326+
- port
5327+
type: object
5328+
httpGet:
5329+
properties:
5330+
host:
5331+
type: string
5332+
httpHeaders:
5333+
items:
5334+
properties:
5335+
name:
5336+
type: string
5337+
value:
5338+
type: string
5339+
required:
5340+
- name
5341+
- value
5342+
type: object
5343+
type: array
5344+
x-kubernetes-list-type: atomic
5345+
path:
5346+
type: string
5347+
port:
5348+
anyOf:
5349+
- type: integer
5350+
- type: string
5351+
x-kubernetes-int-or-string: true
5352+
scheme:
5353+
type: string
5354+
required:
5355+
- port
5356+
type: object
5357+
initialDelaySeconds:
5358+
format: int32
5359+
type: integer
5360+
periodSeconds:
5361+
format: int32
5362+
type: integer
5363+
successThreshold:
5364+
format: int32
5365+
type: integer
5366+
tcpSocket:
5367+
properties:
5368+
host:
5369+
type: string
5370+
port:
5371+
anyOf:
5372+
- type: integer
5373+
- type: string
5374+
x-kubernetes-int-or-string: true
5375+
required:
5376+
- port
5377+
type: object
5378+
terminationGracePeriodSeconds:
5379+
format: int64
5380+
type: integer
5381+
timeoutSeconds:
5382+
format: int32
5383+
type: integer
5384+
type: object
52465385
proxysqlParams:
52475386
type: string
52485387
pxcParams:
52495388
type: string
5389+
readinessProbes:
5390+
properties:
5391+
exec:
5392+
properties:
5393+
command:
5394+
items:
5395+
type: string
5396+
type: array
5397+
x-kubernetes-list-type: atomic
5398+
type: object
5399+
failureThreshold:
5400+
format: int32
5401+
type: integer
5402+
grpc:
5403+
properties:
5404+
port:
5405+
format: int32
5406+
type: integer
5407+
service:
5408+
default: ""
5409+
type: string
5410+
required:
5411+
- port
5412+
type: object
5413+
httpGet:
5414+
properties:
5415+
host:
5416+
type: string
5417+
httpHeaders:
5418+
items:
5419+
properties:
5420+
name:
5421+
type: string
5422+
value:
5423+
type: string
5424+
required:
5425+
- name
5426+
- value
5427+
type: object
5428+
type: array
5429+
x-kubernetes-list-type: atomic
5430+
path:
5431+
type: string
5432+
port:
5433+
anyOf:
5434+
- type: integer
5435+
- type: string
5436+
x-kubernetes-int-or-string: true
5437+
scheme:
5438+
type: string
5439+
required:
5440+
- port
5441+
type: object
5442+
initialDelaySeconds:
5443+
format: int32
5444+
type: integer
5445+
periodSeconds:
5446+
format: int32
5447+
type: integer
5448+
successThreshold:
5449+
format: int32
5450+
type: integer
5451+
tcpSocket:
5452+
properties:
5453+
host:
5454+
type: string
5455+
port:
5456+
anyOf:
5457+
- type: integer
5458+
- type: string
5459+
x-kubernetes-int-or-string: true
5460+
required:
5461+
- port
5462+
type: object
5463+
terminationGracePeriodSeconds:
5464+
format: int64
5465+
type: integer
5466+
timeoutSeconds:
5467+
format: int32
5468+
type: integer
5469+
type: object
52505470
resources:
52515471
properties:
52525472
claims:
@@ -11339,3 +11559,4 @@ spec:
1133911559
specReplicasPath: .spec.pxc.size
1134011560
statusReplicasPath: .status.pxc.size
1134111561
status: {}
11562+
---

charts/percona-xtradb-cluster-operator/templates/02-rbac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rules:
1212
- perconaxtradbclusterbackups/status
1313
- perconaxtradbclusterrestores
1414
- perconaxtradbclusterrestores/status
15+
- perconaxtradbclusterrestores/finalizers
1516
verbs:
1617
- get
1718
- list

charts/percona-xtradb-cluster-operator/templates/03-operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
value: percona-xtradb-cluster-operator
4949
- name: DISABLE_TELEMETRY
5050
value: "false"
51-
image: percona/percona-xtradb-cluster-operator:1.16.1
51+
image: percona/percona-xtradb-cluster-operator:1.17.0
5252
imagePullPolicy: Always
5353
livenessProbe:
5454
failureThreshold: 3

charts/percona-xtradb-cluster/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.16.5-pxc1.16.2
17+
version: 1.17.0
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 1.16.1
21+
appVersion: 1.17.0

0 commit comments

Comments
 (0)