mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2024-11-09 23:53:50 +00:00
feat(freshrss): disable autoinstall by default (#3)
This commit is contained in:
parent
dc59ccf182
commit
044424196a
@ -23,7 +23,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application. Versions are not expected to
|
# incremented each time you make changes to the application. Versions are not expected to
|
||||||
|
@ -46,7 +46,7 @@ freshrss:
|
|||||||
timezone: UTC
|
timezone: UTC
|
||||||
freshEnv: production
|
freshEnv: production
|
||||||
autoInstall:
|
autoInstall:
|
||||||
enabled: true
|
enabled: false
|
||||||
baseUrl: freshrss.local
|
baseUrl: freshrss.local
|
||||||
language: en
|
language: en
|
||||||
apiEnabled: false
|
apiEnabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user