Skip to content

Commit

Permalink
Merge pull request #2 from scott/auto-set-rails-secret-by-default
Browse files Browse the repository at this point in the history
Should not present variable for auto-population to work
  • Loading branch information
scott authored Oct 29, 2021
2 parents 019a8a2 + 08e09d4 commit 92853b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/helpy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: helpy
description: Installs a production cluster of Helpy or Helpy Pro
type: application
version: 1.2.2
version: 1.2.3
appVersion: "3.2.7"
home: https://helpy.io/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/helpy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ rails:
serveStaticFiles: false
pumaConcurency: '1'
podRam: '1024'
secretKey: ''
# secretKey: ''
sessionDuration: 20
sessionStore: 'cookie'

Expand Down

0 comments on commit 92853b4

Please sign in to comment.