We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aafff8 commit 595ca9fCopy full SHA for 595ca9f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "venona",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
5
"main": "index.js",
6
"scripts": {
venonactl/VERSION
@@ -1 +1 @@
-1.2.0
+1.2.1
venonactl/pkg/store/store.go
@@ -98,6 +98,7 @@ func (s *Values) BuildValues() map[string]interface{} {
98
"AppName": ApplicationName,
99
"Version": s.Version.Current.Version,
100
"CodefreshHost": s.CodefreshAPI.Host,
101
+ "Token": s.CodefreshAPI.Token,
102
"Mode": ModeInCluster,
103
"Image": map[string]string{
104
"Name": "codefresh/venona",
0 commit comments