Skip to content

Commit

Permalink
[pxc-operator] Update pxc-operator and CRDs to v1.16.0 major release
Browse files Browse the repository at this point in the history
  • Loading branch information
s10 committed Dec 20, 2024
1 parent 4ab75b3 commit decc225
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 9 deletions.
2 changes: 1 addition & 1 deletion system/percona-xtradb-cluster-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ apiVersion: v2
name: percona-xtradb-cluster-crds
description: A Helm chart containing Percona CRDs.
type: application
version: 0.0.1-percona1.15.1
version: 0.0.1-percona1.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.16.3
name: perconaxtradbclusterbackups.pxc.percona.com
spec:
group: pxc.percona.com
Expand Down Expand Up @@ -56,6 +56,9 @@ spec:
type: string
spec:
properties:
activeDeadlineSeconds:
format: int64
type: integer
containerOptions:
properties:
args:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.15.0
controller-gen.kubebuilder.io/version: v0.16.3
name: perconaxtradbclusterrestores.pxc.percona.com
spec:
group: pxc.percona.com
Expand Down Expand Up @@ -325,6 +325,8 @@ spec:
properties:
name:
type: string
request:
type: string
required:
- name
type: object
Expand Down
Loading

0 comments on commit decc225

Please sign in to comment.