From 6ac2fe95351e1a5c024ffee1c325565107fd0802 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 Aug 2026 16:46:27 +0300 Subject: shuriken: bump image tag to 0.14.0 (shuriken release) Track the shuriken.sh 0.14.0 release: Chart appVersion, generation + sync CronJob image, docker-image/Justfile TAG, and README references. --- f3s/shuriken/README.md | 4 ++-- f3s/shuriken/docker-image/Justfile | 2 +- f3s/shuriken/helm-chart/Chart.yaml | 2 +- f3s/shuriken/helm-chart/templates/cronjob.yaml | 2 +- f3s/shuriken/helm-chart/templates/sync-cronjob.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/f3s/shuriken/README.md b/f3s/shuriken/README.md index 7bd0fb6..9745bf8 100644 --- a/f3s/shuriken/README.md +++ b/f3s/shuriken/README.md @@ -24,8 +24,8 @@ cd /home/paul/git/conf/f3s/shuriken just build-push ``` -The image is pushed as `r0.lan.buetow.org:30001/shuriken:0.13.2` and the -CronJob pulls `registry.lan.buetow.org:30001/shuriken:0.13.2`. Bump `TAG` in +The image is pushed as `r0.lan.buetow.org:30001/shuriken:0.14.0` and the +CronJob pulls `registry.lan.buetow.org:30001/shuriken:0.14.0`. Bump `TAG` in `docker-image/Justfile` and `appVersion`/the CronJob `image:` tag together when releasing a new shuriken version. diff --git a/f3s/shuriken/docker-image/Justfile b/f3s/shuriken/docker-image/Justfile index bd394fa..ae38079 100644 --- a/f3s/shuriken/docker-image/Justfile +++ b/f3s/shuriken/docker-image/Justfile @@ -1,6 +1,6 @@ REGISTRY := "r0.lan.buetow.org:30001" IMAGE := "shuriken" -TAG := "0.13.2" +TAG := "0.14.0" # Source tree for the image build. The Dockerfile lives at the repo root and # copies bin/, share/templates, assets/site, src/shuriken.default.conf and # docker/entrypoint.sh, so build from the shuriken.sh checkout root. Run diff --git a/f3s/shuriken/helm-chart/Chart.yaml b/f3s/shuriken/helm-chart/Chart.yaml index 72ba81d..99891c5 100644 --- a/f3s/shuriken/helm-chart/Chart.yaml +++ b/f3s/shuriken/helm-chart/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: shuriken description: Nightly shuriken photo-album generation CronJob for irregular.ninja and alt.irregular.ninja. version: 0.1.0 -appVersion: "0.13.2" \ No newline at end of file +appVersion: "0.14.0" \ No newline at end of file diff --git a/f3s/shuriken/helm-chart/templates/cronjob.yaml b/f3s/shuriken/helm-chart/templates/cronjob.yaml index ead3efe..538255e 100644 --- a/f3s/shuriken/helm-chart/templates/cronjob.yaml +++ b/f3s/shuriken/helm-chart/templates/cronjob.yaml @@ -57,7 +57,7 @@ spec: readOnly: true containers: - name: shuriken - image: registry.lan.buetow.org:30001/shuriken:0.13.2 + image: registry.lan.buetow.org:30001/shuriken:0.14.0 imagePullPolicy: Always command: ["/bin/sh", "-c"] args: diff --git a/f3s/shuriken/helm-chart/templates/sync-cronjob.yaml b/f3s/shuriken/helm-chart/templates/sync-cronjob.yaml index 66109e7..ede0b18 100644 --- a/f3s/shuriken/helm-chart/templates/sync-cronjob.yaml +++ b/f3s/shuriken/helm-chart/templates/sync-cronjob.yaml @@ -68,7 +68,7 @@ spec: readOnly: true containers: - name: shuriken-sync - image: registry.lan.buetow.org:30001/shuriken:0.13.2 + image: registry.lan.buetow.org:30001/shuriken:0.14.0 imagePullPolicy: Always command: ["/bin/bash", "-c"] args: -- cgit v1.2.3