Skip to content

Commit 6f268bf

Browse files
authored
Merge branch 'main' into K8SPSMDB-1296
2 parents d75cca1 + ffa31c2 commit 6f268bf

38 files changed

+111
-67
lines changed

config/crd/bases/psmdb.percona.com_perconaservermongodbbackups.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ spec:
3333
jsonPath: .status.type
3434
name: Type
3535
type: string
36+
- description: Backup size
37+
jsonPath: .status.size
38+
name: Size
39+
type: string
3640
- description: Job status
3741
jsonPath: .status.state
3842
name: Status
@@ -169,6 +173,8 @@ spec:
169173
required:
170174
- bucket
171175
type: object
176+
size:
177+
type: string
172178
start:
173179
format: date-time
174180
type: string

config/crd/bases/psmdb.percona.com_perconaservermongodbrestores.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ spec:
137137
required:
138138
- bucket
139139
type: object
140+
size:
141+
type: string
140142
start:
141143
format: date-time
142144
type: string

deploy/bundle.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ spec:
3737
jsonPath: .status.type
3838
name: Type
3939
type: string
40+
- description: Backup size
41+
jsonPath: .status.size
42+
name: Size
43+
type: string
4044
- description: Job status
4145
jsonPath: .status.state
4246
name: Status
@@ -173,6 +177,8 @@ spec:
173177
required:
174178
- bucket
175179
type: object
180+
size:
181+
type: string
176182
start:
177183
format: date-time
178184
type: string
@@ -332,6 +338,8 @@ spec:
332338
required:
333339
- bucket
334340
type: object
341+
size:
342+
type: string
335343
start:
336344
format: date-time
337345
type: string

deploy/cr-minimal.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ kind: PerconaServerMongoDB
33
metadata:
44
name: minimal-cluster
55
spec:
6-
crVersion: 1.20.0
7-
image: percona/percona-server-mongodb:7.0.18-11
6+
crVersion: 1.21.0
7+
image: perconalab/percona-server-mongodb-operator:main-mongod8.0
88
unsafeFlags:
99
replsetSize: true
1010
mongosSize: true

deploy/cr.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ spec:
1313
# pause: true
1414
# unmanaged: false
1515
# enableVolumeExpansion: false
16-
crVersion: 1.20.0
17-
image: percona/percona-server-mongodb:7.0.18-11
16+
crVersion: 1.21.0
17+
image: perconalab/percona-server-mongodb-operator:main-mongod8.0
1818
imagePullPolicy: Always
1919
# tls:
2020
# mode: preferTLS
@@ -27,7 +27,7 @@ spec:
2727
# group: cert-manager.io
2828
# imagePullSecrets:
2929
# - name: private-registry-credentials
30-
# initImage: percona/percona-server-mongodb-operator:1.20.0
30+
# initImage: perconalab/percona-server-mongodb-operator:main
3131
# initContainerSecurityContext: {}
3232
# unsafeFlags:
3333
# tls: false
@@ -59,7 +59,7 @@ spec:
5959
# sse: my-cluster-name-sse
6060
pmm:
6161
enabled: false
62-
image: percona/pmm-client:2.44.1
62+
image: perconalab/pmm-client:dev-latest
6363
serverHost: monitoring-service
6464
# containerSecurityContext: {}
6565
# customClusterName: mongo-cluster
@@ -622,7 +622,7 @@ spec:
622622

623623
backup:
624624
enabled: true
625-
image: percona/percona-backup-mongodb:2.9.1
625+
image: perconalab/percona-server-mongodb-operator:main-backup
626626
# annotations:
627627
# iam.amazonaws.com/role: role-arn
628628
# resources:

deploy/crd.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ spec:
3737
jsonPath: .status.type
3838
name: Type
3939
type: string
40+
- description: Backup size
41+
jsonPath: .status.size
42+
name: Size
43+
type: string
4044
- description: Job status
4145
jsonPath: .status.state
4246
name: Status
@@ -173,6 +177,8 @@ spec:
173177
required:
174178
- bucket
175179
type: object
180+
size:
181+
type: string
176182
start:
177183
format: date-time
178184
type: string
@@ -332,6 +338,8 @@ spec:
332338
required:
333339
- bucket
334340
type: object
341+
size:
342+
type: string
335343
start:
336344
format: date-time
337345
type: string

deploy/cw-bundle.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ spec:
3737
jsonPath: .status.type
3838
name: Type
3939
type: string
40+
- description: Backup size
41+
jsonPath: .status.size
42+
name: Size
43+
type: string
4044
- description: Job status
4145
jsonPath: .status.state
4246
name: Status
@@ -173,6 +177,8 @@ spec:
173177
required:
174178
- bucket
175179
type: object
180+
size:
181+
type: string
176182
start:
177183
format: date-time
178184
type: string
@@ -332,6 +338,8 @@ spec:
332338
required:
333339
- bucket
334340
type: object
341+
size:
342+
type: string
335343
start:
336344
format: date-time
337345
type: string

e2e-tests/upgrade-consistency-sharded-tls/compare/statefulset_some-name-cfg-1191-oc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apps/v1
22
kind: StatefulSet
33
metadata:
44
annotations: {}
5-
generation: 5
5+
generation: 3
66
labels:
77
app.kubernetes.io/component: cfg
88
app.kubernetes.io/instance: some-name

0 commit comments

Comments
 (0)