Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helm): update image docker.io/photoprism/photoprism 240915 → 20220121 #28450

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/stable/photoprism/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 240915.0.0
appVersion: 20220121.0.0
dependencies:
- name: common
version: 25.1.5
Expand Down Expand Up @@ -42,4 +42,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/photoprism
- https://hub.docker.com/r/photoprism/photoprism
type: application
version: 23.8.3
version: 24.0.0
2 changes: 1 addition & 1 deletion charts/stable/photoprism/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: docker.io/photoprism/photoprism
tag: 240915@sha256:1f14335e2cd9dfaadc555ac8d40aa8a3966a5b5e5ef88fa78973ef7e8673fa2b
tag: 20220121@sha256:8dd9e8e5290c8bf648d0e91ea8ef81038ffc8800ebf6322417682a0342e04065
pullPolicy: IfNotPresent
service:
main:
Expand Down
Loading