Ver código fonte

Merge pull request #980 from kubecost/master

Merge Master into develop
Ajay Tripathy 4 anos atrás
pai
commit
b81f6f1e2a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pkg/env/costmodelenv.go

+ 1 - 1
pkg/env/costmodelenv.go

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