This repository was archived by the owner on Oct 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-14
lines changed Expand file tree Collapse file tree 5 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ data:
108
108
"color": "#f4c030",
109
109
"fields": [
110
110
{
111
- "title": "Sync Status",
112
- "value": "{{.app.status.sync .status}}",
111
+ "title": "Health Status",
112
+ "value": "{{.app.status.health .status}}",
113
113
"short": true
114
114
},
115
115
{
@@ -133,8 +133,8 @@ data:
133
133
teams:
134
134
facts: |
135
135
[{
136
- "name": "Sync Status",
137
- "value": "{{.app.status.sync .status}}"
136
+ "name": "Health Status",
137
+ "value": "{{.app.status.health .status}}"
138
138
},
139
139
{
140
140
"name": "Repository",
Original file line number Diff line number Diff line change 11
11
"color": "#f4c030",
12
12
"fields": [
13
13
{
14
- "title": "Sync Status",
15
- "value": "{{.app.status.sync .status}}",
14
+ "title": "Health Status",
15
+ "value": "{{.app.status.health .status}}",
16
16
"short": true
17
17
},
18
18
{
36
36
title : Application {{.app.metadata.name}} has degraded.
37
37
facts : |
38
38
[{
39
- "name": "Sync Status",
40
- "value": "{{.app.status.sync .status}}"
39
+ "name": "Health Status",
40
+ "value": "{{.app.status.health .status}}"
41
41
},
42
42
{
43
43
"name": "Repository",
Original file line number Diff line number Diff line change @@ -134,8 +134,8 @@ slack:
134
134
"color": "#f4c030",
135
135
"fields": [
136
136
{
137
- "title": "Sync Status",
138
- "value": "{{.app.status.sync .status}}",
137
+ "title": "Health Status",
138
+ "value": "{{.app.status.health .status}}",
139
139
"short": true
140
140
},
141
141
{
@@ -159,8 +159,8 @@ slack:
159
159
teams :
160
160
facts : |
161
161
[{
162
- "name": "Sync Status",
163
- "value": "{{.app.status.sync .status}}"
162
+ "name": "Health Status",
163
+ "value": "{{.app.status.health .status}}"
164
164
},
165
165
{
166
166
"name": "Repository",
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/argoproj/notifications-engine v0.3.1-0.20211117165611-0e1f1eda5f52
8
8
github.com/evanphx/json-patch v4.9.0+incompatible
9
9
github.com/ghodss/yaml v1.0.0
10
- github.com/golang/mock v1.4.4
10
+ github.com/golang/mock v1.5.0
11
11
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0 // indirect
12
12
github.com/olekukonko/tablewriter v0.0.4
13
13
github.com/prometheus/client_golang v1.7.1
Original file line number Diff line number Diff line change @@ -341,8 +341,9 @@ github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfb
341
341
github.com/golang/mock v1.3.1 /go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y =
342
342
github.com/golang/mock v1.4.0 /go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw =
343
343
github.com/golang/mock v1.4.1 /go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw =
344
- github.com/golang/mock v1.4.4 h1:l75CXGRSwbaYNpl/Z2X1XIIAMSCquvXgpVZDhwEIJsc =
345
344
github.com/golang/mock v1.4.4 /go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4 =
345
+ github.com/golang/mock v1.5.0 h1:jlYHihg//f7RRwuPfptm04yp4s7O6Kw8EZiVYIGcH0g =
346
+ github.com/golang/mock v1.5.0 /go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8 =
346
347
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
347
348
github.com/golang/protobuf v1.3.1 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
348
349
github.com/golang/protobuf v1.3.2 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments