File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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 }}"
Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ LuaMemoryReserveMB: 2048
88
99image :
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+
1417service :
1518 type : ClusterIP
1619 port : 8081
You can’t perform that action at this time.
0 commit comments