We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
while investigating, delete is "unsupported" although we set:
delete: enabled: true
we noticed in: /etc/docker/registry/config.yml
health: storagedriver: enabled: true interval: 10s threshold: 3 http: addr: :5000 debug: addr: :5001 prometheus: enabled: true path: /metrics headers: X-Content-Type-Options: - nosniff log: fields: service: registry storage: cache: blobdescriptor: inmemory delete: enabled: true maintenance: uploadpurging: age: 168h dryrun: false enabled: true interval: 24h version: 0.1
that nosniff looks wrong? Shouldnt the http headers look like this: headers: X-Content-Type-Options: [nosniff] We expect the "toYaml" in
headers: X-Content-Type-Options: [nosniff]
docker-registry.helm/templates/configmap.yaml
Line 13 in 405346f
Best regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
while investigating, delete is "unsupported" although we set:
we noticed in:
/etc/docker/registry/config.yml
that nosniff looks wrong?
Shouldnt the http headers look like this:
headers: X-Content-Type-Options: [nosniff]
We expect the "toYaml" in
docker-registry.helm/templates/configmap.yaml
Line 13 in 405346f
to issue that but dont know how to fix it. Or does it work as expected?
Best regards
The text was updated successfully, but these errors were encountered: