File tree Expand file tree Collapse file tree 3 files changed +12
-7
lines changed
examples/time-of-day/versions/0.0.1 Expand file tree Collapse file tree 3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -88,16 +88,21 @@ spec:
88
88
else
89
89
echo "Pipeline is allowed to proceed"
90
90
fi
91
-
91
+
92
92
- name : whalesay-template
93
+ metadata :
94
+ annotations :
95
+ argo-hub-template/description : ' whalesay-template'
96
+ argo-hub-template/icon_url : ' https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/examples/time-of-day/assets/icon.svg'
97
+ argo-hub/icon_background : " #f4f4f4"
93
98
inputs :
94
99
parameters :
95
100
- name : message
96
101
container :
97
102
image : docker/whalesay
98
103
command : [cowsay]
99
104
args : ["{{inputs.parameters.message}}"]
100
-
105
+
101
106
- name : example-workflow
102
107
metadata :
103
108
annotations :
@@ -128,4 +133,4 @@ spec:
128
133
arguments :
129
134
parameters :
130
135
- name : message
131
- value : We were not allowed to deploy due to time of day contraints
136
+ value : We were not allowed to deploy due to time of day contraints
Original file line number Diff line number Diff line change 35
35
container :
36
36
name : main
37
37
imagePullPolicy : Always
38
- image : quay.io/codefreshplugins/argo-hub-codefresh-port-entity:1.0.0-main
38
+ image : quay.io/codefreshplugins/argo-hub-port- codefresh-port-entity:1.0.0-main
39
39
command :
40
40
- node
41
41
- lib/index.js
@@ -113,7 +113,7 @@ spec:
113
113
container :
114
114
name : main
115
115
imagePullPolicy : Always
116
- image : quay.io/codefreshplugins/argo-hub-codefresh-port-entity:1.0.0-main
116
+ image : quay.io/codefreshplugins/argo-hub-port- codefresh-port-entity:1.0.0-main
117
117
command :
118
118
- node
119
119
- lib/index.js
Original file line number Diff line number Diff line change 35
35
container :
36
36
name : main
37
37
imagePullPolicy : Always
38
- image : quay.io/codefreshplugins/argo-hub-codefresh-port-entity:1.1.0-main
38
+ image : quay.io/codefreshplugins/argo-hub-port- codefresh-port-entity:1.1.0-main
39
39
command :
40
40
- node
41
41
- lib/index.js
@@ -113,7 +113,7 @@ spec:
113
113
container :
114
114
name : main
115
115
imagePullPolicy : Always
116
- image : quay.io/codefreshplugins/argo-hub-codefresh-port-entity:1.1.0-main
116
+ image : quay.io/codefreshplugins/argo-hub-port- codefresh-port-entity:1.1.0-main
117
117
command :
118
118
- node
119
119
- lib/index.js
You can’t perform that action at this time.
0 commit comments