diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index d715a33fe08..a2f47bb433e 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -25,7 +25,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend - https://github.com/projectsend/projectsend type: application -version: 8.0.7 +version: 8.0.8 annotations: truecharts.org/catagories: | - files diff --git a/charts/stable/projectsend/values.yaml b/charts/stable/projectsend/values.yaml index 602799f54e1..460cd9ff681 100644 --- a/charts/stable/projectsend/values.yaml +++ b/charts/stable/projectsend/values.yaml @@ -43,11 +43,11 @@ workload: - -c args: - |- - export configFile="/config/includes/sys.config.php"; + export configFile="/config/projectsend/includes/sys.config.php"; if [ ! -f $configFile ]; then echo "Creating initial config file..."; - mkdir -p /config/includes; + mkdir -p /config/projectsend; touch $configFile; echo "> $configFile; echo "# This is generated on initial setup of this TrueCharts App" >> $configFile;