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

fix(Photostructure): Update Image to Beta from Alpha tags #20326

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/stable/photostructure/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2023.12.0
appVersion: 2024.3.3
dependencies:
- name: common
version: 20.2.10
Expand Down Expand Up @@ -36,4 +36,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/photostructure
- https://hub.docker.com/r/photostructure/server
type: application
version: 7.7.5
version: 7.8.0
2 changes: 1 addition & 1 deletion charts/stable/photostructure/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: photostructure/server
tag: 2023.12.0-alpha.7@sha256:ad73bfc73884bfc60aceb38dfd932b83522934f8a349fd11de621becfdb19c45
tag: 2024.3.3-beta@sha256:0a6a78e8327ea8b3c98f155096f7dce15f01cec03522c21459e8c3afc6221218
pullPolicy: IfNotPresent

securityContext:
Expand Down