Skip to content

Commit 7ca856e

Browse files
authored
fix broken tarantool-cartridge helm chart (#125)
1 parent 2df5c6a commit 7ca856e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

helm-charts/tarantool-cartridge/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
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 }}"

0 commit comments

Comments
 (0)