tower 0.5.1 — fix DELETE Content-Type

This commit is contained in:
git_admin
2026-04-26 19:34:37 +03:00
parent 37143d14fc
commit 208d1c837e

View File

@@ -4,7 +4,7 @@ backend:
enabled: true enabled: true
image: image:
repository: docker.io/odoosky/tower repository: docker.io/odoosky/tower
tag: "0.5.0" tag: "0.5.1"
pullPolicy: IfNotPresent # IfNotPresent because the image is in pullPolicy: IfNotPresent # IfNotPresent because the image is in
# containerd's k8s.io namespace already # containerd's k8s.io namespace already
# (lab1 single-server). Replace with # (lab1 single-server). Replace with