Skip to content
Snippets Groups Projects
Commit 9c05255a authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '105-add-required-and-optional-php-modules-to-wp-setup' into 'main'

Feat: "Add required and optional PHP modules to WP setup"

Closes #105

See merge request !146
parents 2e86dcf7 9c715217
No related branches found
No related tags found
1 merge request!146Feat: "Add required and optional PHP modules to WP setup"
Pipeline #14380 passed with stages
in 1 minute and 11 seconds
## [0.6.21] - 2022-04-14
- Feat: "Add required and optional PHP modules to WP setup"
## [0.6.15] - 2022-03-29
- Fix wrong redirect to port 8080
......
---
apiVersion: v2
appVersion: "5.9.1"
appVersion: "5.9.3"
description: WordPress with a replicated MariaDB backend
name: wordpress
# Please only change the chart version as part of the release procedure: see
# RELEASING.md
version: 0.6.20
version: 0.6.21
icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png
dependencies:
- name: mariadb
......
......@@ -237,13 +237,13 @@ ansibleVars:
image:
repository: open.greenhost.net:4567/stackspin/wordpress-helm/wordpress
tag: 0.6.15
tag: 0.6.21
pullPolicy: Always
pullSecrets: []
initImage:
repository: open.greenhost.net:4567/stackspin/wordpress-helm/wordpress-cli-ansible
tag: 0.6.15
tag: 0.6.21
pullPolicy: Always
ingress:
......
......@@ -22,6 +22,7 @@ docker-php-ext-install -j "$(nproc)" \
bcmath \
exif \
gd \
intl \
mysqli \
zip \
;
......
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