Compare commits

...

14 commits

Author SHA1 Message Date
67d692bdaa ii
Some checks failed
Release Charts / release (push) Has been cancelled
2025-06-05 22:01:55 +02:00
a4117cd560 ingres fix
Some checks are pending
Release Charts / release (push) Waiting to run
2025-06-05 21:59:01 +02:00
renovate[bot]
6b6e1f8d65
chore(deps): update dependency vitest to v3.2.1 (#110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-03 18:27:19 +00:00
renovate[bot]
fb08ba9c2b
chore(deps): update dependency helm/helm to v3.18.2 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-02 15:22:11 +00:00
renovate[bot]
b1a8081799
chore(deps): update dependency vitest to v3.2.0 (#109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2025-06-02 15:20:57 +00:00
renovate[bot]
bf224da04d
chore(deps): update pnpm to v10.11.1 (#108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-02 14:33:39 +00:00
renovate[bot]
069185b2b9
chore(deps): update dependency @types/node to v22.15.29 (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-30 22:56:12 +00:00
renovate[bot]
283ddc1cfe
chore(deps): update dependency @types/node to v22.15.28 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-30 17:53:10 +00:00
renovate[bot]
40c7391711
chore(deps): update dependency @types/node to v22.15.27 (#104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-30 07:05:35 +00:00
renovate[bot]
af057882b9
chore(deps): update dependency @types/node to v22.15.26 (#103)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-30 03:15:51 +00:00
Sebastian Poxhofer
907f2d1c6c
ci: fix unsupported minus by ArtifactHub.io (#102) 2025-05-29 16:40:29 +00:00
Sebastian Poxhofer
fa736054bb
ci: fix unsupported codeblock by ArtifactHub.io (#101) 2025-05-29 15:48:09 +00:00
renovate[bot]
9a36bf1c82
chore(deps): update dependency helm/helm to v3.18.1 (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-29 08:35:36 +02:00
renovate[bot]
e33a31bd9b
chore(deps): update dependency @types/node to v22.15.24 (#99)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-28 19:44:21 +00:00
5 changed files with 100 additions and 86 deletions

View file

@ -33,7 +33,7 @@ jobs:
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
with:
# renovate: datasource=github-releases depName=helm/helm
version: v3.18.0
version: v3.18.2
- name: Run chart-releaser
id: releaser

View file

@ -11,7 +11,7 @@ maintainers:
email: sebastian@poxhofer.at
type: application
version: 0.6.1
version: 0.6.3
# renovate: image=ghcr.io/immich-app/immich-server
appVersion: "v1.134.0"
@ -21,5 +21,4 @@ annotations:
- name: support
url: https://github.com/secustor/helm-charts/issues
artifacthub.io/changes: |
- Immich version update
- Breaking change: The `immich-server` image was updated to `v1.133.1` which contains breaking changes. If you are using `pgvector` you should be fine else you need to migrate your database.
Immich version update

View file

@ -35,7 +35,7 @@ spec:
{{- end }}
backend:
service:
name: {{ include "immich.fullname" $ }}
name: immich-server
port:
number: {{ $.Values.service.port }}
{{- end }}

View file

@ -1,10 +1,10 @@
{
"name": "helm-charts",
"type": "module",
"packageManager": "pnpm@10.11.0",
"packageManager": "pnpm@10.11.1",
"volta": {
"node": "22.16.0",
"pnpm": "10.11.0"
"pnpm": "10.11.1"
},
"scripts": {
"fix": "pnpm run prettier:fix",
@ -13,9 +13,9 @@
"prettier:fix": "prettier --write ."
},
"devDependencies": {
"@types/node": "22.15.23",
"@types/node": "22.15.29",
"prettier": "3.5.3",
"vitest": "3.1.4",
"vitest": "3.2.1",
"vitest-mock-extended": "3.1.0"
}
}

169
pnpm-lock.yaml generated
View file

@ -9,17 +9,17 @@ importers:
.:
devDependencies:
'@types/node':
specifier: 22.15.23
version: 22.15.23
specifier: 22.15.29
version: 22.15.29
prettier:
specifier: 3.5.3
version: 3.5.3
vitest:
specifier: 3.1.4
version: 3.1.4(@types/node@22.15.23)
specifier: 3.2.1
version: 3.2.1(@types/node@22.15.29)
vitest-mock-extended:
specifier: 3.1.0
version: 3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.23))
version: 3.1.0(typescript@5.8.2)(vitest@3.2.1(@types/node@22.15.29))
packages:
@ -271,40 +271,46 @@ packages:
cpu: [x64]
os: [win32]
'@types/chai@5.2.2':
resolution: {integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==}
'@types/deep-eql@4.0.2':
resolution: {integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw==}
'@types/estree@1.0.6':
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
'@types/node@22.15.23':
resolution: {integrity: sha512-7Ec1zaFPF4RJ0eXu1YT/xgiebqwqoJz8rYPDi/O2BcZ++Wpt0Kq9cl0eg6NN6bYbPnR67ZLo7St5Q3UK0SnARw==}
'@types/node@22.15.29':
resolution: {integrity: sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==}
'@vitest/expect@3.1.4':
resolution: {integrity: sha512-xkD/ljeliyaClDYqHPNCiJ0plY5YIcM0OlRiZizLhlPmpXWpxnGMyTZXOHFhFeG7w9P5PBeL4IdtJ/HeQwTbQA==}
'@vitest/expect@3.2.1':
resolution: {integrity: sha512-FqS/BnDOzV6+IpxrTg5GQRyLOCtcJqkwMwcS8qGCI2IyRVDwPAtutztaf1CjtPHlZlWtl1yUPCd7HM0cNiDOYw==}
'@vitest/mocker@3.1.4':
resolution: {integrity: sha512-8IJ3CvwtSw/EFXqWFL8aCMu+YyYXG2WUSrQbViOZkWTKTVicVwZ/YiEZDSqD00kX+v/+W+OnxhNWoeVKorHygA==}
'@vitest/mocker@3.2.1':
resolution: {integrity: sha512-OXxMJnx1lkB+Vl65Re5BrsZEHc90s5NMjD23ZQ9NlU7f7nZiETGoX4NeKZSmsKjseuMq2uOYXdLOeoM0pJU+qw==}
peerDependencies:
msw: ^2.4.9
vite: ^5.0.0 || ^6.0.0
vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0
peerDependenciesMeta:
msw:
optional: true
vite:
optional: true
'@vitest/pretty-format@3.1.4':
resolution: {integrity: sha512-cqv9H9GvAEoTaoq+cYqUTCGscUjKqlJZC7PRwY5FMySVj5J+xOm1KQcCiYHJOEzOKRUhLH4R2pTwvFlWCEScsg==}
'@vitest/pretty-format@3.2.1':
resolution: {integrity: sha512-xBh1X2GPlOGBupp6E1RcUQWIxw0w/hRLd3XyBS6H+dMdKTAqHDNsIR2AnJwPA3yYe9DFy3VUKTe3VRTrAiQ01g==}
'@vitest/runner@3.1.4':
resolution: {integrity: sha512-djTeF1/vt985I/wpKVFBMWUlk/I7mb5hmD5oP8K9ACRmVXgKTae3TUOtXAEBfslNKPzUQvnKhNd34nnRSYgLNQ==}
'@vitest/runner@3.2.1':
resolution: {integrity: sha512-kygXhNTu/wkMYbwYpS3z/9tBe0O8qpdBuC3dD/AW9sWa0LE/DAZEjnHtWA9sIad7lpD4nFW1yQ+zN7mEKNH3yA==}
'@vitest/snapshot@3.1.4':
resolution: {integrity: sha512-JPHf68DvuO7vilmvwdPr9TS0SuuIzHvxeaCkxYcCD4jTk67XwL45ZhEHFKIuCm8CYstgI6LZ4XbwD6ANrwMpFg==}
'@vitest/snapshot@3.2.1':
resolution: {integrity: sha512-5xko/ZpW2Yc65NVK9Gpfg2y4BFvcF+At7yRT5AHUpTg9JvZ4xZoyuRY4ASlmNcBZjMslV08VRLDrBOmUe2YX3g==}
'@vitest/spy@3.1.4':
resolution: {integrity: sha512-Xg1bXhu+vtPXIodYN369M86K8shGLouNjoVI78g8iAq2rFoHFdajNvJJ5A/9bPMFcfQqdaCpOgWKEoMQg/s0Yg==}
'@vitest/spy@3.2.1':
resolution: {integrity: sha512-Nbfib34Z2rfcJGSetMxjDCznn4pCYPZOtQYox2kzebIJcgH75yheIKd5QYSFmR8DIZf2M8fwOm66qSDIfRFFfQ==}
'@vitest/utils@3.1.4':
resolution: {integrity: sha512-yriMuO1cfFhmiGc8ataN51+9ooHRuURdfAZfwFd3usWynjzpLslZdYnRegTv32qdgtJTsj15FoeZe2g15fY1gg==}
'@vitest/utils@3.2.1':
resolution: {integrity: sha512-KkHlGhePEKZSub5ViknBcN5KEF+u7dSUr9NW8QsVICusUojrgrOnnY3DEWWO877ax2Pyopuk2qHmt+gkNKnBVw==}
assertion-error@2.0.1:
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
@ -322,8 +328,8 @@ packages:
resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==}
engines: {node: '>= 16'}
debug@4.4.0:
resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
debug@4.4.1:
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
engines: {node: '>=6.0'}
peerDependencies:
supports-color: '*'
@ -424,20 +430,20 @@ packages:
tinyexec@0.3.2:
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
tinyglobby@0.2.13:
resolution: {integrity: sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==}
tinyglobby@0.2.14:
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
engines: {node: '>=12.0.0'}
tinypool@1.0.2:
resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==}
tinypool@1.1.0:
resolution: {integrity: sha512-7CotroY9a8DKsKprEy/a14aCCm8jYVmR7aFy4fpkZM8sdpNJbKkixuNjgM50yCmip2ezc8z4N7k3oe2+rfRJCQ==}
engines: {node: ^18.0.0 || >=20.0.0}
tinyrainbow@2.0.0:
resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
engines: {node: '>=14.0.0'}
tinyspy@3.0.2:
resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==}
tinyspy@4.0.3:
resolution: {integrity: sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==}
engines: {node: '>=14.0.0'}
ts-essentials@10.0.4:
@ -456,8 +462,8 @@ packages:
undici-types@6.21.0:
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
vite-node@3.1.4:
resolution: {integrity: sha512-6enNwYnpyDo4hEgytbmc6mYWHXDHYEn0D1/rw4Q+tnHUGtKTJsn8T1YkX6Q18wI5LCrS8CTYlBaiCqxOy2kvUA==}
vite-node@3.2.1:
resolution: {integrity: sha512-V4EyKQPxquurNJPtQJRZo8hKOoKNBRIhxcDbQFPFig0JdoWcUhwRgK8yoCXXrfYVPKS6XwirGHPszLnR8FbjCA==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
@ -507,16 +513,16 @@ packages:
typescript: 3.x || 4.x || 5.x
vitest: '>=3.0.0'
vitest@3.1.4:
resolution: {integrity: sha512-Ta56rT7uWxCSJXlBtKgIlApJnT6e6IGmTYxYcmxjJ4ujuZDI59GUQgVDObXXJujOmPDBYXHK1qmaGtneu6TNIQ==}
vitest@3.2.1:
resolution: {integrity: sha512-VZ40MBnlE1/V5uTgdqY3DmjUgZtIzsYq758JGlyQrv5syIsaYcabkfPkEuWML49Ph0D/SoqpVFd0dyVTr551oA==}
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
hasBin: true
peerDependencies:
'@edge-runtime/vm': '*'
'@types/debug': ^4.1.12
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
'@vitest/browser': 3.1.4
'@vitest/ui': 3.1.4
'@vitest/browser': 3.2.1
'@vitest/ui': 3.2.1
happy-dom: '*'
jsdom: '*'
peerDependenciesMeta:
@ -676,49 +682,56 @@ snapshots:
'@rollup/rollup-win32-x64-msvc@4.34.8':
optional: true
'@types/chai@5.2.2':
dependencies:
'@types/deep-eql': 4.0.2
'@types/deep-eql@4.0.2': {}
'@types/estree@1.0.6': {}
'@types/node@22.15.23':
'@types/node@22.15.29':
dependencies:
undici-types: 6.21.0
'@vitest/expect@3.1.4':
'@vitest/expect@3.2.1':
dependencies:
'@vitest/spy': 3.1.4
'@vitest/utils': 3.1.4
'@types/chai': 5.2.2
'@vitest/spy': 3.2.1
'@vitest/utils': 3.2.1
chai: 5.2.0
tinyrainbow: 2.0.0
'@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.23))':
'@vitest/mocker@3.2.1(vite@6.2.0(@types/node@22.15.29))':
dependencies:
'@vitest/spy': 3.1.4
'@vitest/spy': 3.2.1
estree-walker: 3.0.3
magic-string: 0.30.17
optionalDependencies:
vite: 6.2.0(@types/node@22.15.23)
vite: 6.2.0(@types/node@22.15.29)
'@vitest/pretty-format@3.1.4':
'@vitest/pretty-format@3.2.1':
dependencies:
tinyrainbow: 2.0.0
'@vitest/runner@3.1.4':
'@vitest/runner@3.2.1':
dependencies:
'@vitest/utils': 3.1.4
'@vitest/utils': 3.2.1
pathe: 2.0.3
'@vitest/snapshot@3.1.4':
'@vitest/snapshot@3.2.1':
dependencies:
'@vitest/pretty-format': 3.1.4
'@vitest/pretty-format': 3.2.1
magic-string: 0.30.17
pathe: 2.0.3
'@vitest/spy@3.1.4':
'@vitest/spy@3.2.1':
dependencies:
tinyspy: 3.0.2
tinyspy: 4.0.3
'@vitest/utils@3.1.4':
'@vitest/utils@3.2.1':
dependencies:
'@vitest/pretty-format': 3.1.4
'@vitest/pretty-format': 3.2.1
loupe: 3.1.3
tinyrainbow: 2.0.0
@ -736,7 +749,7 @@ snapshots:
check-error@2.1.1: {}
debug@4.4.0:
debug@4.4.1:
dependencies:
ms: 2.1.3
@ -848,16 +861,16 @@ snapshots:
tinyexec@0.3.2: {}
tinyglobby@0.2.13:
tinyglobby@0.2.14:
dependencies:
fdir: 6.4.4(picomatch@4.0.2)
picomatch: 4.0.2
tinypool@1.0.2: {}
tinypool@1.1.0: {}
tinyrainbow@2.0.0: {}
tinyspy@3.0.2: {}
tinyspy@4.0.3: {}
ts-essentials@10.0.4(typescript@5.8.2):
optionalDependencies:
@ -867,13 +880,13 @@ snapshots:
undici-types@6.21.0: {}
vite-node@3.1.4(@types/node@22.15.23):
vite-node@3.2.1(@types/node@22.15.29):
dependencies:
cac: 6.7.14
debug: 4.4.0
debug: 4.4.1
es-module-lexer: 1.7.0
pathe: 2.0.3
vite: 6.2.0(@types/node@22.15.23)
vite: 6.2.0(@types/node@22.15.29)
transitivePeerDependencies:
- '@types/node'
- jiti
@ -888,46 +901,48 @@ snapshots:
- tsx
- yaml
vite@6.2.0(@types/node@22.15.23):
vite@6.2.0(@types/node@22.15.29):
dependencies:
esbuild: 0.25.0
postcss: 8.5.3
rollup: 4.34.8
optionalDependencies:
'@types/node': 22.15.23
'@types/node': 22.15.29
fsevents: 2.3.3
vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.23)):
vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.2.1(@types/node@22.15.29)):
dependencies:
ts-essentials: 10.0.4(typescript@5.8.2)
typescript: 5.8.2
vitest: 3.1.4(@types/node@22.15.23)
vitest: 3.2.1(@types/node@22.15.29)
vitest@3.1.4(@types/node@22.15.23):
vitest@3.2.1(@types/node@22.15.29):
dependencies:
'@vitest/expect': 3.1.4
'@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.23))
'@vitest/pretty-format': 3.1.4
'@vitest/runner': 3.1.4
'@vitest/snapshot': 3.1.4
'@vitest/spy': 3.1.4
'@vitest/utils': 3.1.4
'@types/chai': 5.2.2
'@vitest/expect': 3.2.1
'@vitest/mocker': 3.2.1(vite@6.2.0(@types/node@22.15.29))
'@vitest/pretty-format': 3.2.1
'@vitest/runner': 3.2.1
'@vitest/snapshot': 3.2.1
'@vitest/spy': 3.2.1
'@vitest/utils': 3.2.1
chai: 5.2.0
debug: 4.4.0
debug: 4.4.1
expect-type: 1.2.1
magic-string: 0.30.17
pathe: 2.0.3
picomatch: 4.0.2
std-env: 3.9.0
tinybench: 2.9.0
tinyexec: 0.3.2
tinyglobby: 0.2.13
tinypool: 1.0.2
tinyglobby: 0.2.14
tinypool: 1.1.0
tinyrainbow: 2.0.0
vite: 6.2.0(@types/node@22.15.23)
vite-node: 3.1.4(@types/node@22.15.23)
vite: 6.2.0(@types/node@22.15.29)
vite-node: 3.2.1(@types/node@22.15.29)
why-is-node-running: 2.3.0
optionalDependencies:
'@types/node': 22.15.23
'@types/node': 22.15.29
transitivePeerDependencies:
- jiti
- less