Skip to content

Commit 43139b3

Browse files
authored
Update examples for imageType setting (#2102)
* Update examples for imageType setting
1 parent 5793103 commit 43139b3

File tree

13 files changed

+16
-2
lines changed

13 files changed

+16
-2
lines changed

Diff for: config/samples/backup.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ spec:
66
blobStoreConfiguration:
77
accountName: minio@minio-service:9000
88
clusterName: test-cluster
9+
imageType: split
910
podTemplateSpec:
1011
spec:
1112
containers:
@@ -65,6 +66,7 @@ spec:
6566
enabled: true
6667
faultDomain:
6768
key: foundationdb.org/none
69+
imageType: split
6870
labels:
6971
filterOnOwnerReference: false
7072
matchLabels:

Diff for: config/samples/client.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ spec:
7777
enabled: true
7878
faultDomain:
7979
key: foundationdb.org/none
80+
imageType: split
8081
labels:
8182
filterOnOwnerReference: false
8283
matchLabels:

Diff for: config/samples/cluster.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ spec:
88
enabled: true
99
faultDomain:
1010
key: foundationdb.org/none
11+
imageType: split
1112
labels:
1213
filterOnOwnerReference: false
1314
matchLabels:

Diff for: config/samples/restore.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
blobStoreConfiguration:
88
accountName: minio@minio-service:9000
99
clusterName: test-cluster
10+
imageType: split
1011
podTemplateSpec:
1112
spec:
1213
containers:
@@ -66,6 +67,7 @@ spec:
6667
enabled: true
6768
faultDomain:
6869
key: foundationdb.org/none
70+
imageType: split
6971
labels:
7072
filterOnOwnerReference: false
7173
matchLabels:

Diff for: config/tests/backup/base/backup.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ spec:
66
version: 7.1.26
77
clusterName: test-cluster
88
snapshotPeriodSeconds: 3600
9+
imageType: split
910
blobStoreConfiguration:
1011
accountName: minio@minio-service:9000
1112
podTemplateSpec:

Diff for: config/tests/base/cluster.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ spec:
3333
automationOptions:
3434
replacements:
3535
enabled: true
36+
imageType: split
3637
processes:
3738
general:
3839
customParameters:

Diff for: config/tests/multi_dc/final.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
cluster-group: test-cluster
1111
name: test-cluster-$dc
1212
spec:
13+
imageType: split
1314
version: 7.1.26
1415
faultDomain:
1516
key: foundationdb.org/none

Diff for: config/tests/multi_dc/stage_1.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
cluster-group: test-cluster
1111
name: test-cluster-$dc
1212
spec:
13+
imageType: split
1314
version: 7.1.26
1415
faultDomain:
1516
key: foundationdb.org/none

Diff for: config/tests/multi_kc/final.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
cluster-group: test-cluster
1111
name: test-cluster-$zone
1212
spec:
13+
imageType: split
1314
version: 7.1.26
1415
faultDomain:
1516
key: foundationdb.org/kubernetes-cluster

Diff for: config/tests/multi_kc/stage_1.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
cluster-group: test-cluster
1111
name: test-cluster-$zone
1212
spec:
13+
imageType: split
1314
version: 7.1.26
1415
faultDomain:
1516
key: foundationdb.org/kubernetes-cluster

Diff for: config/tests/three_data_hall/final.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ metadata:
99
cluster-group: test-cluster
1010
name: test-cluster-$az
1111
spec:
12+
imageType: split
1213
version: 7.1.26
1314
faultDomain:
1415
key: foundationdb.org/none

Diff for: config/tests/three_data_hall/stage_1.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ metadata:
99
cluster-group: test-cluster
1010
name: test-cluster-$az
1111
spec:
12+
imageType: split
1213
version: 7.1.26
1314
faultDomain:
1415
key: foundationdb.org/none

Diff for: config/tests/unified_image/images.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- op: add
2-
path: "/spec/useUnifiedImage"
3-
value: true
2+
path: "/spec/imageType"
3+
value: unified
44
- op: add
55
path: "/spec/mainContainer"
66
value:

0 commit comments

Comments
 (0)