Skip to content
Snippets Groups Projects
Verified Commit 1cc2db68 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'master' into 82-move-requirements-to-chart-use-uris-for-remote-repositories

parents f114ea3b b8f1fb26
No related branches found
No related tags found
1 merge request!35Resolve "move requirements to chart, use URIs for remote repositories"
......@@ -3,6 +3,11 @@
* Update Chart to apiVersion 2, move requirements to Chart.yaml
NOTE: This means Helm 3 is required to install and maintain the chart
## [0.1.8] - 2021-06-14
* Set image pull policy for cronjob image to IfNotPresent to prevent problems
with Docker rate limits
## [0.1.7] - 2021-05-12
* Add numberic based backup option that uses number-based backup scheme instead
......
......@@ -174,7 +174,7 @@ wordpress:
image:
repository: bitnami/kubectl
tag: 1.18
pullPolicy: Always
pullPolicy: IfNotPresent
# Every 3 minutes
schedule: "*/3 * * * *"
# We use the internal DNS, so there is no TLS certificate
......@@ -241,13 +241,13 @@ ansibleVars:
image:
repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress
tag: 0.1.7
tag: 0.1.8
pullPolicy: Always
pullSecrets: []
initImage:
repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress-cli-ansible
tag: 0.1.7
tag: 0.1.8
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