Skip to content

Commit 4c9e1b0

Browse files
committed
chore: bump chart versions to 0.5.0
1 parent 6c47cc3 commit 4c9e1b0

36 files changed

Lines changed: 153 additions & 135 deletions

File tree

charts/lago-config/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.4.0
18+
version: 0.5.0
1919

2020
annotations:
2121
org.opencontainers.image.source: "https://github.com/getlago/lago-helm-charts"

charts/lago-config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lago-config
22

3-
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -42,7 +42,7 @@ A Helm chart for Kubernetes
4242
|-----|------|---------|-------------|
4343
| global.urls.api | string | `""` | Public URL of the Lago API |
4444
| global.urls.front | string | `""` | Public URL of the Lago frontend |
45-
| global.urls.pdf | string | `""` | Internal URL of the PDF service (Gotenberg) |
45+
| global.urls.pdf | string | `"lago-pdf"` | Internal URL of the PDF service (Gotenberg) |
4646

4747
### Database
4848

charts/lago-data-api/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: lago-data-config
33
repository: file://../lago-data-config
4-
version: 0.4.0
5-
digest: sha256:aa1f43caf1d7184b899d312e507f70761b519a2a1b0aafac0c9f39d1a6e10bf1
6-
generated: "2026-02-20T14:05:39.629136071Z"
4+
version: 0.5.0
5+
digest: sha256:856aa19a9549d7aa432ef2b19790aababae3bebffd71c755bfd3a1b34862b115
6+
generated: "2026-04-02T17:07:25.359853+02:00"

charts/lago-data-api/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.4.0
18+
version: 0.5.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
@@ -26,7 +26,7 @@ appVersion: "0.1.0"
2626
dependencies:
2727
- name: lago-data-config
2828
alias: config
29-
version: 0.4.0
29+
version: 0.5.0
3030
repository: "file://../lago-data-config"
3131
condition: config.enabled
3232

charts/lago-data-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# lago-data-api
22

3-
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
3+
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

77
## Requirements
88

99
| Repository | Name | Version |
1010
|------------|------|---------|
11-
| file://../lago-data-config | config(lago-data-config) | 0.3.0 |
11+
| file://../lago-data-config | config(lago-data-config) | 0.5.0 |
1212

1313
## Values
1414

charts/lago-data-config/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.4.0
18+
version: 0.5.0
1919

2020
annotations:
2121
org.opencontainers.image.source: "https://github.com/getlago/lago-helm-charts"

charts/lago-data-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# lago-data-config
22

3-
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
3+
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: lago-data-config
33
repository: file://../lago-data-config
4-
version: 0.4.0
5-
digest: sha256:aa1f43caf1d7184b899d312e507f70761b519a2a1b0aafac0c9f39d1a6e10bf1
6-
generated: "2026-02-20T14:05:39.665542858Z"
4+
version: 0.5.0
5+
digest: sha256:856aa19a9549d7aa432ef2b19790aababae3bebffd71c755bfd3a1b34862b115
6+
generated: "2026-04-02T17:07:20.671667+02:00"

charts/lago-data-forecasted-usage/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.4.0
18+
version: 0.5.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
@@ -26,7 +26,7 @@ appVersion: "0.1.0"
2626
dependencies:
2727
- name: lago-data-config
2828
alias: config
29-
version: 0.4.0
29+
version: 0.5.0
3030
repository: "file://../lago-data-config"
3131
condition: config.enabled
3232

charts/lago-data-forecasted-usage/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# lago-data-forecasted-usage
22

3-
![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
3+
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

77
## Requirements
88

99
| Repository | Name | Version |
1010
|------------|------|---------|
11-
| file://../lago-data-config | config(lago-data-config) | 0.3.0 |
11+
| file://../lago-data-config | config(lago-data-config) | 0.5.0 |
1212

1313
## Values
1414

0 commit comments

Comments
 (0)