diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bba7f3..6688b35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "0.5.5" + HELM_CHART_VERSION: "0.6.0" stages: - deploy diff --git a/Chart/Chart.yaml b/Chart/Chart.yaml index a5d265e..2091eb3 100644 --- a/Chart/Chart.yaml +++ b/Chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: cloudypress description: A helm chart for deploying Wordpress on Cloudyne Hosting type: application -version: "0.5.4" +version: "0.5.5" appVersion: "6.1.1" diff --git a/Chart/values.yaml b/Chart/values.yaml index 5fec249..de2394f 100644 --- a/Chart/values.yaml +++ b/Chart/values.yaml @@ -27,6 +27,10 @@ site: # The main URL for the website url: "www.mycustomer.com" + # Create sites with another main domain for WP, + # but the rest of the components named according to site-tld + # overrideMainUrl: "" + # Whether to keep plugins and Wordpress updated autoUpdate: 'true' @@ -70,13 +74,10 @@ site: # url: "https://www.mycustomer.com/mysqldump.sql" # Settings for the webroot (used by Nginx) - webroot: {} + webroot: + path: "/app/web" + indexes: "index.php index.html index.htm" - # Defaults: - # webroot: - # path: "/app/web" - # indexes: "index.php index.html index.htm" - # Additional ingress names for the site # Default ingress names are (customer domain: testsite.com, domain = testsite, tld = com): # - .