Update Chart/values.yaml, Chart/Chart.yaml, .gitlab-ci.yml

This commit is contained in:
2023-03-23 23:24:35 +01:00
parent ed199f9314
commit 0ad46fb486
3 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
variables: variables:
HELM_CHART_VERSION: "0.5.5" HELM_CHART_VERSION: "0.6.0"
stages: stages:
- deploy - deploy

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: cloudypress name: cloudypress
description: A helm chart for deploying Wordpress on Cloudyne Hosting description: A helm chart for deploying Wordpress on Cloudyne Hosting
type: application type: application
version: "0.5.4" version: "0.5.5"
appVersion: "6.1.1" appVersion: "6.1.1"

View File

@@ -27,6 +27,10 @@ site:
# The main URL for the website # The main URL for the website
url: "www.mycustomer.com" 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 # Whether to keep plugins and Wordpress updated
autoUpdate: 'true' autoUpdate: 'true'
@@ -70,13 +74,10 @@ site:
# url: "https://www.mycustomer.com/mysqldump.sql" # url: "https://www.mycustomer.com/mysqldump.sql"
# Settings for the webroot (used by Nginx) # 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 # Additional ingress names for the site
# Default ingress names are (customer domain: testsite.com, domain = testsite, tld = com): # Default ingress names are (customer domain: testsite.com, domain = testsite, tld = com):
# - <domain>.<tld> # - <domain>.<tld>