Skip to content

Commit 04c9d07

Browse files
authored
K8SPG-777 delete verification (#1227)
1 parent b565ffc commit 04c9d07

File tree

7 files changed

+1
-19
lines changed

7 files changed

+1
-19
lines changed

build/crd/percona/generated/pgv2.percona.com_perconapgclusters.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5237,9 +5237,6 @@ spec:
52375237
Version of the operator. Update this to new version after operator
52385238
upgrade to apply changes to Kubernetes objects. Default is the latest
52395239
version.
5240-
Version is the application version in the format X.Y.Z (e.g., "2.7.0").
5241-
example: 2.7.0
5242-
pattern: ^$|^\d+\.\d+\.\d+$
52435240
type: string
52445241
dataSource:
52455242
description: Specifies a data source for bootstrapping the PostgreSQL

config/crd/bases/pgv2.percona.com_perconapgclusters.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5644,9 +5644,6 @@ spec:
56445644
Version of the operator. Update this to new version after operator
56455645
upgrade to apply changes to Kubernetes objects. Default is the latest
56465646
version.
5647-
Version is the application version in the format X.Y.Z (e.g., "2.7.0").
5648-
example: 2.7.0
5649-
pattern: ^$|^\d+\.\d+\.\d+$
56505647
type: string
56515648
dataSource:
56525649
description: Specifies a data source for bootstrapping the PostgreSQL

deploy/bundle.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5941,9 +5941,6 @@ spec:
59415941
Version of the operator. Update this to new version after operator
59425942
upgrade to apply changes to Kubernetes objects. Default is the latest
59435943
version.
5944-
Version is the application version in the format X.Y.Z (e.g., "2.7.0").
5945-
example: 2.7.0
5946-
pattern: ^$|^\d+\.\d+\.\d+$
59475944
type: string
59485945
dataSource:
59495946
description: Specifies a data source for bootstrapping the PostgreSQL

deploy/cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
# - percona.com/delete-ssl
1010
# - percona.com/delete-backups
1111
spec:
12-
crVersion: "2.7.0"
12+
crVersion: 2.7.0
1313
# initContainer:
1414
# image: perconalab/percona-postgresql-operator:main
1515
# resources:

deploy/crd.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5941,9 +5941,6 @@ spec:
59415941
Version of the operator. Update this to new version after operator
59425942
upgrade to apply changes to Kubernetes objects. Default is the latest
59435943
version.
5944-
Version is the application version in the format X.Y.Z (e.g., "2.7.0").
5945-
example: 2.7.0
5946-
pattern: ^$|^\d+\.\d+\.\d+$
59475944
type: string
59485945
dataSource:
59495946
description: Specifies a data source for bootstrapping the PostgreSQL

deploy/cw-bundle.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5941,9 +5941,6 @@ spec:
59415941
Version of the operator. Update this to new version after operator
59425942
upgrade to apply changes to Kubernetes objects. Default is the latest
59435943
version.
5944-
Version is the application version in the format X.Y.Z (e.g., "2.7.0").
5945-
example: 2.7.0
5946-
pattern: ^$|^\d+\.\d+\.\d+$
59475944
type: string
59485945
dataSource:
59495946
description: Specifies a data source for bootstrapping the PostgreSQL

pkg/apis/pgv2.percona.com/v2/perconapgcluster_types.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ type PerconaPGClusterSpec struct {
5252
// upgrade to apply changes to Kubernetes objects. Default is the latest
5353
// version.
5454
// +optional
55-
// Version is the application version in the format X.Y.Z (e.g., "2.7.0").
56-
// +kubebuilder:validation:Pattern=`^$|^\d+\.\d+\.\d+$`
57-
// +kubebuilder:example="2.7.0"
5855
CRVersion string `json:"crVersion,omitempty"`
5956

6057
InitContainer *crunchyv1beta1.InitContainerSpec `json:"initContainer,omitempty"`

0 commit comments

Comments
 (0)