This code is out of date. Please use https://github.com/invoiceninja/dockerfiles/tree/master/charts/invoiceninja
Quick and dirty helm chart for invoiceninja V5, inspired by spacepluk invoiceninja/dockerfiles#94 - not finished.
- Clone this repository
- install dependencies
- deploy on kubernetes
git clone <URL>
: cf the 'copy' button on top of the source code page in github
This helm chart has a dependency on MySQL (described in the Chart.yaml file). To automatically resolve this, run the following command:
helm dependency update
Afterwards you should see an additional folder (charts), containing the .tgz file for mysql.
Alternatively, you can create this folder manually and put the appropriate tgz file in there (mysql-8.4.4.tgz), if you already have it.
Make sure helm connects to the right cluster with the right credentials. Then, run:
helm install invoiceninja . -f values.yaml