Skip to content

Commit

Permalink
fixing greeting default (#23)
Browse files Browse the repository at this point in the history
* fixing greeting default
* bumping chart version

Signed-off-by: Corey Aloia <[email protected]>
  • Loading branch information
corey-aloia authored Jan 19, 2024
1 parent 9f3c222 commit dd9635f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-charts/inbucket/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Disposable webmail server (similar to Mailinator) with built in SMT
name: inbucket
type: application
appVersion: 3.0.0
version: 2.2.0
version: 2.2.1
keywords:
- inbucket
- mail
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/inbucket/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extraEnv:
INBUCKET_WEB_ADDR: "0.0.0.0:9000"
INBUCKET_WEB_BASEPATH: ""
INBUCKET_WEB_UIDIR: "ui"
INBUCKET_WEB_GREETINGFILE: "ui/greeting.html"
INBUCKET_WEB_GREETINGFILE: "/config/greeting.html"
INBUCKET_WEB_TEMPLATECACHE: "true"
INBUCKET_WEB_MAILBOXPROMPT: "@inbucket"
INBUCKET_WEB_COOKIEAUTHKEY: ""
Expand Down

0 comments on commit dd9635f

Please sign in to comment.