Luzilla / dnsbl_exporter

Prometheus compatible exporter to query DNSBLs/RBLs.
https://www.luzilla-capital.com/
Other
30 stars 8 forks source link

helm repo needs authentication #213

Closed vquie closed 3 months ago

vquie commented 3 months ago

Installing the helm chart does not work. The repo requires auth.

Please allow unauthenticated access to the repo.

STDERR:
  Error: failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://ghcr.io/token?scope=repository%3Aluzilla%2Fcharts%2Fdnsbl-exporter%2Fdnsbl-exporter%3Apull&service=ghcr.io: 403 Forbidden
till commented 3 months ago

@vquie I'll take a look, I thought I tested this. Artifact Hub was also unable to pull.

till commented 3 months ago

Can you test this here:

https://github.com/Luzilla/dnsbl_exporter/pkgs/container/charts%2Fdnsbl-exporter/198236263?tag=0.1.0

Helm should use the same mechanism.

till commented 3 months ago

@vquie It looks like your error message contains the chart name twice. Did I typo the instructions somewhere?

vquie commented 3 months ago

Thanks. It works now and it was my bad I guess.

I added it to helmfile

not working

repositories:
  - name: dnsbl-exporter
    url: ghcr.io/luzilla/charts/dnsbl-exporter
    oci: true

working

repositories:
  - name: dnsbl-exporter
    url: ghcr.io/luzilla/charts
    oci: true
till commented 3 months ago

Thanks for confirming!