Skip to content

Commit

Permalink
Bump version to 1.12.2 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
nudded authored Sep 25, 2024
1 parent 4916f47 commit 837406c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: '1.11.0'
appVersion: '1.12.2'
description: the Lago open source billing app
name: lago
version: 1.11.0
version: 1.12.2
dependencies:
- name: postgresql
version: '13.2.2'
Expand All @@ -15,4 +15,4 @@ dependencies:
- name: minio
version: '5.2.0'
repository: https://charts.min.io/
condition: minio.enabled
condition: minio.enabled
6 changes: 3 additions & 3 deletions values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '1.11.0'
version: '1.12.2'

# apiUrl: mydomain.dev
# frontUrl: mydomain.dev
Expand Down Expand Up @@ -198,7 +198,7 @@ minio:
# memory: "1Gi"
# cpu: "1"
# persistence:
# size: 10Gi
# size: 10Gi
# ingress:
# enabled: true
# ingressClassName: nginx
Expand All @@ -214,4 +214,4 @@ minio:
# policy: none
# purge: false
# versioning: false
# objectlocking: false
# objectlocking: false

0 comments on commit 837406c

Please sign in to comment.