Skip to content

Commit 0751c90

Browse files
committed
update helm chart version
1 parent 55ec85c commit 0751c90

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: codex-docs
33
description: A Helm chart for CodeX Docs
44
type: application
5-
version: 0.1.1
6-
appVersion: "v0.2.0"
5+
version: "0.2.0"
6+
appVersion: "0.3.0"

values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ configuration:
2121
port: 3000
2222
database: "/mnt/db"
2323
rcFile: "./.codexdocsrc"
24-
"uploads": "/usr/src/app/public/uploads"
25-
"secret": "iamasecretstring"
24+
uploads: "/usr/src/app/public/uploads"
25+
secret: "iamasecretstring"
26+
favicon: ""
2627

2728
# Authentication parameters
2829
auth:

0 commit comments

Comments
 (0)