Skip to content

Commit 682fb78

Browse files
committed
Update cartridge version to the latest v2.7.3
1 parent c7e9b7e commit 682fb78

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

examples/kv/kv-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = {
88
'tarantool',
99
'lua >= 5.1',
1010
'checks == 3.1.0-1',
11-
'cartridge == 2.6.0-1',
11+
'cartridge == 2.7.3-1',
1212
'metrics == 0.9.0-1',
1313
'cartridge-cli-extensions == 1.1.1-1',
1414
}

helm-charts/crud/crud-app/crud-app-scm-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies = {
88
'tarantool',
99
'lua >= 5.1',
1010
'checks == 3.0.1-1',
11-
'cartridge == 2.3.0-1',
11+
'cartridge == 2.7.3-1',
1212
'metrics == 0.5.0-1',
1313
'crud >= 0.1.0-1',
1414
'migrations == 0.3.1-1',

helm-charts/tarantool-cartridge/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
- name: ndots
6969
value: "1"
7070
securityContext:
71-
fsGroup: 1000
71+
fsGroup: { { .securityContext.fsGroup } }
7272
containers:
7373
- name: pim-storage
7474
image: "{{ $.Values.image.repository }}:{{ $.Values.image.tag }}"

helm-charts/tarantool-cartridge/values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ LuaMemoryReserveMB: 2048
88

99
image:
1010
repository: tarantool/tarantool-operator-examples-kv
11-
tag: 0.0.2
11+
tag: 0.0.3
1212
pullPolicy: IfNotPresent
1313

14+
securityContext:
15+
fsGroup: 1200
16+
1417
service:
1518
type: ClusterIP
1619
port: 8081

0 commit comments

Comments
 (0)