Skip to content

Commit fe901e9

Browse files
change background (#534)
* change background * update icon_background
1 parent 01b9f02 commit fe901e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/starter-manual-sync/versions/0.0.1/workflowTemplate.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ metadata:
1111
argo-hub/owner_email: '[email protected]'
1212
argo-hub/owner_avatar: 'https://avatars.githubusercontent.com/u/85868206'
1313
argo-hub/owner_url: 'https://github.com/eti-codefresh'
14-
argo-hub/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/gitops-promotion/assets/icon.svg"
15-
argo-hub/icon-background: "#004C76"
14+
argo-hub/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/examples/starter-manual-sync/assets/icon.svg"
15+
argo-hub/icon_background: "#f4f4f4"
1616
spec:
1717
arguments:
1818
parameters:
@@ -27,8 +27,8 @@ spec:
2727
metadata:
2828
annotations:
2929
argo-hub-template/description: 'Sync, wait and send a slack message once the app is synced'
30-
argo-hub-template/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/workflows/gitops-promotion/assets/icon.svg"
31-
argo-hub-template/icon_background: "#004C76"
30+
argo-hub-template/icon_url: "https://cdn.jsdelivr.net/gh/codefresh-io/argo-hub@main/examples/starter-manual-sync/assets/icon.svg"
31+
argo-hub-template/icon_background: "#f4f4f4"
3232
dag:
3333
tasks:
3434
- name: sync

0 commit comments

Comments
 (0)