Browse Source

Merge branch 'master' of https://github.com/kubecost/cost-model into AjayTripathy-cadvisor-guardrails

Ajay Tripathy 4 years ago
parent
commit
15e4e9049c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/env/costmodelenv.go

+ 1 - 1
pkg/env/costmodelenv.go

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