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

Release version 0.1.3

parent 15f659be
No related branches found
No related tags found
No related merge requests found
Pipeline #6706 passed with stage
in 3 minutes and 12 seconds
## [0.1.3] - 2020-06-18
* Only set imagePullSecrets if the corresponding helm value is set.
* Run apache as non-root user, and listen on port 8080 inside the docker
container.
## [0.1.2] - 2020-06-09
* Moved repository to open.greenhost.net/openappstack/wordpress-helm
......
......@@ -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.2
version: 0.1.3
icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png
......@@ -2,6 +2,7 @@
When releasing a new version of the wordpress-helm chart, please remember to do
the following:
* update `CHANGELOG.md`;
* change the chart version in `Chart.yaml`;
* change the default `image.tag` and `initImage.tag` in `values.yaml` to the new
version (e.g., "0.1.3");
......
......@@ -172,12 +172,12 @@ wpSalts: {}
image:
repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress
tag: 0.1.2
tag: 0.1.3
pullPolicy: Always
initImage:
repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress-cli-ansible
tag: 0.1.2
tag: 0.1.3
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