Skip to content

Commit 67969f3

Browse files
authored
Merge branch 'main' into K8SPG-1086
2 parents 01b5d1d + e60f6d7 commit 67969f3

129 files changed

Lines changed: 8964 additions & 1744 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/reviewdog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
steps:
112112
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
113-
- uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3
113+
- uses: mikefarah/yq@c14f446382944492701b16c1ddb48bb9dbe683e3 # v4.53.6
114114
- name: Verify deploy/cr.yaml images match release_versions
115115
run: |
116116
set -euo pipefail

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
2121

2222
- name: Set up Docker Buildx
23-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
23+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
2424

2525
- name: Build an image from Dockerfile (linux/arm64)
2626
run: |

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

Lines changed: 673 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,8 @@ spec:
651651
- type: integer
652652
- type: string
653653
x-kubernetes-int-or-string: true
654+
protocol:
655+
type: string
654656
scheme:
655657
type: string
656658
required:
@@ -711,6 +713,8 @@ spec:
711713
- type: integer
712714
- type: string
713715
x-kubernetes-int-or-string: true
716+
protocol:
717+
type: string
714718
scheme:
715719
type: string
716720
required:
@@ -755,6 +759,8 @@ spec:
755759
type: integer
756760
grpc:
757761
properties:
762+
mode:
763+
type: string
758764
port:
759765
format: int32
760766
type: integer
@@ -788,6 +794,8 @@ spec:
788794
- type: integer
789795
- type: string
790796
x-kubernetes-int-or-string: true
797+
protocol:
798+
type: string
791799
scheme:
792800
type: string
793801
required:
@@ -862,6 +870,8 @@ spec:
862870
type: integer
863871
grpc:
864872
properties:
873+
mode:
874+
type: string
865875
port:
866876
format: int32
867877
type: integer
@@ -895,6 +905,8 @@ spec:
895905
- type: integer
896906
- type: string
897907
x-kubernetes-int-or-string: true
908+
protocol:
909+
type: string
898910
scheme:
899911
type: string
900912
required:
@@ -1086,6 +1098,8 @@ spec:
10861098
type: integer
10871099
grpc:
10881100
properties:
1101+
mode:
1102+
type: string
10891103
port:
10901104
format: int32
10911105
type: integer
@@ -1119,6 +1133,8 @@ spec:
11191133
- type: integer
11201134
- type: string
11211135
x-kubernetes-int-or-string: true
1136+
protocol:
1137+
type: string
11221138
scheme:
11231139
type: string
11241140
required:
@@ -1180,6 +1196,11 @@ spec:
11801196
volumeMounts:
11811197
items:
11821198
properties:
1199+
bindMountOptions:
1200+
items:
1201+
type: string
1202+
type: array
1203+
x-kubernetes-list-type: set
11831204
mountPath:
11841205
type: string
11851206
mountPropagation:
@@ -1286,6 +1307,11 @@ spec:
12861307
volumeMounts:
12871308
items:
12881309
properties:
1310+
bindMountOptions:
1311+
items:
1312+
type: string
1313+
type: array
1314+
x-kubernetes-list-type: set
12891315
mountPath:
12901316
type: string
12911317
mountPropagation:

0 commit comments

Comments
 (0)