Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gremlin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gremlin
version: 0.24.1
version: 0.24.2
description: The Gremlin Inc client application
apiVersion: v1
home: https://www.gremlin.com
Expand Down
2 changes: 2 additions & 0 deletions gremlin/templates/chao-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ spec:
resources:
{{ toYaml .Values.resources | trimSuffix "\n" | indent 12 }}
{{- end }}
securityContext:
readOnlyRootFilesystem: true
env:
- name: GREMLIN_TEAM_ID
{{- /* If we aren't managing this secret and a teamID was supplied, assume teamID is not in the external secret */}}
Expand Down