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.
1616- Refactor project structure, all helm charts are collected in one place
1717- Update crds api version from ` apiextensions.k8s.io/v1beta1 ` to ` apiextensions.k8s.io/v1 `
1818- 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
1920
2021### Fixed
2122
Original file line number Diff line number Diff line change 6868 - name : ndots
6969 value : " 1"
7070 securityContext :
71- fsGroup : {{ .securityContext.fsGroup }}
71+ fsGroup : {{ $.Values .securityContext.fsGroup }}
7272 containers :
7373 - name : pim-storage
7474 image : " {{ $.Values.image.repository }}:{{ $.Values.image.tag }}"
You can’t perform that action at this time.
0 commit comments