late-balloon-24601
11/05/2024, 11:17 AMhelm.v3.Release
to a private OCI repository, with the login (grabbed via aws.ecr.getCredentialsOutput
) specified in repositoryOpts
. The token it was deployed with has now expired, and it doesn't seem to want a request a new token or use the ambient credentials that the helm client is logged in with, so it's failing with a 403 when sending requests to the repo.
Is there a workaround for this?
edit: Managed to work around it by reverting back to the public charts. Think I'm going to avoid using private OCI repos with helm for now...