diff --git a/CHANGELOG.md b/CHANGELOG.md index d07a2608..ce8113ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Refactor project structure, all helm charts are collected in one place - Update crds api version from `apiextensions.k8s.io/v1beta1` to `apiextensions.k8s.io/v1` - Updated kv example to the most recent cartridge version +- Update cartridge version for tarantool-cartridge and crud examples to the latest v2.7.3 ### Fixed diff --git a/helm-charts/tarantool-cartridge/templates/deployment.yaml b/helm-charts/tarantool-cartridge/templates/deployment.yaml index 832feb89..d2d8b1f2 100644 --- a/helm-charts/tarantool-cartridge/templates/deployment.yaml +++ b/helm-charts/tarantool-cartridge/templates/deployment.yaml @@ -68,7 +68,7 @@ spec: - name: ndots value: "1" securityContext: - fsGroup: {{ .securityContext.fsGroup }} + fsGroup: {{ $.Values.securityContext.fsGroup }} containers: - name: pim-storage image: "{{ $.Values.image.repository }}:{{ $.Values.image.tag }}"