Skip to content
Merged
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 examples/kv/kv-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = {
'tarantool',
'lua >= 5.1',
'checks == 3.1.0-1',
'cartridge == 2.6.0-1',
'cartridge == 2.7.3-1',
'metrics == 0.9.0-1',
'cartridge-cli-extensions == 1.1.1-1',
}
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/crud/crud-app/crud-app-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies = {
'tarantool',
'lua >= 5.1',
'checks == 3.0.1-1',
'cartridge == 2.3.0-1',
'cartridge == 2.7.3-1',
'metrics == 0.5.0-1',
'crud >= 0.1.0-1',
'migrations == 0.3.1-1',
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/tarantool-cartridge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- name: ndots
value: "1"
securityContext:
fsGroup: 1000
fsGroup: {{ .securityContext.fsGroup }}
containers:
- name: pim-storage
image: "{{ $.Values.image.repository }}:{{ $.Values.image.tag }}"
Expand Down
5 changes: 4 additions & 1 deletion helm-charts/tarantool-cartridge/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ LuaMemoryReserveMB: 2048

image:
repository: tarantool/tarantool-operator-examples-kv
tag: 0.0.2
tag: 0.0.3
pullPolicy: IfNotPresent

securityContext:
fsGroup: 1200

service:
type: ClusterIP
port: 8081
Expand Down