$ helm install \
mysite bitpoke/wordpress-site \
--version v0.12.0 \
--set 'site.domains[0]=www.example.com'
Error: INSTALLATION FAILED: failed to download "bitpoke/wordpress-site" at version "v0.12.0"
$ helm install \
mysite bitpoke/wordpress-site \
--version v0.12.1 \
--set 'site.domains[0]=www.example.com'
NAME: mysite
LAST DEPLOYED: Tue Feb 1 22:24:10 2022
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Change your DNS records to point www.example.com at the ingress
controller endpoints
2. Visit the site at:
http://www.example.com
3. That's it!
Follow-up on https://github.com/bitpoke/stack/issues/131 Use the
bitpoke/wordpress-site
helm chart which is published in version0.12.1
only.