Skip to content

YDBOPS-12179 Sync YDB versions in samples #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: database-sample
spec:
image:
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:23.3.17
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
nodes: 3
resources:
storageUnits:
Expand Down
2 changes: 1 addition & 1 deletion samples/kind/database-3dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: database-kind-sample
spec:
image:
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.2.7
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
2 changes: 1 addition & 1 deletion samples/kind/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: database-kind-sample
spec:
image:
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.2.7
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
nodes: 1
resources:
storageUnits:
Expand Down
2 changes: 1 addition & 1 deletion samples/kind/storage-mirror-3dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: storage-kind-sample
spec:
image:
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.2.7
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand Down
2 changes: 1 addition & 1 deletion samples/kind/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
dataStore: []
image:
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.2.7
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
nodes: 1
domain: Root
erasure: none
Expand Down
2 changes: 1 addition & 1 deletion samples/minikube/database.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: database-minikube-sample
spec:
image:
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.2.7
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
nodes: 1
domain: Root
service:
Expand Down
2 changes: 1 addition & 1 deletion samples/minikube/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
dataStore: []
image:
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.2.7
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
nodes: 1
domain: Root
erasure: none
Expand Down
2 changes: 1 addition & 1 deletion samples/storage-block-4-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
storage: 93Gi
volumeMode: Block
image:
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:23.3.17
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
nodes: 8
erasure: block-4-2
configuration: |-
Expand Down
2 changes: 1 addition & 1 deletion samples/storage-mirror-3dc-nodeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
requests:
storage: 80Gi
image:
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:23.3.17
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
nodes: 9
nodeSets:
- name: nodeset-1
Expand Down
2 changes: 1 addition & 1 deletion samples/storage-mirror-3dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
requests:
storage: 80Gi
image:
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.2.7
name: cr.yandex/crptqonuodf51kdj7a7d/ydb:24.4.4.2
nodes: 9
erasure: mirror-3-dc
configuration: |-
Expand Down
Loading