Skip to content

Commit 354d159

Browse files
possible fix for office install
1 parent d25d4b5 commit 354d159

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/cryptpad/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cryptpad
33
description: A Helm chart for cryptpad
44
type: application
55

6-
version: 0.0.14
6+
version: 0.0.15
77

88
# App metadata
99
appVersion: "2024.3.1"

charts/cryptpad/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
- name: CPAD_CONF
5555
value: "/cryptpad/config/config.js"
5656
- name: CPAD_INSTALL_ONLYOFFICE
57-
value: {{ .Values.installOffice | quote }}
57+
value: {{ .Values.installOffice }}
5858
ports:
5959
- name: http
6060
containerPort: 3000

charts/cryptpad/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ admins: []
66
maxUploadSize: 1
77
maxPremiumUploadSize: 100
88
loginSalt: "abcdefg"
9-
installOffice: false
9+
installOffice: no
1010

1111
podAnnotations: {}
1212
podLabels: {}

0 commit comments

Comments
 (0)