From a2597e8ea2b8859f2d28f529b00c9a2c20a9df5c Mon Sep 17 00:00:00 2001 From: tyzbit <3319104+tyzbit@users.noreply.github.com> Date: Sun, 12 Nov 2023 18:22:10 -0500 Subject: [PATCH] add flux plugin image reconciliation commands (#1445) --- plugins/flux.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/plugins/flux.yml b/plugins/flux.yml index d997e387f6..dd3b98404d 100644 --- a/plugins/flux.yml +++ b/plugins/flux.yml @@ -80,6 +80,28 @@ plugin: args: - -c - "flux --context $CONTEXT reconcile kustomization -n $NAMESPACE $NAME |& less" + reconcile-ir: + shortCut: Shift-R + confirm: false + description: Flux reconcile + scopes: + - imagerepositories + command: sh + background: false + args: + - -c + - "flux --context $CONTEXT reconcile image repository -n $NAMESPACE $NAME | less" + reconcile-iua: + shortCut: Shift-R + confirm: false + description: Flux reconcile + scopes: + - imageupdateautomations + command: sh + background: false + args: + - -c + - "flux --context $CONTEXT reconcile image update -n $NAMESPACE $NAME | less" trace: shortCut: Shift-A confirm: false