Skip to content

Commit d9d9c25

Browse files
author
Valeriy Khorunzhin
committed
change anno
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
1 parent fc1d822 commit d9d9c25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/components/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ firmware:
44
edk2: stable202411
55
core:
66
3p-kubevirt: v1.6.2-v12n.44
7-
3p-containerized-data-importer: v1.60.3-v12n.19
7+
3p-containerized-data-importer: chore/rename-deckhouse-anno-prefix
88
distribution: 2.8.3
99
package:
1010
acl: v2.3.1

images/virtualization-artifact/pkg/common/annotations/annotations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
AnnIntegrityCoreChecksumApplied = AnnIntegrityGroup + "core-spec-checksum-applied"
4040

4141
// AnnAPIGroup is the APIGroup for virtualization-controller.
42-
AnnAPIGroup = "virt.deckhouse.io"
42+
AnnAPIGroup = "internal.virtualization.deckhouse.io"
4343

4444
// AnnCreatedBy is a pod annotation indicating if the pod was created by the PVC.
4545
AnnCreatedBy = AnnAPIGroup + "/storage.createdByController"

0 commit comments

Comments
 (0)