Explorar el Código

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

Ajay Tripathy hace 4 años
padre
commit
15e4e9049c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 // 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.83.1")
+	return Get(AppVersionEnvVar, "1.84.0")
 }
 }
 
 
 // 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