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 16:48:06 +00:00
committed by GitHub
co-authored by Alfred Göppel
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/min_helm_version: "3.11"
truecharts.org/train: stable truecharts.org/train: stable
apiVersion: v2 apiVersion: v2
appVersion: 6.1.25 appVersion: 6.2.7
dependencies: dependencies:
- name: common - name: common
version: 25.4.10 version: 25.4.10
@@ -40,4 +40,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii - https://github.com/truecharts/charts/tree/master/charts/stable/fireflyiii
- https://hub.docker.com/r/fireflyiii/core - https://hub.docker.com/r/fireflyiii/core
type: application type: application
version: 27.12.2 version: 28.0.0
+8 -7
View File
@@ -1,13 +1,12 @@
image: image:
repository: docker.io/fireflyiii/core repository: docker.io/fireflyiii/core
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: version-6.1.25@sha256:8391c11f3260354a1feb48d1cf2cb822ad00db311efe2b21eccd7d5ee6bfe60a tag: version-6.2.7@sha256:dc78dac2d3db78665e17c89f5075602ec8f7c84d10610a7888e633b83334a340
securityContext: securityContext:
container: container:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsNonRoot: false runAsUser: 33
runAsUser: 0 runAsGroup: 33
runAsGroup: 0
workload: workload:
main: main:
podSpec: podSpec:
@@ -15,11 +14,11 @@ workload:
main: main:
probes: probes:
liveness: liveness:
path: "/login" path: "/healthcheck"
readiness: readiness:
path: "/login" path: "/healthcheck"
startup: startup:
path: "/login" path: "/healthcheck"
env: env:
DB_USERNAME: "{{ .Values.cnpg.main.user }}" DB_USERNAME: "{{ .Values.cnpg.main.user }}"
DB_DATABASE: "{{ .Values.cnpg.main.database }}" DB_DATABASE: "{{ .Values.cnpg.main.database }}"
@@ -65,6 +64,8 @@ persistence:
data: data:
enabled: true enabled: true
mountPath: "/var/www/html/storage/upload" mountPath: "/var/www/html/storage/upload"
varrun:
enabled: false
cronjob: cronjob:
schedule: "0 3 * * *" schedule: "0 3 * * *"
annotations: {} annotations: {}