Skip to content

Commit

Permalink
chore: rename warm-metal -> container-image-csi-driver
Browse files Browse the repository at this point in the history
Co-authored-by: Mugdha Adhav <mugdha.adhav@gmail.com>
  • Loading branch information
vadasambar and mugdha-adhav authored Feb 20, 2024
1 parent 0b894e1 commit 063d239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/imagesize/imagesize.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (w *warner) GetImageSize(creds *cri.AuthConfig, image docker.Named) (*resou
RegistryToken: creds.RegistryToken,
}
}
c := client.NewRegistryClient(resolver, "warm-metal", false)
c := client.NewRegistryClient(resolver, "container-image-csi-driver", false)

return w.fetchImageSize(c, image)
}
Expand Down

0 comments on commit 063d239

Please sign in to comment.