Skip to content

Commit 78b2962

Browse files
Add server and ns for env struct
1 parent 20e128f commit 78b2962

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.26.5
1+
0.26.6

pkg/codefresh/gitops.go

+2
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ type (
101101
SyncPolicy SyncPolicy `json:"syncPolicy"`
102102
Date string `json:"date"`
103103
ParentApp string `json:"parentApp"`
104+
Namespace string `json:"namespace"`
105+
Server string `json:"server"`
104106
}
105107

106108
EnvironmentActivity struct {

0 commit comments

Comments
 (0)