Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

chore(deps): update image fireflyiii/core to version-6.1.1 #349

Merged
merged 1 commit into from
Dec 26, 2023
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
2 changes: 1 addition & 1 deletion kubernetes/apps/applications/firefly-iii/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: firefly-iii
image: fireflyiii/core:version-6.1.0@sha256:08cd7ca54bb35b16de450ddcb7d5eacba82536d4bb41e03a2071bcc0cec09d85
image: fireflyiii/core:version-6.1.1@sha256:114e684e931628af74247a7ba0fa272d80b3105b6f0c255ae19ba684db8ea27b
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/applications/firefly-ro/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
terminationGracePeriodSeconds: 30
containers:
- name: firefly-ro
image: fireflyiii/core:version-6.1.0@sha256:08cd7ca54bb35b16de450ddcb7d5eacba82536d4bb41e03a2071bcc0cec09d85
image: fireflyiii/core:version-6.1.1@sha256:114e684e931628af74247a7ba0fa272d80b3105b6f0c255ae19ba684db8ea27b
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
Loading