Skip to content

Commit

Permalink
chore(deps): update photoprism/photoprism docker tag to v250224 (#1566)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
walnuts1018 and renovate[bot] authored Feb 24, 2025
1 parent 30c87e1 commit 24452dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/apps/photoprism/cronjob.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
containers: [
{
name: 'photoprism',
image: 'photoprism/photoprism:250223',
image: 'photoprism/photoprism:250224',
command: [
'photoprism',
'index',
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/photoprism/statefulset.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
containers: [
(import '../../components/container.libsonnet') {
name: 'photoprism',
image: 'photoprism/photoprism:250223',
image: 'photoprism/photoprism:250224',
resources: {
requests: {
cpu: '0',
Expand Down

0 comments on commit 24452dd

Please sign in to comment.