Skip to content

Commit 2368ded

Browse files
fix images (#510)
* fix images * fix annotations
1 parent 198a560 commit 2368ded

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

examples/time-of-day/versions/0.0.1/workflowTemplate.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,21 @@ spec:
8888
else
8989
echo "Pipeline is allowed to proceed"
9090
fi
91-
91+
9292
- 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"
9398
inputs:
9499
parameters:
95100
- name: message
96101
container:
97102
image: docker/whalesay
98103
command: [cowsay]
99104
args: ["{{inputs.parameters.message}}"]
100-
105+
101106
- name: example-workflow
102107
metadata:
103108
annotations:
@@ -128,4 +133,4 @@ spec:
128133
arguments:
129134
parameters:
130135
- 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

workflows/port/versions/1.0.0/workflowTemplate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
container:
3636
name: main
3737
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
3939
command:
4040
- node
4141
- lib/index.js
@@ -113,7 +113,7 @@ spec:
113113
container:
114114
name: main
115115
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
117117
command:
118118
- node
119119
- lib/index.js

workflows/port/versions/1.1.0/workflowTemplate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
container:
3636
name: main
3737
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
3939
command:
4040
- node
4141
- lib/index.js
@@ -113,7 +113,7 @@ spec:
113113
container:
114114
name: main
115115
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
117117
command:
118118
- node
119119
- lib/index.js

0 commit comments

Comments
 (0)