This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/garethgeorge/backrest](https://redirect.github.com/garethgeorge/backrest) | patch | `aeb0e20` -> `6ecf259` | --- > [!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. --- ### Release Notes <details> <summary>garethgeorge/backrest (docker.io/garethgeorge/backrest)</summary> ### [`v1.11.2`](https://redirect.github.com/garethgeorge/backrest/releases/tag/v1.11.2) [Compare Source](https://redirect.github.com/garethgeorge/backrest/compare/v1.11.1...v1.11.2) Happy to announce the 1.11.2 bug patch release, this includes a number of fixes which polish up Backrest's UI rewrite onto the Chakra framework. This release includes significant polishing work on the translations that were introduced in v1.11 and a number of UI tweaks. The windows installer now bundles `restic.exe` at the cost that the portable windows build will no longer automatically download restic, on Windows please either use the installer or manually download a restic release and place it alongside backrest. ##### Bug Fixes - add a --version flag which prints the current backrest version info ([ef3ea4a](https://redirect.github.com/garethgeorge/backrest/commit/ef3ea4aacbb7bbb7fbdf43c73e05bbbf046a86b1)) - add expansion of recent nodes in operation tree ([4102853](https://redirect.github.com/garethgeorge/backrest/commit/410285395a6d4e081133fdfb96a728ddf51e0f58)) - add settings ui preference for language ([e0c5511](https://redirect.github.com/garethgeorge/backrest/commit/e0c55112383041b8f927907c47a4cf455301ec46)) - bundle restic into windows installer ([#​1072](https://redirect.github.com/garethgeorge/backrest/issues/1072)) ([a4aab03](https://redirect.github.com/garethgeorge/backrest/commit/a4aab035e30b8fa70f1a6a6b5d05ff9631145ac4)) - correctly display previously selected clock value ([811e91f](https://redirect.github.com/garethgeorge/backrest/commit/811e91ff088b8b651367d8e908426138181e377c)) - display well formatted language names in settings panel ([3c5682a](https://redirect.github.com/garethgeorge/backrest/commit/3c5682ae70992d6d8e8b217a6418eb6179e324d2)) - improve Russian UI localization wording and consistency ([#​1068](https://redirect.github.com/garethgeorge/backrest/issues/1068)) ([3ee7f20](https://redirect.github.com/garethgeorge/backrest/commit/3ee7f20eb62092e020f2e0bfb982846116e8b793)) - keep the current repo / plan visibly selected in the side nav ([e222ec0](https://redirect.github.com/garethgeorge/backrest/commit/e222ec02802ddf9faed132af1f10616f408a4639)) - llm generated translation fixes ([4934031](https://redirect.github.com/garethgeorge/backrest/commit/4934031570cd7d1364e0c63ed6ba3950a39ab0c9)) - minor update in Italian translations - it.json ([#​1069](https://redirect.github.com/garethgeorge/backrest/issues/1069)) ([0247c41](https://redirect.github.com/garethgeorge/backrest/commit/0247c41bb5282bd3e124dcfb0d894bee37b53f28)) - prerendering expensive children in accordion ([d772dce](https://redirect.github.com/garethgeorge/backrest/commit/d772dce5fab7a8617516afdb0949feb31c2e8848)) - properly format filename in downloadhandler ([70a0bfc](https://redirect.github.com/garethgeorge/backrest/commit/70a0bfc72b6ea081bbe2b6c1beb20940befab5ba)) - truncate too long repo/plan names ([#​1084](https://redirect.github.com/garethgeorge/backrest/issues/1084)) ([27697c0](https://redirect.github.com/garethgeorge/backrest/commit/27697c09cc3fd7c99181031a765c17d2eb5259b9)) - update German translations for backrest messages ([#​1081](https://redirect.github.com/garethgeorge/backrest/issues/1081)) ([ce57682](https://redirect.github.com/garethgeorge/backrest/commit/ce5768298e5e1cdab836f498bf0ba65eec2e37ff)) </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvYmFja3Jlc3QiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
42 lines
828 B
YAML
42 lines
828 B
YAML
image:
|
|
repository: docker.io/garethgeorge/backrest
|
|
tag: v1.11.2@sha256:6ecf25925dafcb6b37ab871d23c1d424a6f5008191a631c0b520641ec22a3f84
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 9898
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
BACKREST_PORT: "0.0.0.0:{{ .Values.service.main.ports.main.port }}"
|
|
BACKREST_DATA: /data
|
|
BACKREST_CONFIG: /config/config.json
|
|
XDG_CACHE_HOME: /cache
|
|
TMPDIR: /tmp
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
cache:
|
|
enabled: true
|
|
mountPath: /cache
|
|
tmp:
|
|
enabled: true
|
|
type: emptyDir
|
|
mountPath: /tmp
|
|
userdata:
|
|
enabled: false
|
|
mountPath: /userdata
|
|
readOnly: true
|