Pārlūkot izejas kodu

Update costmodelenv.go

Ajay Tripathy 4 gadi atpakaļ
vecāks
revīzija
eb071a90b7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      pkg/env/costmodelenv.go

+ 1 - 1
pkg/env/costmodelenv.go

@@ -82,7 +82,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.1")
 }
 }
 
 
 // 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