From 7ca856ee4597556e591be878ecd7d3f1022021cf Mon Sep 17 00:00:00 2001 From: Daniil Kotelnikov Date: Thu, 10 Mar 2022 17:51:43 +0300 Subject: [PATCH] fix broken tarantool-cartridge helm chart (#125) --- CHANGELOG.md | 1 + helm-charts/tarantool-cartridge/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 }}"