Skip to content

Commit 595ca9f

Browse files
add token to template (#117)
* add token to template * bump version
1 parent 2aafff8 commit 595ca9f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "venona",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
55
"main": "index.js",
66
"scripts": {

venonactl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

venonactl/pkg/store/store.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func (s *Values) BuildValues() map[string]interface{} {
9898
"AppName": ApplicationName,
9999
"Version": s.Version.Current.Version,
100100
"CodefreshHost": s.CodefreshAPI.Host,
101+
"Token": s.CodefreshAPI.Token,
101102
"Mode": ModeInCluster,
102103
"Image": map[string]string{
103104
"Name": "codefresh/venona",

0 commit comments

Comments
 (0)