File tree Expand file tree Collapse file tree 7 files changed +1
-19
lines changed
build/crd/percona/generated
pkg/apis/pgv2.percona.com/v2 Expand file tree Collapse file tree 7 files changed +1
-19
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ metadata:
99# - percona.com/delete-ssl
1010# - percona.com/delete-backups
1111spec :
12- crVersion : " 2.7.0"
12+ crVersion : 2.7.0
1313# initContainer:
1414# image: perconalab/percona-postgresql-operator:main
1515# resources:
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"`
You can’t perform that action at this time.
0 commit comments