Skip to content

Commit cec5efa

Browse files
bumpo (#48)
1 parent e4d1810 commit cec5efa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.34.1
1+
0.34.2

pkg/codefresh/argo_runtime.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ func (r *argoRuntime) Get(ctx context.Context, name string) (*model.Runtime, err
6868
healthMessage
6969
healthStatus
7070
}
71+
syncStatus
72+
healthMessage
73+
healthStatus
7174
cluster
7275
ingressHost
7376
runtimeVersion
@@ -111,6 +114,9 @@ func (r *argoRuntime) List(ctx context.Context) ([]model.Runtime, error) {
111114
healthMessage
112115
healthStatus
113116
}
117+
syncStatus
118+
healthMessage
119+
healthStatus
114120
cluster
115121
ingressHost
116122
runtimeVersion

0 commit comments

Comments
 (0)