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

pull/10182/head
Dakota Walsh 1 year ago committed by GitHub
parent be85d34c4b
commit c0ba221021
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