Skip to content

Commit f22274c

Browse files
Merge branch 'main' into dev
2 parents f66443d + a987b92 commit f22274c

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

charts/collab/Chart.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: CodeTogether Collab
44

55
type: application
66
version: 1.2.5
7+
78
appVersion: "2025.1.0"
89

910
icon: https://www.codetogether.com/wp-content/uploads/2020/02/codetogether-circle-128.png

charts/collab/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

charts/intel/templates/deployment.yaml

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

0 commit comments

Comments
 (0)