Skip to content

Commit cafa687

Browse files
fix metrics-server tag in release (#1643)
1 parent 4e8f9bc commit cafa687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/pkg/assets_metricsserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var ReleaseMap = map[string]int{
3333
// this is hard coded until EKS-A deprecates their usage of metrics server
3434
func (r *ReleaseConfig) GetMetricsServerComponent(spec distrov1alpha1.ReleaseSpec) (*distrov1alpha1.Component, error) {
3535
componentName := "metrics-server"
36-
gitTag := "0.7.2"
36+
gitTag := "v0.7.2"
3737
component := &distrov1alpha1.Component{
3838
Name: componentName,
3939
GitTag: gitTag,

0 commit comments

Comments
 (0)