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

Release version 0.2.1

parent 7665dd43
No related branches found
No related tags found
1 merge request!38Resolve "Allow setting more kubernetes labels"
Pipeline #8479 passed with stage
in 42 seconds
## [0.2.1] - 2021-09-16
* Allow setting custom labels on pods and statefulset
## [0.2.0] - 2021-05-25
* Update Chart to apiVersion 2, move requirements to Chart.yaml
......
......@@ -5,7 +5,7 @@ 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.2.0
version: 0.2.1
icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png
dependencies:
- name: mariadb
......
......@@ -241,13 +241,13 @@ ansibleVars:
image:
repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress
tag: 0.2.0
tag: 0.2.1
pullPolicy: Always
pullSecrets: []
initImage:
repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress-cli-ansible
tag: 0.2.0
tag: 0.2.1
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