diff options
Diffstat (limited to 'f3s/shuriken/helm-chart')
| -rw-r--r-- | f3s/shuriken/helm-chart/Chart.yaml | 2 | ||||
| -rw-r--r-- | f3s/shuriken/helm-chart/templates/cronjob.yaml | 2 | ||||
| -rw-r--r-- | f3s/shuriken/helm-chart/templates/sync-cronjob.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
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: |
