Skip to content

Commit

Permalink
fix(container): update immich group to v1.82.1 (#6235)
Browse files Browse the repository at this point in the history
Co-authored-by: bot-ross <98030736+bot-ross[bot]@users.noreply.github.com>
  • Loading branch information
bot-ross[bot] authored Oct 18, 2023
1 parent 511af59 commit fe9af5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
secret.reloader.stakater.com/reload: &secret immich-secret
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.82.0
tag: v1.82.1
envFrom:
- configMapRef:
name: *configMap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
secret.reloader.stakater.com/reload: &secret immich-secret
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.82.0
tag: v1.82.1
args: ["start-microservices.sh"]
envFrom:
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/immich/app/server/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
secret.reloader.stakater.com/reload: *secret
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.82.0
tag: v1.82.1
args: ["start-server.sh"]
envFrom: *envFrom
service:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/immich/app/web/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
secret.reloader.stakater.com/reload: &secret immich-secret
image:
repository: ghcr.io/immich-app/immich-web
tag: v1.82.0
tag: v1.82.1
envFrom:
- configMapRef:
name: *configMap
Expand Down

0 comments on commit fe9af5f

Please sign in to comment.