From 097467dd20ff3295c3d37cfaf8a9ed824bafa45f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 14:44:39 -0600 Subject: [PATCH] :arrow_up: Update ghcr.io/borgmatic-collective/borgmatic Docker tag to v1.7.8 (#64) * :arrow_up: Update ghcr.io/borgmatic-collective/borgmatic Docker tag to v1.7.8 * :wrench: Update chart metadata --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- charts/borgmatic/Chart.yaml | 6 +++--- charts/borgmatic/README.md | 6 +++--- charts/borgmatic/values.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/borgmatic/Chart.yaml b/charts/borgmatic/Chart.yaml index 3e1dceaae..29942031f 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.6.4 +version: 0.6.5 # renovate datasource=docker depName=ghcr.io/borgmatic-collective/borgmatic -appVersion: 1.7.7 +appVersion: 1.7.8 kubeVersion: ">=1.21.0-0" keywords: - borgmatic @@ -23,4 +23,4 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update image from b3vis/borgmatic to ghcr.io/borgmatic-collective/borgmatic + description: Update ghcr.io/borgmatic-collective/borgmatic Docker tag to v1.7.8 diff --git a/charts/borgmatic/README.md b/charts/borgmatic/README.md index 99d3d12ed..40afee8e2 100644 --- a/charts/borgmatic/README.md +++ b/charts/borgmatic/README.md @@ -2,9 +2,9 @@ borgmatic logo -![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-informational?style=flat) +![Version: 0.6.5](https://img.shields.io/badge/Version-0.6.5-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 1.7.7](https://img.shields.io/badge/AppVersion-1.7.7-informational?style=flat) +![AppVersion: 1.7.8](https://img.shields.io/badge/AppVersion-1.7.8-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. @@ -117,7 +117,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.7.7"` | image tag | +| image.tag | string | `"1.7.8"` | 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 e6a20a690..4f88a56e0 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.7.7 + tag: 1.7.8 controller: # -- Set the controller type. Valid options are `deployment` or `cronjob`.