Skip to content

Commit

Permalink
⬆️ Update b3vis/borgmatic Docker tag to v1.7.7 (#54)
Browse files Browse the repository at this point in the history
* ⬆️ Update b3vis/borgmatic Docker tag to v1.7.7

* 🔧 Update chart metadata

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Feb 22, 2023
1 parent d91c178 commit 57482a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/borgmatic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
version: 0.6.3
# renovate datasource=docker depName=b3vis/borgmatic
appVersion: 1.7.6
appVersion: 1.7.7
kubeVersion: ">=1.21.0-0"
keywords:
- borgmatic
Expand All @@ -23,4 +23,4 @@ sources:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Update common Helm release to v1.3.2
description: Update b3vis/borgmatic Docker tag to v1.7.7
6 changes: 3 additions & 3 deletions charts/borgmatic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<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.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat)
![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat)
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
![AppVersion: 1.7.6](https://img.shields.io/badge/AppVersion-1.7.6-informational?style=flat)
![AppVersion: 1.7.7](https://img.shields.io/badge/AppVersion-1.7.7-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.

Expand Down Expand Up @@ -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 | `"b3vis/borgmatic"` | image repository |
| image.tag | string | `"1.7.6"` | image tag |
| 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 @@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 1.7.6
tag: 1.7.7

controller:
# -- Set the controller type. Valid options are `deployment` or `cronjob`.
Expand Down

0 comments on commit 57482a0

Please sign in to comment.