Skip to content

Commit

Permalink
Update to recent version of firefly telegram bot (#66)
Browse files Browse the repository at this point in the history
* Update to recent version of firefly telegram bot

* Bump chart version

* Fix appVersion

* Use 1.3.0 librepod library version
  • Loading branch information
cyxou authored Nov 12, 2023
1 parent e0abe3a commit 8f8d811
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/firefly-iii-telegram-bot/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: librepod
repository: https://librepod.github.io/charts
version: 1.2.0
digest: sha256:1dcc99dc6525e660fe55ac3e87b1b36a4ca644b7728156d92f73371335e49290
generated: "2023-01-08T19:34:31.961249306+03:00"
version: 1.3.0
digest: sha256:961f017c638697b12fc2207ee097dab32356f27322e5364fa8fb4874fb2dca45
generated: "2023-11-12T10:32:02.447035182+03:00"
6 changes: 3 additions & 3 deletions charts/firefly-iii-telegram-bot/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: v2
name: firefly-iii-telegram-bot
version: 0.3.1
appVersion: 1.1.1
version: 0.4.0
appVersion: v2.1.0
description: Firefly III Telegram bot for faster interaction with the service.
type: application
home: https://github.com/cyxou/firefly-iii-telegram-bot
sources:
- https://github.com/librepod/charts/charts/firefly-iii-telegram-bot
dependencies:
- name: librepod
version: 1.2.0
version: 1.3.0
repository: https://librepod.github.io/charts
annotations:
category: My Apps
3 changes: 1 addition & 2 deletions charts/firefly-iii-telegram-bot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image:
tag: ""

botParams:
fireflyApiUrl: http://firefly-iii:8080
fireflyApiUrl: http://firefly-iii:8080/api
fireflyUrl: https://firefly.libre.pod
telegramBotToken: "<YOUR_TELEGRAM_BOT_TOKEN>"

Expand All @@ -14,7 +14,6 @@ env:
BOT_TOKEN: '{{ .Values.botParams.telegramBotToken }}'
FIREFLY_URL: '{{ .Values.botParams.fireflyUrl }}'
FIREFLY_API_URL: '{{ .Values.botParams.fireflyApiUrl }}'
FIREFLY_ACCESS_TOKEN: '{{ .Values.botParams.fireflyAccessToken }}'

service:
main:
Expand Down

0 comments on commit 8f8d811

Please sign in to comment.