Skip to content

Commit

Permalink
🔧 (borgmatic): Update image from b3vis/borgmatic to ghcr.io/borgmatic…
Browse files Browse the repository at this point in the history
…-collective/borgmatic
  • Loading branch information
gabe565 committed Feb 22, 2023
1 parent 57482a0 commit 98891bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/borgmatic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/borgmatic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<img src="https://raw.githubusercontent.com/borgmatic-collective/borgmatic/1.6.6/docs/static/borgmatic.svg" align="right" width="92" alt="borgmatic logo" style="padding-left: 20px">

![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)

Expand Down Expand Up @@ -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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/borgmatic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

image:
# -- image repository
repository: b3vis/borgmatic
repository: ghcr.io/borgmatic-collective/borgmatic
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
Expand Down

0 comments on commit 98891bd

Please sign in to comment.