Skip to content
Snippets Groups Projects
Commit 9b484fb2 authored by Varac's avatar Varac
Browse files

Merge branch '80-release-0-1-7' into 'master'

Resolve "Release 0.1.7"

Closes #80

See merge request openappstack/wordpress-helm!34
parents 280cfd8c d92a882b
No related branches found
No related tags found
1 merge request!34Resolve "Release 0.1.7"
Pipeline #7302 passed with stage
in 3 minutes and 45 seconds
## [0.1.7] - 2021-05-12
* Add numberic based backup option that uses number-based backup scheme instead
of date-based. With this, you can save 1 monthly backup and two weekly backups
prepended with "A" and "B"
## [0.1.6] - 2021-01-14
* Improve how `WP_CRON_CONTROL_SECRET` works / make sure `helm install` works with default values
......
......@@ -5,5 +5,5 @@ 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.1.6
version: 0.1.7
icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png
......@@ -241,13 +241,13 @@ ansibleVars:
image:
repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress
tag: 0.1.6
tag: 0.1.7
pullPolicy: Always
pullSecrets: []
initImage:
repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress-cli-ansible
tag: 0.1.6
tag: 0.1.7
pullPolicy: Always
ingress:
......
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