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 7faf2d1 commit 8e7f54cCopy full SHA for 8e7f54c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "venona",
3
- "version": "0.17.1",
+ "version": "0.17.2",
4
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
5
"main": "index.js",
6
"scripts": {
venonactl/cmd/install.go
@@ -122,7 +122,7 @@ var installCmd = &cobra.Command{
122
if isDefault {
123
builder.Add(plugins.VolumeProvisionerPluginType)
124
} else {
125
- logrus.Info("Non default StorageClass is set, skipping installation of volume provisioner")
+ logrus.Info("Custom StorageClass is set, skipping installation of default volume provisioner")
126
}
127
128
builderInstallOpt.ClusterName = s.KubernetesAPI.ContextName
0 commit comments