chore(helm): BREAKING update image docker.io/fireflyiii/core version-6.1.25 → version-6.2.7 (#31520)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/fireflyiii/core](https://redirect.github.com/firefly-iii/docker)
([source](https://dev.azure.com/Firefly-III/_git/MainImage)) | minor |
`8391c11` -> `adf01cd` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuMTY0LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
TrueCharts Bot
2025-02-20 17:48:06 +01:00
committed by GitHub
parent 4f4b13d8b2
commit 9b1ea8716c
2 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 6.1.25
appVersion: 6.2.7
dependencies:
- name: common
version: 25.4.10
@@ -40,4 +40,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii
- https://hub.docker.com/r/fireflyiii/core
type: application
version: 27.12.2
version: 28.0.0
+8 -7
View File
@@ -1,13 +1,12 @@
image:
repository: docker.io/fireflyiii/core
pullPolicy: IfNotPresent
tag: version-6.1.25@sha256:8391c11f3260354a1feb48d1cf2cb822ad00db311efe2b21eccd7d5ee6bfe60a
tag: version-6.2.7@sha256:dc78dac2d3db78665e17c89f5075602ec8f7c84d10610a7888e633b83334a340
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
runAsUser: 33
runAsGroup: 33
workload:
main:
podSpec:
@@ -15,11 +14,11 @@ workload:
main:
probes:
liveness:
path: "/login"
path: "/healthcheck"
readiness:
path: "/login"
path: "/healthcheck"
startup:
path: "/login"
path: "/healthcheck"
env:
DB_USERNAME: "{{ .Values.cnpg.main.user }}"
DB_DATABASE: "{{ .Values.cnpg.main.database }}"
@@ -65,6 +64,8 @@ persistence:
data:
enabled: true
mountPath: "/var/www/html/storage/upload"
varrun:
enabled: false
cronjob:
schedule: "0 3 * * *"
annotations: {}