Skip to content
Snippets Groups Projects
Commit 4b60c285 authored by Varac's avatar Varac
Browse files

Merge branch '987-update-wordpress-chart-to-0-4-0' into 'master'

Resolve "Update WordPress chart to 0.4.0"

Closes #987

See merge request openappstack/openappstack!553
parents e9b5cc97 114f50f6
No related branches found
No related tags found
No related merge requests found
......@@ -41,12 +41,11 @@ data:
role_key: openappstack_roles
database:
db:
user: wordpress
auth:
username: wordpress
password: "${wordpress_mariadb_password}"
rootUser:
password: "${wordpress_mariadb_root_password}"
master:
rootPassword: "${wordpress_mariadb_root_password}"
primary:
persistence:
## Enable MariaDB persistence using Persistent Volume Claims.
enabled: true
......@@ -61,8 +60,7 @@ data:
requests:
cpu: 100m
memory: 256Mi
replication:
enabled: false
architecture: "standalone"
# It's advisable to set resource limits to prevent your K8s cluster from
# crashing
......
......@@ -14,4 +14,4 @@ spec:
# For all available options, see:
# https://toolkit.fluxcd.io/components/source/api/#source.toolkit.fluxcd.io/v1beta1.GitRepositoryRef
ref:
tag: 0.2.2
tag: 0.4.0
......@@ -130,6 +130,8 @@ const assert = require('assert');
console.log('• Wordpress')
await goto(wordpressUrl)
await waitFor('Hello world!')
await goto(wordpressUrl + '/wp-admin/')
await click('Log in')
await write(wordpressUsername, into(textBox('Username')))
await write(wordpressPassword, into(textBox('Password')))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment