backups: add pbs-client image auto update (flux)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user