Просмотр исходного кода

Bump AllocationSet Codec Version

Signed-off-by: thomasvn <thomasnguyen96@gmail.com>
thomasvn 2 лет назад
Родитель
Сommit
035534ff1a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      core/pkg/opencost/opencost_codecs.go

+ 1 - 1
core/pkg/opencost/opencost_codecs.go

@@ -41,7 +41,7 @@ const (
 	AssetsCodecVersion uint8 = 21
 
 	// AllocationCodecVersion is used for any resources listed in the Allocation version set
-	AllocationCodecVersion uint8 = 21
+	AllocationCodecVersion uint8 = 22
 
 	// CloudCostCodecVersion is used for any resources listed in the CloudCost version set
 	CloudCostCodecVersion uint8 = 2