We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8f9bc commit cafa687Copy full SHA for cafa687
release/pkg/assets_metricsserver.go
@@ -33,7 +33,7 @@ var ReleaseMap = map[string]int{
33
// this is hard coded until EKS-A deprecates their usage of metrics server
34
func (r *ReleaseConfig) GetMetricsServerComponent(spec distrov1alpha1.ReleaseSpec) (*distrov1alpha1.Component, error) {
35
componentName := "metrics-server"
36
- gitTag := "0.7.2"
+ gitTag := "v0.7.2"
37
component := &distrov1alpha1.Component{
38
Name: componentName,
39
GitTag: gitTag,
0 commit comments