Skip to content

Commit

Permalink
make install fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Nov 8, 2024
1 parent 354d159 commit 54e4bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cryptpad/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: cryptpad
description: A Helm chart for cryptpad
type: application

version: 0.0.15
version: 0.0.16

# App metadata
appVersion: "2024.3.1"
Expand Down
2 changes: 1 addition & 1 deletion charts/cryptpad/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
- name: CPAD_CONF
value: "/cryptpad/config/config.js"
- name: CPAD_INSTALL_ONLYOFFICE
value: {{ .Values.installOffice }}
value: "yes"
ports:
- name: http
containerPort: 3000
Expand Down

0 comments on commit 54e4bcb

Please sign in to comment.