From 044424196aa3ee7669015773e36458a4462c9af3 Mon Sep 17 00:00:00 2001 From: Thumbscrew Date: Sun, 8 Jan 2023 14:44:35 +0000 Subject: [PATCH] feat(freshrss): disable autoinstall by default (#3) --- charts/freshrss/Chart.yaml | 2 +- charts/freshrss/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/freshrss/Chart.yaml b/charts/freshrss/Chart.yaml index 26f7e99..e3cd0f8 100644 --- a/charts/freshrss/Chart.yaml +++ b/charts/freshrss/Chart.yaml @@ -23,7 +23,7 @@ type: application # 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. # 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 # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/freshrss/values.yaml b/charts/freshrss/values.yaml index 22b1dd5..c2828ea 100644 --- a/charts/freshrss/values.yaml +++ b/charts/freshrss/values.yaml @@ -46,7 +46,7 @@ freshrss: timezone: UTC freshEnv: production autoInstall: - enabled: true + enabled: false baseUrl: freshrss.local language: en apiEnabled: false