Skip to content

Commit

Permalink
fix: add workflow name label in addon operation job (#738)
Browse files Browse the repository at this point in the history
Signed-off-by: FogDong <[email protected]>
  • Loading branch information
FogDong authored Dec 5, 2023
1 parent 03aeaf5 commit 6638953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion addons/vela-workflow/definitions/addon-operation.cue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ template: {
name: context.name + "-" + context.stepSessionID
namespace: "vela-system"
labels: {
"enable-addon.oam.dev": context.name
"enable-addon.oam.dev": context.name
"workflow.oam.dev/name": context.name
"workflow.oam.dev/session": context.stepSessionID
}
annotations: {
"workflowrun.oam.dev/step": context.stepName
Expand Down
2 changes: 1 addition & 1 deletion addons/vela-workflow/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vela-workflow
version: v0.6.1
version: v0.6.2
description: "vela-workflow provides the capability to run a standalone workflow"
icon: "https://static.kubevela.net/images/logos/KubeVela%20-03.png"
url: "https://github.com/kubevela/workflow"
Expand Down

0 comments on commit 6638953

Please sign in to comment.