File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
helm-charts/tarantool-cartridge/templates Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
16
16
- Refactor project structure, all helm charts are collected in one place
17
17
- Update crds api version from ` apiextensions.k8s.io/v1beta1 ` to ` apiextensions.k8s.io/v1 `
18
18
- Updated kv example to the most recent cartridge version
19
+ - Update cartridge version for tarantool-cartridge and crud examples to the latest v2.7.3
19
20
20
21
### Fixed
21
22
Original file line number Diff line number Diff line change 68
68
- name : ndots
69
69
value : " 1"
70
70
securityContext :
71
- fsGroup : {{ .securityContext.fsGroup }}
71
+ fsGroup : {{ $.Values .securityContext.fsGroup }}
72
72
containers :
73
73
- name : pim-storage
74
74
image : " {{ $.Values.image.repository }}:{{ $.Values.image.tag }}"
You can’t perform that action at this time.
0 commit comments