Skip to content

Commit

Permalink
Merge pull request #715 from anoop2811/master
Browse files Browse the repository at this point in the history
[Addon] fix: Update vela-workflow
  • Loading branch information
FogDong authored Aug 8, 2023
2 parents 83b4892 + 74fd3fb commit d67cb6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.5.0
version: v0.6.0
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
2 changes: 1 addition & 1 deletion addons/vela-workflow/parameter.cue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const: {

parameter: {
image: *"oamdev/vela-workflow" | string
version: *"0.5.0" | string
version: *"0.6.0" | string
imagePullPolicy: *"IfNotPresent" | "Never" | "Always"
concurrentReconciles: *4 | int
kubeQPS: *50 | int
Expand Down

0 comments on commit d67cb6f

Please sign in to comment.