We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821066d commit 8b6490fCopy full SHA for 8b6490f
charts/cryptpad/Chart.yaml
@@ -3,7 +3,7 @@ name: cryptpad
3
description: A Helm chart for cryptpad
4
type: application
5
6
-version: 0.0.10
+version: 0.0.11
7
8
# App metadata
9
appVersion: "2024.3.1"
charts/cryptpad/templates/configmap.yaml
@@ -84,7 +84,6 @@ data:
84
AppConfig.loginSalt = '{{ .Values.loginSalt }}'
85
86
// a bit security by obscurity
87
- AppConfig.registeredOnlyTypes = AppConfig.availablePadTypes;
88
AppConfig.disableAnonymousStore = false;
89
AppConfig.disableAnonymousPadCreation = false;
90
0 commit comments