Skip to content

Commit

Permalink
feat(container): update immich group to v1.81.0 (#2477)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/immich-app/immich-machine-learning | minor | `v1.80.0` ->
`v1.81.0` |
| ghcr.io/immich-app/immich-proxy | minor | `v1.80.0` -> `v1.81.0` |
| ghcr.io/immich-app/immich-server | minor | `v1.80.0` -> `v1.81.0` |
| ghcr.io/immich-app/immich-web | minor | `v1.80.0` -> `v1.81.0` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNy41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: repo-jeeves <106431701+repo-jeeves[bot]@users.noreply.github.com>
  • Loading branch information
repo-jeeves[bot] authored Oct 3, 2023
1 parent c15df73 commit b097956
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
configmap.reloader.stakater.com/reload: immich-configmap
image:
repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.80.0
tag: v1.81.0
envFrom:
- secretRef:
name: immich-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
configmap.reloader.stakater.com/reload: immich-configmap
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.80.0
tag: v1.81.0
command: /bin/sh
args:
- ./start-microservices.sh
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/immich/app/proxy/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
configmap.reloader.stakater.com/reload: immich-configmap
image:
repository: ghcr.io/immich-app/immich-proxy
tag: v1.80.0
tag: v1.81.0
envFrom:
- secretRef:
name: immich-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/immich/app/server/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
configmap.reloader.stakater.com/reload: immich-configmap
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.80.0
tag: v1.81.0
command: /bin/sh
args:
- ./start-server.sh
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/immich/app/web/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
configmap.reloader.stakater.com/reload: immich-configmap
image:
repository: ghcr.io/immich-app/immich-web
tag: v1.80.0
tag: v1.81.0
command: /bin/sh
args:
- ./entrypoint.sh
Expand Down

0 comments on commit b097956

Please sign in to comment.