backups: add pbs-client image auto update (flux)

This commit is contained in:
Márcio Fernandes
2026-07-18 13:29:47 +00:00
parent 6af71c789a
commit 2f50e3bfc0
6 changed files with 59 additions and 3 deletions
@@ -0,0 +1,26 @@
apiVersion: image.toolkit.fluxcd.io/v1
kind: ImageUpdateAutomation
metadata:
name: pbs-client
spec:
interval: 30m
sourceRef:
kind: GitRepository
name: cloud-limbosolutions-com
namespace: cloud-limbosolutions-com
git:
checkout:
ref:
branch: main
commit:
author:
name: FluxCD
email: flux@local
messageTemplate: |
Update pbs-client image on backups.
push:
branch: main
update:
path: deploy/backups
strategy: Setters