From 3922dcb03d404fb8caa27f4e2c00030752a4fdde Mon Sep 17 00:00:00 2001 From: "gabe565-renovate[bot]" <156644344+gabe565-renovate[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2024 21:19:16 -0500 Subject: [PATCH] chore(deps): update ghcr.io/borgmatic-collective/borgmatic docker tag to v1.8.13 (#645) * chore(deps): update ghcr.io/borgmatic-collective/borgmatic docker tag to v1.8.13 * chore: Update chart metadata --------- Co-authored-by: gabe565-renovate[bot] Co-authored-by: chart-bot <160046936+charts-bot[bot]@users.noreply.github.com> --- charts/borgmatic/Chart.yaml | 6 +++--- charts/borgmatic/README.md | 8 ++++---- charts/borgmatic/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/borgmatic/Chart.yaml b/charts/borgmatic/Chart.yaml index d96270bc2..837eed362 100644 --- a/charts/borgmatic/Chart.yaml +++ b/charts/borgmatic/Chart.yaml @@ -4,9 +4,9 @@ description: borgmatic is simple, configuration-driven backup software for serve home: https://charts.gabe565.com/charts/borgmatic/ icon: https://raw.githubusercontent.com/borgmatic-collective/borgmatic/1.6.6/docs/static/borgmatic.svg type: application -version: 0.9.9 +version: 0.9.10 # renovate datasource=docker depName=ghcr.io/borgmatic-collective/borgmatic -appVersion: 1.8.11 +appVersion: 1.8.13 kubeVersion: ">=1.21.0-0" keywords: - borgmatic @@ -22,7 +22,7 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update ghcr.io/borgmatic-collective/borgmatic docker tag to v1.8.11 + description: Update ghcr.io/borgmatic-collective/borgmatic docker tag to v1.8.13 artifacthub.io/links: |- - name: App Source url: https://projects.torsion.org/borgmatic-collective/borgmatic diff --git a/charts/borgmatic/README.md b/charts/borgmatic/README.md index 89b3de114..c88cf25f6 100644 --- a/charts/borgmatic/README.md +++ b/charts/borgmatic/README.md @@ -2,16 +2,16 @@ borgmatic logo -![Version: 0.9.9](https://img.shields.io/badge/Version-0.9.9-informational?style=flat) +![Version: 0.9.10](https://img.shields.io/badge/Version-0.9.10-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 1.8.11](https://img.shields.io/badge/AppVersion-1.8.11-informational?style=flat) +![AppVersion: 1.8.13](https://img.shields.io/badge/AppVersion-1.8.13-informational?style=flat) borgmatic is simple, configuration-driven backup software for servers and workstations. Protect your files with client-side encryption. Backup your databases too. Monitor it all with integrated third-party services. **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=borgmatic&version=0.9.9)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=borgmatic&version=0.9.10)** ## Source Code @@ -120,7 +120,7 @@ controller: | env.BORG_HOST_ID | string | Deployment namespace | Borg host ID used in archive names | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"ghcr.io/borgmatic-collective/borgmatic"` | image repository | -| image.tag | string | `"1.8.11"` | image tag | +| image.tag | string | `"1.8.13"` | image tag | | persistence.data | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | | persistence.ssh | object | See [values.yaml](./values.yaml) | Configure SSH credentials for the chart under this key. | diff --git a/charts/borgmatic/values.yaml b/charts/borgmatic/values.yaml index 83ab68dde..70f4f559a 100644 --- a/charts/borgmatic/values.yaml +++ b/charts/borgmatic/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 1.8.11 + tag: 1.8.13 controller: # -- Set the controller type. Valid options are `deployment` or `cronjob`.