From 9b04866e5326f090841e51107ff4fce693ffcffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 9 Jun 2026 17:06:06 +0200 Subject: [PATCH] niks3: Bump to 1.6.1 --- values/niks3/manifests/deployment.yaml | 2 +- values/niks3/manifests/gc-cronjob.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/values/niks3/manifests/deployment.yaml b/values/niks3/manifests/deployment.yaml index 7b1d365b..6b1dbe14 100644 --- a/values/niks3/manifests/deployment.yaml +++ b/values/niks3/manifests/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: niks3 - image: ghcr.io/mic92/niks3:v1.6.0 + image: ghcr.io/mic92/niks3:v1.6.1 ports: - name: http containerPort: 5751 diff --git a/values/niks3/manifests/gc-cronjob.yaml b/values/niks3/manifests/gc-cronjob.yaml index d60704b4..a42914ab 100644 --- a/values/niks3/manifests/gc-cronjob.yaml +++ b/values/niks3/manifests/gc-cronjob.yaml @@ -26,7 +26,7 @@ spec: restartPolicy: Never containers: - name: gc - image: ghcr.io/mic92/niks3:v1.6.0 + image: ghcr.io/mic92/niks3:v1.6.1 # Image entrypoint is /bin/niks3-server; override with the client. command: ["/bin/niks3", "gc"] args: