fix(registry): ecr secret fix [EE-5673] (#10108)

pull/10190/head
Dakota Walsh 1 year ago committed by GitHub
parent 5e20854f86
commit e6e3810fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@ import (
func (transport *baseTransport) proxyDeploymentsRequest(request *http.Request, namespace, requestPath string) (*http.Response, error) {
switch request.Method {
case http.MethodPost, http.MethodPatch:
case http.MethodPost, http.MethodPatch, http.MethodPut:
transport.refreshRegistry(request, namespace)
}

Loading…
Cancel
Save