From 54e4bcb980f1b4f02fb070c5133690a36d1055b6 Mon Sep 17 00:00:00 2001 From: Markus Keil Date: Fri, 8 Nov 2024 11:19:11 +0100 Subject: [PATCH] make install fixed --- charts/cryptpad/Chart.yaml | 2 +- charts/cryptpad/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/cryptpad/Chart.yaml b/charts/cryptpad/Chart.yaml index e608a39..0f5a65b 100644 --- a/charts/cryptpad/Chart.yaml +++ b/charts/cryptpad/Chart.yaml @@ -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" diff --git a/charts/cryptpad/templates/deployment.yaml b/charts/cryptpad/templates/deployment.yaml index 826edeb..d17f6c7 100644 --- a/charts/cryptpad/templates/deployment.yaml +++ b/charts/cryptpad/templates/deployment.yaml @@ -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