BREAKING CHANGE(kopia): port and persistence (#44427)

**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
In the new trueforge container ENV are set as follow:

https://github.com/trueforge-org/containerforge/blob/main/apps/kopia/Dockerfile

this is now implemented in this chart

⚒️ Fixes  # <!--(issue)-->
https://github.com/trueforge-org/containerforge/issues/942

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code
- [ ] 📜 Documentation Changes

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Boemeltrein
2026-02-01 20:27:44 +01:00
committed by GitHub
parent f7fa346043
commit 91ac1b40a2
3 changed files with 7 additions and 17 deletions

View File

@@ -35,5 +35,5 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kopia
- https://kopia.io/docs/installation/#docker-images
type: application
version: 26.2.21
version: 27.0.0

View File

@@ -1,10 +0,0 @@
workload:
main:
podSpec:
containers:
main:
args:
- server
- start
- --address=http://0.0.0.0:10238
- --insecure

View File

@@ -1,13 +1,13 @@
image:
repository: oci.trueforge.org/containerforge/kopia
tag: 0.22.3@sha256:f6fe7a8d1f048164203c05e1f8ead63d3ef807df93a92fbb57ef1eb7447300f6
tag: 0.22.3@sha256:95d9cc5eba6845d5323958114035c316bce8c7d0c45324ce80924591e273bff4
pullPolicy: IfNotPresent
service:
main:
ports:
main:
protocol: http
port: 10238
port: 51515
kopia:
user: "user"
@@ -37,13 +37,13 @@ workload:
persistence:
config:
enabled: true
mountPath: "/app/config"
mountPath: "/config"
cache:
enabled: true
mountPath: "/app/cache"
mountPath: "/config/cache"
logs:
enabled: true
mountPath: "/app/logs"
mountPath: "/config/logs"
rclone:
enabled: true
mountPath: "/app/rclone"
mountPath: "/config/rclone"