Преглед изворни кода

Merge pull request #963 from kubecost/master

Master
Ajay Tripathy пре 4 година
родитељ
комит
88df10e608
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      pkg/env/costmodelenv.go

+ 1 - 1
pkg/env/costmodelenv.go

@@ -83,7 +83,7 @@ func GetPricingConfigmapName() string {
 // GetAWSAccessKeyID returns the environment variable value for AWSAccessKeyIDEnvVar which represents
 // GetAWSAccessKeyID returns the environment variable value for AWSAccessKeyIDEnvVar which represents
 // the AWS access key for authentication
 // the AWS access key for authentication
 func GetAppVersion() string {
 func GetAppVersion() string {
-	return Get(AppVersionEnvVar, "1.87.0")
+	return Get(AppVersionEnvVar, "1.87.2")
 }
 }
 
 
 // IsEmitNamespaceAnnotationsMetric returns true if cost-model is configured to emit the kube_namespace_annotations metric
 // IsEmitNamespaceAnnotationsMetric returns true if cost-model is configured to emit the kube_namespace_annotations metric