niks3: Fix multipart uploads

This commit is contained in:
2026-06-09 16:29:32 +02:00
parent a90381545d
commit 1b4a34de92
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: niks3 - name: niks3
image: ghcr.io/mic92/niks3:v1.6.1 image: ghcr.io/mic92/niks3:v1.6.0
ports: ports:
- name: http - name: http
containerPort: 5751 containerPort: 5751
@@ -40,7 +40,7 @@ spec:
name: server name: server
key: api-token key: api-token
- name: NIKS3_S3_ENDPOINT - name: NIKS3_S3_ENDPOINT
value: "s3.ceph.tos.obx" value: "10.255.241.30:30080"
- name: NIKS3_S3_BUCKET - name: NIKS3_S3_BUCKET
value: "niks3" value: "niks3"
- name: NIKS3_S3_REGION - name: NIKS3_S3_REGION
+1 -1
View File
@@ -26,7 +26,7 @@ spec:
restartPolicy: Never restartPolicy: Never
containers: containers:
- name: gc - name: gc
image: ghcr.io/mic92/niks3:v1.6.1 image: ghcr.io/mic92/niks3:v1.6.0
# Image entrypoint is /bin/niks3-server; override with the client. # Image entrypoint is /bin/niks3-server; override with the client.
command: ["/bin/niks3", "gc"] command: ["/bin/niks3", "gc"]
args: args: