Closed fnarvaez-applydigital closed 5 days ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Is this a request for help?:
Yes
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Version of Helm and Kubernetes:
Helm version
kubectl version
ct version
What happened: ct lint throws a 403 even if login succeeded.
ct.yaml
``` remote: origin target-branch: main chart-dirs: - charts chart-repos: - stable=oci://us-docker.pkg.dev helm-extra-args: --timeout=600s --debug helm-repo-extra-args: - stable=--username=oauth2accesstoken --password-stdin validate-maintainers: false ```ct logs
``` gcloud auth application-default print-access-token | ct lint --config ct.yaml --debug Linting charts... >>> helm version --template {{ .Version }} >>> git rev-parse --is-inside-work-tree >>> git rev-parse --verify origin/main >>> git merge-base origin/main HEAD >>> git diff --find-renames --name-only bc9a323e403a39ffee56c660db4339d7a37efdfe -- charts ------------------------------------------------------------------------------------------------------------------------ Charts to be processed: ------------------------------------------------------------------------------------------------------------------------ springboot-app => (version: "0.0.1", path: "charts/springboot-app") ------------------------------------------------------------------------------------------------------------------------ >>> helm registry login us-docker.pkg.dev --username=oauth2accesstoken --password-stdin Login Succeeded >>> helm dependency build charts/springboot-app Hang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "mongodb" chart repository ...Successfully got an update from the "ingress-nginx" chart repository ...Successfully got an update from the "jetstack" chart repository Update Complete. ⎈Happy Helming!⎈ Saving 1 charts Downloading ch-base from repo oci://us-docker.pkg.dev/Also I executed manually the same command but everything goes just fine.
What you expected to happen: Download the dependencies
How to reproduce it (as minimally and precisely as possible):
to reproduce it, execute the following command
gcloud auth application-default print-access-token | ct lint --config ct.yaml