chore(deps): update container image ghcr.io/anotherstranger/borg-server to v2.1.3@b1490b2 (#15626)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/anotherstranger/borg-server](https://togithub.com/AnotherStranger/docker-borg-backup) | patch | `2.1.2` -> `2.1.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>AnotherStranger/docker-borg-backup (ghcr.io/anotherstranger/borg-server)</summary> ### [`v2.1.3`](https://togithub.com/AnotherStranger/docker-borg-backup/blob/HEAD/CHANGELOG.md#213-2023-12-02) [Compare Source](https://togithub.com/AnotherStranger/docker-borg-backup/compare/v2.1.2...v2.1.3) ##### Build System - **release:** 2.1.3-rc.1 ([ff845a2](https://togithub.com/AnotherStranger/docker-borg-backup/commit/ff845a2f069db36ca52a651f47355103ec98d68d)) - **release:** 2.1.3-rc.2 ([acfdd80](https://togithub.com/AnotherStranger/docker-borg-backup/commit/acfdd806634d0d2b1129b95f184fcd545530fb76)) ##### Bug Fixes - 🐛 add build-base as dependency to fix missing gcc ([021bbde](https://togithub.com/AnotherStranger/docker-borg-backup/commit/021bbde1bc9dfda9d7fd8716c992ce4aca901b74)) ##### Code Refactoring - **deps:** ⬆️ upgrade Borgbackup to 1.2.7 ([995b3ae](https://togithub.com/AnotherStranger/docker-borg-backup/commit/995b3aecc3ff9f7f30230da2117aa16c666f836a)) - **deps:** ⬆️ upgrade python to 3.12 ([c5b749e](https://togithub.com/AnotherStranger/docker-borg-backup/commit/c5b749e835570eebc922dfd50acb32d49f3f5e46)) </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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
kubeVersion: ">=1.24.0"
|
||||
kubeVersion: '>=1.24.0'
|
||||
apiVersion: v2
|
||||
name: borg-server
|
||||
version: 1.0.2
|
||||
appVersion: 2.1.2
|
||||
version: 1.0.3
|
||||
appVersion: 2.1.3
|
||||
description: A borg Backup server
|
||||
home: https://truecharts.org/charts/stable/borg-server
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/borg-server
|
||||
- https://ghcr.io/anotherstranger/borg-server
|
||||
- https://github.com/AnotherStranger/docker-borg-backup
|
||||
- https://github.com/AnotherStranger/docker-borg-backup
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/borg-server
|
||||
- https://ghcr.io/anotherstranger/borg-server
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- borg-server
|
||||
- backup
|
||||
- borg-server
|
||||
- backup
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 14.3.5
|
||||
repository: https://library-charts.truecharts.org
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.1
|
||||
min_scale_version: 22.12.4
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/anotherstranger/borg-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.1.2@sha256:03fd54c6ebd0261a363143a71b5ac0fbd3db5b3def1c6e0b3e71e13186ff0b02
|
||||
tag: 2.1.3@sha256:b1490b21ead3566d7dcf569922ef56e23312791717209886ecacc511d015bee3
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user