stackabletech / agent

Stackable Agent - a kubelet written in Rust which uses systemd as its backend
Apache License 2.0
15 stars 9 forks source link

Added "application/x-tgz" as content type that was missed but which our repository sends #337

Closed soenkeliebau closed 2 years ago

soenkeliebau commented 2 years ago

When restricting the content_types which the agent one was forgotten in the list which the Stackable Nexus actively sends. This PR adds "application/x-tgz" to the default list of allowed content types.

Description

Review Checklist