Skip to content

Commit

Permalink
Merge pull request #76 from vicsufer/main
Browse files Browse the repository at this point in the history
Update firefly-iii-stack chart dependencies.
  • Loading branch information
JC5 authored Dec 13, 2024
2 parents 8ba7514 + 30787cd commit 57b6750
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions charts/firefly-iii-stack/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
apiVersion: v2
name: firefly-iii-stack
version: 0.8.0
version: 0.8.1
description: Installs Firefly III stack (db, app, importer)
type: application
dependencies:
- name: firefly-db
version: 0.1.0
version: 0.2.3
condition: firefly-db.enabled
repository: https://firefly-iii.github.io/kubernetes/
- name: firefly-iii
version: 1.8.1
version: 1.8.2
condition: firefly-iii.enabled
repository: https://firefly-iii.github.io/kubernetes/
- name: importer
version: 1.3.1
version: 1.4.0
condition: importer.enabled
repository: https://firefly-iii.github.io/kubernetes/
home: https://github.com/firefly-iii/kubernetes
Expand Down
2 changes: 1 addition & 1 deletion charts/firefly-iii-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Installs Firefly III stack (db, app, importer)

| Repository | Name | Version |
|------------|------|---------|
| https://firefly-iii.github.io/kubernetes/ | firefly-db | 0.2.2 |
| https://firefly-iii.github.io/kubernetes/ | firefly-db | 0.2.3 |
| https://firefly-iii.github.io/kubernetes/ | firefly-iii | 1.8.2 |
| https://firefly-iii.github.io/kubernetes/ | importer | 1.4.0 |

Expand Down

0 comments on commit 57b6750

Please sign in to comment.