Skip to content

Commit

Permalink
add flux plugin image reconciliation commands (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyzbit authored Nov 12, 2023
1 parent 91de8e1 commit 337ad9e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions plugins/flux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 337ad9e

Please sign in to comment.