Skip to content

Commit

Permalink
OSSM-6817: Update 2.6.0 must-gather container source (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
unsortedhashsets authored Jul 22, 2024
1 parent 4af091a commit 065e66b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/util/env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ func GetMustGatherImage() string {
return "registry.redhat.io/openshift-service-mesh/istio-must-gather-rhel8:" + GetMustGatherTag()
} else {
// https://issues.redhat.com/browse/OSSM-6818
// TODO: Potentially can be updated with brew registries or after release with redhat registries
// Now using quay image built with https://github.com/maistra/istio-must-gather/pull/29
return "quay.io/maistra/istio-must-gather:2.6.0"
// TODO: Else conditional should be errased after 2.6.0 release
return "brew.registry.redhat.io/rh-osbs/openshift-service-mesh-istio-must-gather-rhel8:2.6.0"
}
}

Expand Down

0 comments on commit 065e66b

Please sign in to comment.