Skip to content

Commit

Permalink
fix: bind chart appversion as image tag in values (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz authored Oct 29, 2024
1 parent 545b34e commit 9b52928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/immich/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v2
description: A chart to power Immich (immich.app) running on kubernetes
name: immich
version: 0.8.3
version: 0.8.4
appVersion: v1.119.0
home: https://immich.app/
icon: https://raw.githubusercontent.com/immich-app/immich/main/design/immich-logo.svg
Expand Down
2 changes: 1 addition & 1 deletion charts/immich/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
IMMICH_MACHINE_LEARNING_URL: '{{ printf "http://%s-machine-learning:3003" .Release.Name }}'

image:
tag: v1.118.0
tag: v1.119.0

immich:
metrics:
Expand Down

0 comments on commit 9b52928

Please sign in to comment.