fix: pull helm test image from quay, not docker hub - #10
Merged
Conversation
The test hook was the only image not on quay, and it was unpinned. Docker Hub anonymous pull limits can fail `helm test` in CI and in clusters without a Docker Hub pull secret.
✅ Deploy Preview for authorizer-helm-chart ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This was referenced Aug 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The chart pulled every image from quay except one: the
helm testhook usedimage: busybox— Docker Hub, and unpinned. Anonymous Docker Hub pull limits can failhelm testin CI or in clusters without a Docker Hub pull secret.templates/tests/test-connection.yaml:busybox→quay.io/quay/busybox:latest2.2.0→2.2.1(template change), README chart version updatedVerification (kind,
authorizer-issue8)authorizer/authorizer2.2.0 fromhttps://helm-charts.authorizer.dev, then upgraded to this build:STATUS: deployedhelm test→Phase: Succeededwith the quay imagequay.io/quay/busybox:latestconfirmed to have workingwget/sh:wget -qO- http://authorizer:80/healthz→{"status":"ok"}quay.io/authorizer/authorizer:2.3.0quay.io/quay/busybox:latesthelm lintcleanMerging this publishes 2.2.1 automatically via the workflow added in #9.
Note: #7 also edits the
version:line inChart.yaml(2.2.0 → 2.3.0), so it will need a one-line conflict resolution after this lands.