Skip to content

Commit 8f7076f

Browse files
chore(image): updated k8s-agent image (#449)
1 parent d84d357 commit 8f7076f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

venona/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.4
1+
1.10.5

venonactl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.4
1+
1.10.5

venonactl/pkg/store/store.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ func (s *Values) BuildValues() map[string]interface{} {
201201
"Helm3": s.Helm3,
202202
"AppName": MonitorApplicationName,
203203
"Image": map[string]string{
204-
"Name": "codefresh/agent",
205-
"Tag": "stable",
204+
"Name": "codefresh/cf-k8s-agent",
205+
"Tag": "1.3.17",
206206
},
207207
"Resources": s.Monitor.Resources,
208208
},

0 commit comments

Comments
 (0)