Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/firefly-iii-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ description: Installs Firefly III stack (db, app, importer)
home: https://github.com/firefly-iii/kubernetes
icon: https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.github/assets/img/logo-small.png
type: application
version: 0.9.5
version: 0.9.6
dependencies:
- name: firefly-db
version: 0.2.10
condition: firefly-db.enabled
repository: file://../firefly-db
- name: firefly-iii
version: 1.9.16
version: 1.9.17
condition: firefly-iii.enabled
repository: file://../firefly-iii
- name: importer
Expand Down
4 changes: 2 additions & 2 deletions charts/firefly-iii-stack/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# firefly-iii-stack

![Version: 0.9.5](https://img.shields.io/badge/Version-0.9.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.9.6](https://img.shields.io/badge/Version-0.9.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Installs Firefly III stack (db, app, importer)
**Homepage:** <https://github.com/firefly-iii/kubernetes>
Expand All @@ -17,7 +17,7 @@ Installs Firefly III stack (db, app, importer)
| Repository | Name | Version |
|------------|------|---------|
| file://../firefly-db | firefly-db | 0.2.10 |
| file://../firefly-iii | firefly-iii | 1.9.16 |
| file://../firefly-iii | firefly-iii | 1.9.17 |
| file://../importer | importer | 1.6.0 |

## Upgrading
Expand Down
2 changes: 1 addition & 1 deletion charts/firefly-iii/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Installs Firefly III
home: https://www.firefly-iii.org/
icon: https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.github/assets/img/logo-small.png
type: application
version: 1.9.16
version: 1.9.17
# renovate: image=docker.io/fireflyiii/core
appVersion: 6.5.9
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/firefly-iii/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# firefly-iii

![Version: 1.9.16](https://img.shields.io/badge/Version-1.9.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.5.9](https://img.shields.io/badge/AppVersion-6.5.9-informational?style=flat-square)
![Version: 1.9.17](https://img.shields.io/badge/Version-1.9.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.5.9](https://img.shields.io/badge/AppVersion-6.5.9-informational?style=flat-square)

Installs Firefly III
**Homepage:** <https://www.firefly-iii.org/>
Expand Down
2 changes: 1 addition & 1 deletion charts/firefly-iii/templates/pdb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- if .Values.podDisruptionBudget.enabled -}}
apiVersion: v1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "firefly-iii.fullname" . }}
Expand Down
Loading