Skip to content

Commit

Permalink
Skipping the kubernetes-csi/external-snapshotter images to update (#1582
Browse files Browse the repository at this point in the history
)

* Skipping the kubernetes-csi/external-snapshotter images to update

* Skipping the kubernetes-csi/external-snapshotter images to update

* Skipping the kubernetes-csi/external-snapshotter images to update

* Skipping the kubernetes-csi/external-snapshotter images to update
  • Loading branch information
varma-maryala authored Dec 20, 2024
1 parent 43fb785 commit 122aac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/pkg/assets_snapshotter.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (r *ReleaseConfig) GetSnapshotterComponent(spec distrov1alpha1.ReleaseSpec)
return nil, errors.Cause(err)
}
assets := []distrov1alpha1.Asset{}
binaries := []string{"csi-snapshotter", "snapshot-controller", "snapshot-validation-webhook"}
binaries := []string{"csi-snapshotter", "snapshot-controller"}
for _, binary := range binaries {
assets = append(assets, distrov1alpha1.Asset{
Name: fmt.Sprintf("%s-image", binary),
Expand Down

0 comments on commit 122aac5

Please sign in to comment.