We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ec85c commit 0751c90Copy full SHA for 0751c90
2 files changed
Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: codex-docs
3
description: A Helm chart for CodeX Docs
4
type: application
5
-version: 0.1.1
6
-appVersion: "v0.2.0"
+version: "0.2.0"
+appVersion: "0.3.0"
values.yaml
@@ -21,8 +21,9 @@ configuration:
21
port: 3000
22
database: "/mnt/db"
23
rcFile: "./.codexdocsrc"
24
- "uploads": "/usr/src/app/public/uploads"
25
- "secret": "iamasecretstring"
+ uploads: "/usr/src/app/public/uploads"
+ secret: "iamasecretstring"
26
+ favicon: ""
27
28
# Authentication parameters
29
auth:
0 commit comments