Skip to content

Commit 6fa3b1e

Browse files
committed
Update to vitess-operator to 2.11
1 parent 9a84715 commit 6fa3b1e

8 files changed

+5958
-5951
lines changed

charts/vitess-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ description: A Helm chart for Kubernetes
44

55
type: application
66

7-
version: 0.5.1
7+
version: 0.6.0
88

9-
appVersion: "v2.10.2"
9+
appVersion: "v2.11.0"

charts/vitess-operator/crds/customresourcedefinition-etcdlockservers.planetscale.com.yaml

Lines changed: 316 additions & 315 deletions
Large diffs are not rendered by default.
Lines changed: 49 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,53 @@
1+
---
12
apiVersion: apiextensions.k8s.io/v1
23
kind: CustomResourceDefinition
34
metadata:
4-
annotations:
5-
controller-gen.kubebuilder.io/version: v0.11.3
6-
creationTimestamp: null
7-
name: vitessbackups.planetscale.com
5+
annotations:
6+
controller-gen.kubebuilder.io/version: v0.11.3
7+
creationTimestamp: null
8+
name: vitessbackups.planetscale.com
89
spec:
9-
group: planetscale.com
10-
names:
11-
kind: VitessBackup
12-
listKind: VitessBackupList
13-
plural: vitessbackups
14-
shortNames:
15-
- vtb
16-
singular: vitessbackup
17-
scope: Namespaced
18-
versions:
19-
- name: v2
20-
schema:
21-
openAPIV3Schema:
22-
properties:
23-
apiVersion:
24-
type: string
25-
kind:
26-
type: string
27-
metadata:
28-
type: object
29-
spec:
30-
type: object
31-
status:
32-
properties:
33-
complete:
34-
type: boolean
35-
engine:
36-
type: string
37-
finishedTime:
38-
format: date-time
39-
type: string
40-
position:
41-
type: string
42-
startTime:
43-
format: date-time
44-
type: string
45-
storageDirectory:
46-
type: string
47-
storageName:
48-
type: string
49-
type: object
50-
type: object
51-
served: true
52-
storage: true
10+
group: planetscale.com
11+
names:
12+
kind: VitessBackup
13+
listKind: VitessBackupList
14+
plural: vitessbackups
15+
shortNames:
16+
- vtb
17+
singular: vitessbackup
18+
scope: Namespaced
19+
versions:
20+
- name: v2
21+
schema:
22+
openAPIV3Schema:
23+
properties:
24+
apiVersion:
25+
type: string
26+
kind:
27+
type: string
28+
metadata:
29+
type: object
30+
spec:
31+
type: object
32+
status:
33+
properties:
34+
complete:
35+
type: boolean
36+
engine:
37+
type: string
38+
finishedTime:
39+
format: date-time
40+
type: string
41+
position:
42+
type: string
43+
startTime:
44+
format: date-time
45+
type: string
46+
storageDirectory:
47+
type: string
48+
storageName:
49+
type: string
50+
type: object
51+
type: object
52+
served: true
53+
storage: true

0 commit comments

Comments
 (0)