From 98891bdce27aca9a30666b80a6c7c596d9ef8f7a Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Wed, 22 Feb 2023 10:24:31 -0600 Subject: [PATCH] :wrench: (borgmatic): Update image from b3vis/borgmatic to ghcr.io/borgmatic-collective/borgmatic --- charts/borgmatic/Chart.yaml | 6 +++--- charts/borgmatic/README.md | 4 ++-- charts/borgmatic/values.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/borgmatic/Chart.yaml b/charts/borgmatic/Chart.yaml index cee9b027c..3e1dceaae 100644 --- a/charts/borgmatic/Chart.yaml +++ b/charts/borgmatic/Chart.yaml @@ -4,8 +4,8 @@ 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.3 -# renovate datasource=docker depName=b3vis/borgmatic +version: 0.6.4 +# renovate datasource=docker depName=ghcr.io/borgmatic-collective/borgmatic appVersion: 1.7.7 kubeVersion: ">=1.21.0-0" keywords: @@ -23,4 +23,4 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update b3vis/borgmatic Docker tag to v1.7.7 + description: Update image from b3vis/borgmatic to ghcr.io/borgmatic-collective/borgmatic diff --git a/charts/borgmatic/README.md b/charts/borgmatic/README.md index 307399d59..99d3d12ed 100644 --- a/charts/borgmatic/README.md +++ b/charts/borgmatic/README.md @@ -2,7 +2,7 @@ borgmatic logo -![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat) +![Version: 0.6.4](https://img.shields.io/badge/Version-0.6.4-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) @@ -116,7 +116,7 @@ controller: | env | object | See [values.yaml](./values.yaml) | environment variables. [[ref]](https://borgbackup.readthedocs.io/en/stable/usage/general.html#environment-variables) | | env.BORG_HOST_ID | string | Deployment namespace | Borg host ID used in archive names | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | -| image.repository | string | `"b3vis/borgmatic"` | image repository | +| image.repository | string | `"ghcr.io/borgmatic-collective/borgmatic"` | image repository | | image.tag | string | `"1.7.7"` | 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 0318a4406..e6a20a690 100644 --- a/charts/borgmatic/values.yaml +++ b/charts/borgmatic/values.yaml @@ -7,7 +7,7 @@ image: # -- image repository - repository: b3vis/borgmatic + repository: ghcr.io/borgmatic-collective/borgmatic # -- image pull policy pullPolicy: IfNotPresent # -- image tag