Compare commits
62 commits
immich-0.5
...
main
Author | SHA1 | Date | |
---|---|---|---|
67d692bdaa | |||
a4117cd560 | |||
![]() |
6b6e1f8d65 | ||
![]() |
fb08ba9c2b | ||
![]() |
b1a8081799 | ||
![]() |
bf224da04d | ||
![]() |
069185b2b9 | ||
![]() |
283ddc1cfe | ||
![]() |
40c7391711 | ||
![]() |
af057882b9 | ||
![]() |
907f2d1c6c | ||
![]() |
fa736054bb | ||
![]() |
9a36bf1c82 | ||
![]() |
e33a31bd9b | ||
![]() |
93c361bec8 | ||
![]() |
1c421a1d4e | ||
![]() |
e27e8b1bc6 | ||
![]() |
692b76f7f7 | ||
![]() |
c8f0df0754 | ||
![]() |
5e80bf9c41 | ||
![]() |
fc4613037c | ||
![]() |
af5b75514a | ||
![]() |
ea51f043b0 | ||
![]() |
715747c9c8 | ||
![]() |
f242232286 | ||
![]() |
43c77d95d3 | ||
![]() |
c692da620a | ||
![]() |
5fd8ee89b2 | ||
![]() |
1a42da071d | ||
![]() |
994cd6ddda | ||
![]() |
f3a23946ee | ||
![]() |
8c7559fd5c | ||
![]() |
4b02f948de | ||
![]() |
96138e221b | ||
![]() |
f7a71df21e | ||
![]() |
c1d3681820 | ||
![]() |
69f9cb0c11 | ||
![]() |
5d909b7b37 | ||
![]() |
6b89f088da | ||
![]() |
e5152f200c | ||
![]() |
067318d9d3 | ||
![]() |
5ab52e0e67 | ||
![]() |
01fcc0c9bd | ||
![]() |
35a9e2a613 | ||
![]() |
685ea72c87 | ||
![]() |
cf2760ff09 | ||
![]() |
fad214ed16 | ||
![]() |
0ecec28059 | ||
![]() |
850d1a9a5e | ||
![]() |
1d53922c99 | ||
![]() |
872c1231cf | ||
![]() |
d94f8d9e8d | ||
![]() |
39a90f09cb | ||
![]() |
d3e6110b1a | ||
![]() |
50d15b2c7b | ||
![]() |
b4dae6c438 | ||
![]() |
0cb7b3055d | ||
![]() |
f3e2ab1fcc | ||
![]() |
f7d56bc654 | ||
![]() |
28ed2fa8dc | ||
![]() |
eef6fbf448 | ||
![]() |
44e93e3196 |
8 changed files with 160 additions and 111 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -10,7 +10,7 @@ concurrency:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# renovate: datasource=node-version depName=node
|
# renovate: datasource=node-version depName=node
|
||||||
NODE_VERSION: 22.14.0
|
NODE_VERSION: 22.16.0
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@ -23,7 +23,7 @@ jobs:
|
||||||
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
|
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
cache: pnpm
|
cache: pnpm
|
||||||
|
|
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
# renovate: datasource=node-version depName=node
|
# renovate: datasource=node-version depName=node
|
||||||
NODE_VERSION: 22.14.0
|
NODE_VERSION: 22.16.0
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
|
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
|
||||||
with:
|
with:
|
||||||
# renovate: datasource=github-releases depName=helm/helm
|
# renovate: datasource=github-releases depName=helm/helm
|
||||||
version: v3.17.2
|
version: v3.18.2
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
id: releaser
|
id: releaser
|
||||||
|
@ -53,7 +53,7 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||||
with:
|
with:
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
node-version: ${{ env.NODE_VERSION }}
|
||||||
|
|
||||||
|
|
|
@ -11,12 +11,14 @@ maintainers:
|
||||||
email: sebastian@poxhofer.at
|
email: sebastian@poxhofer.at
|
||||||
|
|
||||||
type: application
|
type: application
|
||||||
version: 0.5.3
|
version: 0.6.3
|
||||||
# renovate: image=ghcr.io/immich-app/immich-server
|
# renovate: image=ghcr.io/immich-app/immich-server
|
||||||
appVersion: "v1.130.2"
|
appVersion: "v1.134.0"
|
||||||
|
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/category: storage
|
artifacthub.io/category: storage
|
||||||
artifacthub.io/links: |
|
artifacthub.io/links: |
|
||||||
- name: support
|
- name: support
|
||||||
url: https://github.com/secustor/helm-charts/issues
|
url: https://github.com/secustor/helm-charts/issues
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
Immich version update
|
||||||
|
|
|
@ -7,7 +7,7 @@ is targeted at an audience which wants to have some lower level control over the
|
||||||
|
|
||||||
This chart requires:
|
This chart requires:
|
||||||
|
|
||||||
- a PostgreSQL database with `pgvector` or `pgvector.rs` extension installed
|
- a PostgreSQL database with `pgvector` or [`VectorChord`](https://immich.app/docs/administration/postgres-standalone/#migrating-to-vectorchord) extension installed
|
||||||
- a Redis instance
|
- a Redis instance
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
@ -35,7 +35,7 @@ spec:
|
||||||
{{- end }}
|
{{- end }}
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: {{ include "immich.fullname" $ }}
|
name: immich-server
|
||||||
port:
|
port:
|
||||||
number: {{ $.Values.service.port }}
|
number: {{ $.Values.service.port }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
12
package.json
12
package.json
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "helm-charts",
|
"name": "helm-charts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "pnpm@10.7.0",
|
"packageManager": "pnpm@10.11.1",
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "22.14.0",
|
"node": "22.16.0",
|
||||||
"pnpm": "10.7.0"
|
"pnpm": "10.11.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"fix": "pnpm run prettier:fix",
|
"fix": "pnpm run prettier:fix",
|
||||||
|
@ -13,9 +13,9 @@
|
||||||
"prettier:fix": "prettier --write ."
|
"prettier:fix": "prettier --write ."
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "22.13.14",
|
"@types/node": "22.15.29",
|
||||||
"prettier": "3.5.3",
|
"prettier": "3.5.3",
|
||||||
"vitest": "3.0.9",
|
"vitest": "3.2.1",
|
||||||
"vitest-mock-extended": "3.0.1"
|
"vitest-mock-extended": "3.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
227
pnpm-lock.yaml
generated
227
pnpm-lock.yaml
generated
|
@ -9,17 +9,17 @@ importers:
|
||||||
.:
|
.:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: 22.13.14
|
specifier: 22.15.29
|
||||||
version: 22.13.14
|
version: 22.15.29
|
||||||
prettier:
|
prettier:
|
||||||
specifier: 3.5.3
|
specifier: 3.5.3
|
||||||
version: 3.5.3
|
version: 3.5.3
|
||||||
vitest:
|
vitest:
|
||||||
specifier: 3.0.9
|
specifier: 3.2.1
|
||||||
version: 3.0.9(@types/node@22.13.14)
|
version: 3.2.1(@types/node@22.15.29)
|
||||||
vitest-mock-extended:
|
vitest-mock-extended:
|
||||||
specifier: 3.0.1
|
specifier: 3.1.0
|
||||||
version: 3.0.1(typescript@5.8.2)(vitest@3.0.9(@types/node@22.13.14))
|
version: 3.1.0(typescript@5.8.2)(vitest@3.2.1(@types/node@22.15.29))
|
||||||
|
|
||||||
packages:
|
packages:
|
||||||
|
|
||||||
|
@ -271,40 +271,46 @@ packages:
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
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':
|
'@types/estree@1.0.6':
|
||||||
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
|
resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==}
|
||||||
|
|
||||||
'@types/node@22.13.14':
|
'@types/node@22.15.29':
|
||||||
resolution: {integrity: sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==}
|
resolution: {integrity: sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==}
|
||||||
|
|
||||||
'@vitest/expect@3.0.9':
|
'@vitest/expect@3.2.1':
|
||||||
resolution: {integrity: sha512-5eCqRItYgIML7NNVgJj6TVCmdzE7ZVgJhruW0ziSQV4V7PvLkDL1bBkBdcTs/VuIz0IxPb5da1IDSqc1TR9eig==}
|
resolution: {integrity: sha512-FqS/BnDOzV6+IpxrTg5GQRyLOCtcJqkwMwcS8qGCI2IyRVDwPAtutztaf1CjtPHlZlWtl1yUPCd7HM0cNiDOYw==}
|
||||||
|
|
||||||
'@vitest/mocker@3.0.9':
|
'@vitest/mocker@3.2.1':
|
||||||
resolution: {integrity: sha512-ryERPIBOnvevAkTq+L1lD+DTFBRcjueL9lOUfXsLfwP92h4e+Heb+PjiqS3/OURWPtywfafK0kj++yDFjWUmrA==}
|
resolution: {integrity: sha512-OXxMJnx1lkB+Vl65Re5BrsZEHc90s5NMjD23ZQ9NlU7f7nZiETGoX4NeKZSmsKjseuMq2uOYXdLOeoM0pJU+qw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
msw: ^2.4.9
|
msw: ^2.4.9
|
||||||
vite: ^5.0.0 || ^6.0.0
|
vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
msw:
|
msw:
|
||||||
optional: true
|
optional: true
|
||||||
vite:
|
vite:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@vitest/pretty-format@3.0.9':
|
'@vitest/pretty-format@3.2.1':
|
||||||
resolution: {integrity: sha512-OW9F8t2J3AwFEwENg3yMyKWweF7oRJlMyHOMIhO5F3n0+cgQAJZBjNgrF8dLwFTEXl5jUqBLXd9QyyKv8zEcmA==}
|
resolution: {integrity: sha512-xBh1X2GPlOGBupp6E1RcUQWIxw0w/hRLd3XyBS6H+dMdKTAqHDNsIR2AnJwPA3yYe9DFy3VUKTe3VRTrAiQ01g==}
|
||||||
|
|
||||||
'@vitest/runner@3.0.9':
|
'@vitest/runner@3.2.1':
|
||||||
resolution: {integrity: sha512-NX9oUXgF9HPfJSwl8tUZCMP1oGx2+Sf+ru6d05QjzQz4OwWg0psEzwY6VexP2tTHWdOkhKHUIZH+fS6nA7jfOw==}
|
resolution: {integrity: sha512-kygXhNTu/wkMYbwYpS3z/9tBe0O8qpdBuC3dD/AW9sWa0LE/DAZEjnHtWA9sIad7lpD4nFW1yQ+zN7mEKNH3yA==}
|
||||||
|
|
||||||
'@vitest/snapshot@3.0.9':
|
'@vitest/snapshot@3.2.1':
|
||||||
resolution: {integrity: sha512-AiLUiuZ0FuA+/8i19mTYd+re5jqjEc2jZbgJ2up0VY0Ddyyxg/uUtBDpIFAy4uzKaQxOW8gMgBdAJJ2ydhu39A==}
|
resolution: {integrity: sha512-5xko/ZpW2Yc65NVK9Gpfg2y4BFvcF+At7yRT5AHUpTg9JvZ4xZoyuRY4ASlmNcBZjMslV08VRLDrBOmUe2YX3g==}
|
||||||
|
|
||||||
'@vitest/spy@3.0.9':
|
'@vitest/spy@3.2.1':
|
||||||
resolution: {integrity: sha512-/CcK2UDl0aQ2wtkp3YVWldrpLRNCfVcIOFGlVGKO4R5eajsH393Z1yiXLVQ7vWsj26JOEjeZI0x5sm5P4OGUNQ==}
|
resolution: {integrity: sha512-Nbfib34Z2rfcJGSetMxjDCznn4pCYPZOtQYox2kzebIJcgH75yheIKd5QYSFmR8DIZf2M8fwOm66qSDIfRFFfQ==}
|
||||||
|
|
||||||
'@vitest/utils@3.0.9':
|
'@vitest/utils@3.2.1':
|
||||||
resolution: {integrity: sha512-ilHM5fHhZ89MCp5aAaM9uhfl1c2JdxVxl3McqsdVyVNN6JffnEen8UMCdRTzOhGXNQGo5GNL9QugHrz727Wnng==}
|
resolution: {integrity: sha512-KkHlGhePEKZSub5ViknBcN5KEF+u7dSUr9NW8QsVICusUojrgrOnnY3DEWWO877ax2Pyopuk2qHmt+gkNKnBVw==}
|
||||||
|
|
||||||
assertion-error@2.0.1:
|
assertion-error@2.0.1:
|
||||||
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==}
|
||||||
|
@ -322,8 +328,8 @@ packages:
|
||||||
resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==}
|
resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==}
|
||||||
engines: {node: '>= 16'}
|
engines: {node: '>= 16'}
|
||||||
|
|
||||||
debug@4.4.0:
|
debug@4.4.1:
|
||||||
resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==}
|
resolution: {integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==}
|
||||||
engines: {node: '>=6.0'}
|
engines: {node: '>=6.0'}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
supports-color: '*'
|
supports-color: '*'
|
||||||
|
@ -335,8 +341,8 @@ packages:
|
||||||
resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
|
resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
|
|
||||||
es-module-lexer@1.6.0:
|
es-module-lexer@1.7.0:
|
||||||
resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==}
|
resolution: {integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==}
|
||||||
|
|
||||||
esbuild@0.25.0:
|
esbuild@0.25.0:
|
||||||
resolution: {integrity: sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==}
|
resolution: {integrity: sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==}
|
||||||
|
@ -346,10 +352,18 @@ packages:
|
||||||
estree-walker@3.0.3:
|
estree-walker@3.0.3:
|
||||||
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==}
|
||||||
|
|
||||||
expect-type@1.2.0:
|
expect-type@1.2.1:
|
||||||
resolution: {integrity: sha512-80F22aiJ3GLyVnS/B3HzgR6RelZVumzj9jkL0Rhz4h0xYbNW9PjlQz5h3J/SShErbXBc295vseR4/MIbVmUbeA==}
|
resolution: {integrity: sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==}
|
||||||
engines: {node: '>=12.0.0'}
|
engines: {node: '>=12.0.0'}
|
||||||
|
|
||||||
|
fdir@6.4.4:
|
||||||
|
resolution: {integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==}
|
||||||
|
peerDependencies:
|
||||||
|
picomatch: ^3 || ^4
|
||||||
|
peerDependenciesMeta:
|
||||||
|
picomatch:
|
||||||
|
optional: true
|
||||||
|
|
||||||
fsevents@2.3.3:
|
fsevents@2.3.3:
|
||||||
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==}
|
||||||
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0}
|
||||||
|
@ -379,6 +393,10 @@ packages:
|
||||||
picocolors@1.1.1:
|
picocolors@1.1.1:
|
||||||
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
||||||
|
|
||||||
|
picomatch@4.0.2:
|
||||||
|
resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==}
|
||||||
|
engines: {node: '>=12'}
|
||||||
|
|
||||||
postcss@8.5.3:
|
postcss@8.5.3:
|
||||||
resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
|
resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
|
||||||
engines: {node: ^10 || ^12 || >=14}
|
engines: {node: ^10 || ^12 || >=14}
|
||||||
|
@ -403,8 +421,8 @@ packages:
|
||||||
stackback@0.0.2:
|
stackback@0.0.2:
|
||||||
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==}
|
||||||
|
|
||||||
std-env@3.8.0:
|
std-env@3.9.0:
|
||||||
resolution: {integrity: sha512-Bc3YwwCB+OzldMxOXJIIvC6cPRWr/LxOp48CdQTOkPyk/t4JWWJbrilwBd7RJzKV8QW7tJkcgAmeuLLJugl5/w==}
|
resolution: {integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw==}
|
||||||
|
|
||||||
tinybench@2.9.0:
|
tinybench@2.9.0:
|
||||||
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==}
|
||||||
|
@ -412,16 +430,20 @@ packages:
|
||||||
tinyexec@0.3.2:
|
tinyexec@0.3.2:
|
||||||
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==}
|
||||||
|
|
||||||
tinypool@1.0.2:
|
tinyglobby@0.2.14:
|
||||||
resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==}
|
resolution: {integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==}
|
||||||
|
engines: {node: '>=12.0.0'}
|
||||||
|
|
||||||
|
tinypool@1.1.0:
|
||||||
|
resolution: {integrity: sha512-7CotroY9a8DKsKprEy/a14aCCm8jYVmR7aFy4fpkZM8sdpNJbKkixuNjgM50yCmip2ezc8z4N7k3oe2+rfRJCQ==}
|
||||||
engines: {node: ^18.0.0 || >=20.0.0}
|
engines: {node: ^18.0.0 || >=20.0.0}
|
||||||
|
|
||||||
tinyrainbow@2.0.0:
|
tinyrainbow@2.0.0:
|
||||||
resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
|
resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==}
|
||||||
engines: {node: '>=14.0.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
|
|
||||||
tinyspy@3.0.2:
|
tinyspy@4.0.3:
|
||||||
resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==}
|
resolution: {integrity: sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A==}
|
||||||
engines: {node: '>=14.0.0'}
|
engines: {node: '>=14.0.0'}
|
||||||
|
|
||||||
ts-essentials@10.0.4:
|
ts-essentials@10.0.4:
|
||||||
|
@ -437,11 +459,11 @@ packages:
|
||||||
engines: {node: '>=14.17'}
|
engines: {node: '>=14.17'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
undici-types@6.20.0:
|
undici-types@6.21.0:
|
||||||
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
|
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
||||||
|
|
||||||
vite-node@3.0.9:
|
vite-node@3.2.1:
|
||||||
resolution: {integrity: sha512-w3Gdx7jDcuT9cNn9jExXgOyKmf5UOTb6WMHz8LGAm54eS1Elf5OuBhCxl6zJxGhEeIkgsE1WbHuoL0mj/UXqXg==}
|
resolution: {integrity: sha512-V4EyKQPxquurNJPtQJRZo8hKOoKNBRIhxcDbQFPFig0JdoWcUhwRgK8yoCXXrfYVPKS6XwirGHPszLnR8FbjCA==}
|
||||||
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
@ -485,22 +507,22 @@ packages:
|
||||||
yaml:
|
yaml:
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
vitest-mock-extended@3.0.1:
|
vitest-mock-extended@3.1.0:
|
||||||
resolution: {integrity: sha512-VI7CRRvIi+MbAsqdGTxp3K+eiY7BR1zrVflZ5DBrFUXPjRZRgxXajlYdNyIu3v1bb5ZfdLANXwZ9i/RfVMfS6A==}
|
resolution: {integrity: sha512-vCM0VkuocOUBwwqwV7JB7YStw07pqeKvEIrZnR8l3PtwYi6rAAJAyJACeC1UYNfbQWi85nz7EdiXWBFI5hll2g==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
typescript: 3.x || 4.x || 5.x
|
typescript: 3.x || 4.x || 5.x
|
||||||
vitest: '>=3.0.0'
|
vitest: '>=3.0.0'
|
||||||
|
|
||||||
vitest@3.0.9:
|
vitest@3.2.1:
|
||||||
resolution: {integrity: sha512-BbcFDqNyBlfSpATmTtXOAOj71RNKDDvjBM/uPfnxxVGrG+FSH2RQIwgeEngTaTkuU/h0ScFvf+tRcKfYXzBybQ==}
|
resolution: {integrity: sha512-VZ40MBnlE1/V5uTgdqY3DmjUgZtIzsYq758JGlyQrv5syIsaYcabkfPkEuWML49Ph0D/SoqpVFd0dyVTr551oA==}
|
||||||
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@edge-runtime/vm': '*'
|
'@edge-runtime/vm': '*'
|
||||||
'@types/debug': ^4.1.12
|
'@types/debug': ^4.1.12
|
||||||
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
|
'@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0
|
||||||
'@vitest/browser': 3.0.9
|
'@vitest/browser': 3.2.1
|
||||||
'@vitest/ui': 3.0.9
|
'@vitest/ui': 3.2.1
|
||||||
happy-dom: '*'
|
happy-dom: '*'
|
||||||
jsdom: '*'
|
jsdom: '*'
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
|
@ -660,49 +682,56 @@ snapshots:
|
||||||
'@rollup/rollup-win32-x64-msvc@4.34.8':
|
'@rollup/rollup-win32-x64-msvc@4.34.8':
|
||||||
optional: true
|
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/estree@1.0.6': {}
|
||||||
|
|
||||||
'@types/node@22.13.14':
|
'@types/node@22.15.29':
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 6.20.0
|
undici-types: 6.21.0
|
||||||
|
|
||||||
'@vitest/expect@3.0.9':
|
'@vitest/expect@3.2.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/spy': 3.0.9
|
'@types/chai': 5.2.2
|
||||||
'@vitest/utils': 3.0.9
|
'@vitest/spy': 3.2.1
|
||||||
|
'@vitest/utils': 3.2.1
|
||||||
chai: 5.2.0
|
chai: 5.2.0
|
||||||
tinyrainbow: 2.0.0
|
tinyrainbow: 2.0.0
|
||||||
|
|
||||||
'@vitest/mocker@3.0.9(vite@6.2.0(@types/node@22.13.14))':
|
'@vitest/mocker@3.2.1(vite@6.2.0(@types/node@22.15.29))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/spy': 3.0.9
|
'@vitest/spy': 3.2.1
|
||||||
estree-walker: 3.0.3
|
estree-walker: 3.0.3
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.17
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
vite: 6.2.0(@types/node@22.13.14)
|
vite: 6.2.0(@types/node@22.15.29)
|
||||||
|
|
||||||
'@vitest/pretty-format@3.0.9':
|
'@vitest/pretty-format@3.2.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
tinyrainbow: 2.0.0
|
tinyrainbow: 2.0.0
|
||||||
|
|
||||||
'@vitest/runner@3.0.9':
|
'@vitest/runner@3.2.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/utils': 3.0.9
|
'@vitest/utils': 3.2.1
|
||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
|
|
||||||
'@vitest/snapshot@3.0.9':
|
'@vitest/snapshot@3.2.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/pretty-format': 3.0.9
|
'@vitest/pretty-format': 3.2.1
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.17
|
||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
|
|
||||||
'@vitest/spy@3.0.9':
|
'@vitest/spy@3.2.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
tinyspy: 3.0.2
|
tinyspy: 4.0.3
|
||||||
|
|
||||||
'@vitest/utils@3.0.9':
|
'@vitest/utils@3.2.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/pretty-format': 3.0.9
|
'@vitest/pretty-format': 3.2.1
|
||||||
loupe: 3.1.3
|
loupe: 3.1.3
|
||||||
tinyrainbow: 2.0.0
|
tinyrainbow: 2.0.0
|
||||||
|
|
||||||
|
@ -720,13 +749,13 @@ snapshots:
|
||||||
|
|
||||||
check-error@2.1.1: {}
|
check-error@2.1.1: {}
|
||||||
|
|
||||||
debug@4.4.0:
|
debug@4.4.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
ms: 2.1.3
|
ms: 2.1.3
|
||||||
|
|
||||||
deep-eql@5.0.2: {}
|
deep-eql@5.0.2: {}
|
||||||
|
|
||||||
es-module-lexer@1.6.0: {}
|
es-module-lexer@1.7.0: {}
|
||||||
|
|
||||||
esbuild@0.25.0:
|
esbuild@0.25.0:
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
|
@ -760,7 +789,11 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/estree': 1.0.6
|
'@types/estree': 1.0.6
|
||||||
|
|
||||||
expect-type@1.2.0: {}
|
expect-type@1.2.1: {}
|
||||||
|
|
||||||
|
fdir@6.4.4(picomatch@4.0.2):
|
||||||
|
optionalDependencies:
|
||||||
|
picomatch: 4.0.2
|
||||||
|
|
||||||
fsevents@2.3.3:
|
fsevents@2.3.3:
|
||||||
optional: true
|
optional: true
|
||||||
|
@ -781,6 +814,8 @@ snapshots:
|
||||||
|
|
||||||
picocolors@1.1.1: {}
|
picocolors@1.1.1: {}
|
||||||
|
|
||||||
|
picomatch@4.0.2: {}
|
||||||
|
|
||||||
postcss@8.5.3:
|
postcss@8.5.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid: 3.3.8
|
nanoid: 3.3.8
|
||||||
|
@ -820,17 +855,22 @@ snapshots:
|
||||||
|
|
||||||
stackback@0.0.2: {}
|
stackback@0.0.2: {}
|
||||||
|
|
||||||
std-env@3.8.0: {}
|
std-env@3.9.0: {}
|
||||||
|
|
||||||
tinybench@2.9.0: {}
|
tinybench@2.9.0: {}
|
||||||
|
|
||||||
tinyexec@0.3.2: {}
|
tinyexec@0.3.2: {}
|
||||||
|
|
||||||
tinypool@1.0.2: {}
|
tinyglobby@0.2.14:
|
||||||
|
dependencies:
|
||||||
|
fdir: 6.4.4(picomatch@4.0.2)
|
||||||
|
picomatch: 4.0.2
|
||||||
|
|
||||||
|
tinypool@1.1.0: {}
|
||||||
|
|
||||||
tinyrainbow@2.0.0: {}
|
tinyrainbow@2.0.0: {}
|
||||||
|
|
||||||
tinyspy@3.0.2: {}
|
tinyspy@4.0.3: {}
|
||||||
|
|
||||||
ts-essentials@10.0.4(typescript@5.8.2):
|
ts-essentials@10.0.4(typescript@5.8.2):
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
|
@ -838,15 +878,15 @@ snapshots:
|
||||||
|
|
||||||
typescript@5.8.2: {}
|
typescript@5.8.2: {}
|
||||||
|
|
||||||
undici-types@6.20.0: {}
|
undici-types@6.21.0: {}
|
||||||
|
|
||||||
vite-node@3.0.9(@types/node@22.13.14):
|
vite-node@3.2.1(@types/node@22.15.29):
|
||||||
dependencies:
|
dependencies:
|
||||||
cac: 6.7.14
|
cac: 6.7.14
|
||||||
debug: 4.4.0
|
debug: 4.4.1
|
||||||
es-module-lexer: 1.6.0
|
es-module-lexer: 1.7.0
|
||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
vite: 6.2.0(@types/node@22.13.14)
|
vite: 6.2.0(@types/node@22.15.29)
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@types/node'
|
- '@types/node'
|
||||||
- jiti
|
- jiti
|
||||||
|
@ -861,45 +901,48 @@ snapshots:
|
||||||
- tsx
|
- tsx
|
||||||
- yaml
|
- yaml
|
||||||
|
|
||||||
vite@6.2.0(@types/node@22.13.14):
|
vite@6.2.0(@types/node@22.15.29):
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.25.0
|
esbuild: 0.25.0
|
||||||
postcss: 8.5.3
|
postcss: 8.5.3
|
||||||
rollup: 4.34.8
|
rollup: 4.34.8
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 22.13.14
|
'@types/node': 22.15.29
|
||||||
fsevents: 2.3.3
|
fsevents: 2.3.3
|
||||||
|
|
||||||
vitest-mock-extended@3.0.1(typescript@5.8.2)(vitest@3.0.9(@types/node@22.13.14)):
|
vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.2.1(@types/node@22.15.29)):
|
||||||
dependencies:
|
dependencies:
|
||||||
ts-essentials: 10.0.4(typescript@5.8.2)
|
ts-essentials: 10.0.4(typescript@5.8.2)
|
||||||
typescript: 5.8.2
|
typescript: 5.8.2
|
||||||
vitest: 3.0.9(@types/node@22.13.14)
|
vitest: 3.2.1(@types/node@22.15.29)
|
||||||
|
|
||||||
vitest@3.0.9(@types/node@22.13.14):
|
vitest@3.2.1(@types/node@22.15.29):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vitest/expect': 3.0.9
|
'@types/chai': 5.2.2
|
||||||
'@vitest/mocker': 3.0.9(vite@6.2.0(@types/node@22.13.14))
|
'@vitest/expect': 3.2.1
|
||||||
'@vitest/pretty-format': 3.0.9
|
'@vitest/mocker': 3.2.1(vite@6.2.0(@types/node@22.15.29))
|
||||||
'@vitest/runner': 3.0.9
|
'@vitest/pretty-format': 3.2.1
|
||||||
'@vitest/snapshot': 3.0.9
|
'@vitest/runner': 3.2.1
|
||||||
'@vitest/spy': 3.0.9
|
'@vitest/snapshot': 3.2.1
|
||||||
'@vitest/utils': 3.0.9
|
'@vitest/spy': 3.2.1
|
||||||
|
'@vitest/utils': 3.2.1
|
||||||
chai: 5.2.0
|
chai: 5.2.0
|
||||||
debug: 4.4.0
|
debug: 4.4.1
|
||||||
expect-type: 1.2.0
|
expect-type: 1.2.1
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.17
|
||||||
pathe: 2.0.3
|
pathe: 2.0.3
|
||||||
std-env: 3.8.0
|
picomatch: 4.0.2
|
||||||
|
std-env: 3.9.0
|
||||||
tinybench: 2.9.0
|
tinybench: 2.9.0
|
||||||
tinyexec: 0.3.2
|
tinyexec: 0.3.2
|
||||||
tinypool: 1.0.2
|
tinyglobby: 0.2.14
|
||||||
|
tinypool: 1.1.0
|
||||||
tinyrainbow: 2.0.0
|
tinyrainbow: 2.0.0
|
||||||
vite: 6.2.0(@types/node@22.13.14)
|
vite: 6.2.0(@types/node@22.15.29)
|
||||||
vite-node: 3.0.9(@types/node@22.13.14)
|
vite-node: 3.2.1(@types/node@22.15.29)
|
||||||
why-is-node-running: 2.3.0
|
why-is-node-running: 2.3.0
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 22.13.14
|
'@types/node': 22.15.29
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- jiti
|
- jiti
|
||||||
- less
|
- less
|
||||||
|
|
|
@ -4,10 +4,14 @@
|
||||||
"github>secustor/renovate-config",
|
"github>secustor/renovate-config",
|
||||||
"customManagers:helmChartYamlAppVersions",
|
"customManagers:helmChartYamlAppVersions",
|
||||||
],
|
],
|
||||||
helmv3: {
|
|
||||||
// bump chart version if the appVersion changes
|
bumpVersions: [
|
||||||
bumpVersion: "minor",
|
{
|
||||||
},
|
filePatterns: ["{{packageFileDir}}/Chart.{yaml,yml}"],
|
||||||
|
matchStrings: ["version:\\s(?<version>[^\\s]+)"],
|
||||||
|
bumpType: "{{#if isMajor}}major{{else}}patch{{/if}}",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
customManagers: [
|
customManagers: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue