From fa72cf9c049bdb1624efc032c1f0e242282df067 Mon Sep 17 00:00:00 2001 From: Vincent Pochet Date: Tue, 14 Jan 2025 17:54:11 +0100 Subject: [PATCH] misc: Bump version to 1.18.0 (#141) --- charts/lago/Chart.yaml | 10 +++++----- charts/lago/values.yaml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/lago/Chart.yaml b/charts/lago/Chart.yaml index 452264b..437fa95 100644 --- a/charts/lago/Chart.yaml +++ b/charts/lago/Chart.yaml @@ -1,18 +1,18 @@ apiVersion: v2 -appVersion: '1.17.4' +appVersion: "1.18.0" description: the Lago open source billing app name: lago -version: 1.17.4 +version: 1.18.0 dependencies: - name: postgresql - version: '13.2.2' + version: "13.2.2" repository: https://charts.bitnami.com/bitnami condition: postgresql.enabled - name: redis - version: '18.2.1' + version: "18.2.1" repository: https://charts.bitnami.com/bitnami condition: redis.enabled - name: minio - version: '5.2.0' + version: "5.2.0" repository: https://charts.min.io/ condition: minio.enabled diff --git a/charts/lago/values.yaml b/charts/lago/values.yaml index 3e31254..a83af32 100644 --- a/charts/lago/values.yaml +++ b/charts/lago/values.yaml @@ -1,4 +1,4 @@ -version: 1.17.4 +version: 1.18.0 # Required: Set the URLs for your API and Frontend services # Replace these placeholders with the actual domain names.