bitpoke / stack

Open-Source WordPress Infrastructure on Kubernetes
https://www.bitpoke.io/stack
Apache License 2.0
162 stars 31 forks source link

Use bitpoke/wordpress-site helm chart 0.12.1 #132

Closed nachtmaar closed 2 years ago

nachtmaar commented 2 years ago

Follow-up on https://github.com/bitpoke/stack/issues/131 Use the bitpoke/wordpress-site helm chart which is published in version 0.12.1 only.

$ 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!