File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ description: CodeTogether Collab
44
55type : application
66version : 1.2.5
7+
78appVersion : " 2025.1.0"
89
910icon : https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png
Original file line number Diff line number Diff line change @@ -250,7 +250,8 @@ spec:
250250 - name : codetogether-runtime
251251 emptyDir : {}
252252 - name : codetogether-tmp
253- emptyDir : {}
253+ emptyDir :
254+ medium : Memory
254255 {{- else if .Values.favicon.enabled }}
255256 volumes :
256257 - name : favicon-volume
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ spec:
103103 key : apiKey
104104 {{- end }}
105105 {{- end }}
106+ {{- if .Values.securityContext.readOnlyRootFilesystem }}
106107 volumeMounts :
107108 - name : properties-volume
108109 mountPath : /opt/codetogether/runtime/cthq.properties
You can’t perform that action at this time.
0 commit comments