add flux plugin image reconciliation commands (#1445)

mine
tyzbit 2023-11-12 18:22:10 -05:00 committed by GitHub
parent 91de8e1182
commit 337ad9e402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -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