diff --git a/Chart.yaml b/Chart.yaml index 6102311..bce9999 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: '1.10.0' +appVersion: '1.11.0' description: the Lago open source billing app name: lago -version: 1.10.0 +version: 1.11.0 dependencies: - name: postgresql version: '13.2.2' diff --git a/README.md b/README.md index 928b48f..097d213 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ helm install my-lago-release . \ --set apiUrl=mydomain.dev \ --set frontUrl=mydomain.dev + ## Configuration ### Global Parameters diff --git a/values.yaml b/values.yaml index 194b40d..46b4654 100644 --- a/values.yaml +++ b/values.yaml @@ -1,4 +1,4 @@ -version: '1.10.0' +version: '1.11.0' # apiUrl: mydomain.dev # frontUrl: mydomain.dev