Skip to content

Commit

Permalink
Merge branch 'main' into add-install-step
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded authored Jan 15, 2025
2 parents 294fb06 + fa72cf9 commit b344cb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions charts/lago/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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.6
version: 1.18.1
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
2 changes: 1 addition & 1 deletion charts/lago/values.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit b344cb2

Please sign in to comment.