Skip to content

Commit

Permalink
fix broken tarantool-cartridge helm chart (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwirec authored Mar 10, 2022
1 parent 2df5c6a commit 7ca856e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion helm-charts/tarantool-cartridge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 7ca856e

Please sign in to comment.