Skip to content

Commit

Permalink
Remove Bottlerocket AMI from release artifacts list
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna committed Feb 27, 2025
1 parent 4d02ece commit 78f6e39
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions release/cli/pkg/assets/config/bundle_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -623,13 +623,6 @@ var bundleReleaseAssetsConfigMap = []assettypes.AssetConfig{
ProjectName: "image-builder",
ProjectPath: "projects/kubernetes-sigs/image-builder",
Archives: []*assettypes.Archive{
{
Name: "eks-distro",
OSName: "bottlerocket",
OSVersion: "1",
Format: "ami",
ArchiveS3PathGetter: archives.EksDistroArtifactPathGetter,
},
{
Name: "eks-distro",
OSName: "bottlerocket",
Expand Down
3 changes: 0 additions & 3 deletions release/cli/pkg/bundles/eksd.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ func GetEksDReleaseBundle(r *releasetypes.ReleaseConfig, eksDReleaseChannel, kub
Crictl: bundleArchiveArtifacts["cri-tools"],
Containerd: bundleArchiveArtifacts["containerd"],
ImageBuilder: bundleArchiveArtifacts["image-builder"],
Ami: anywherev1alpha1.OSImageBundle{
Bottlerocket: bundleArchiveArtifacts["bottlerocket-ami"],
},
Ova: anywherev1alpha1.OSImageBundle{
Bottlerocket: bundleArchiveArtifacts["bottlerocket-ova"],
},
Expand Down

0 comments on commit 78f6e39

Please sign in to comment.