Skip to content
Snippets Groups Projects
Verified Commit aafa5b4f authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(immich): Upgrade to version v1.89.0

This version needs certain database extensions that are implemented as
part of the database setup.
parent e3312675
No related branches found
No related tags found
No related merge requests found
Pipeline #18796 passed
...@@ -14,6 +14,13 @@ spec: ...@@ -14,6 +14,13 @@ spec:
- createdb - createdb
databases: databases:
immich: immich immich: immich
preparedDatabases:
immich:
schemas:
public: {}
extensions:
cube: public
earthdistance: public
postgresql: postgresql:
version: "15" version: "15"
spiloFSGroup: 103 spiloFSGroup: 103
...@@ -37,4 +44,4 @@ spec: ...@@ -37,4 +44,4 @@ spec:
kind: Issuer kind: Issuer
group: cert-manager.io group: cert-manager.io
usages: usages:
- server auth - server auth
\ No newline at end of file
...@@ -64,7 +64,7 @@ data: ...@@ -64,7 +64,7 @@ data:
NODE_EXTRA_CA_CERTS: /ca/ca.crt NODE_EXTRA_CA_CERTS: /ca/ca.crt
image: image:
# renovate: datasource=git-tags depName=https://github.com/immich-app/immich.git versioning=semver # renovate: datasource=git-tags depName=https://github.com/immich-app/immich.git versioning=semver
tag: v1.88.2 tag: v1.89.0
immich: immich:
persistence: persistence:
library: library:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment