From e27e8b1bc6e683c061a8b3a127e95e4a583e8861 Mon Sep 17 00:00:00 2001 From: Sebastian Poxhofer Date: Mon, 26 May 2025 01:08:58 +0200 Subject: [PATCH 01/17] ci: fix unsupported link by ArtifactHub.io (#96) --- charts/immich/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/immich/Chart.yaml b/charts/immich/Chart.yaml index e570356..8f40bb2 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -22,4 +22,4 @@ annotations: 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. https://github.com/immich-app/immich/releases/tag/v1.133.0 + - 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. From 1c421a1d4e5ae7a04e12c346540b6c19c7601f15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 20:52:18 +0000 Subject: [PATCH 02/17] chore(deps): update dependency @types/node to v22.15.23 (#97) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 2b0c4b9..6ea89af 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "prettier:fix": "prettier --write ." }, "devDependencies": { - "@types/node": "22.15.21", + "@types/node": "22.15.23", "prettier": "3.5.3", "vitest": "3.1.4", "vitest-mock-extended": "3.1.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6b326eb..4e7f6ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,17 +9,17 @@ importers: .: devDependencies: '@types/node': - specifier: 22.15.21 - version: 22.15.21 + specifier: 22.15.23 + version: 22.15.23 prettier: specifier: 3.5.3 version: 3.5.3 vitest: specifier: 3.1.4 - version: 3.1.4(@types/node@22.15.21) + version: 3.1.4(@types/node@22.15.23) vitest-mock-extended: specifier: 3.1.0 - version: 3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.21)) + version: 3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.23)) packages: @@ -274,8 +274,8 @@ packages: '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/node@22.15.21': - resolution: {integrity: sha512-EV/37Td6c+MgKAbkcLG6vqZ2zEYHD7bvSrzqqs2RIhbA6w3x+Dqz8MZM3sP6kGTeLrdoOgKZe+Xja7tUB2DNkQ==} + '@types/node@22.15.23': + resolution: {integrity: sha512-7Ec1zaFPF4RJ0eXu1YT/xgiebqwqoJz8rYPDi/O2BcZ++Wpt0Kq9cl0eg6NN6bYbPnR67ZLo7St5Q3UK0SnARw==} '@vitest/expect@3.1.4': resolution: {integrity: sha512-xkD/ljeliyaClDYqHPNCiJ0plY5YIcM0OlRiZizLhlPmpXWpxnGMyTZXOHFhFeG7w9P5PBeL4IdtJ/HeQwTbQA==} @@ -678,7 +678,7 @@ snapshots: '@types/estree@1.0.6': {} - '@types/node@22.15.21': + '@types/node@22.15.23': dependencies: undici-types: 6.21.0 @@ -689,13 +689,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.21))': + '@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.23))': dependencies: '@vitest/spy': 3.1.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.0(@types/node@22.15.21) + vite: 6.2.0(@types/node@22.15.23) '@vitest/pretty-format@3.1.4': dependencies: @@ -867,13 +867,13 @@ snapshots: undici-types@6.21.0: {} - vite-node@3.1.4(@types/node@22.15.21): + vite-node@3.1.4(@types/node@22.15.23): dependencies: cac: 6.7.14 debug: 4.4.0 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.2.0(@types/node@22.15.21) + vite: 6.2.0(@types/node@22.15.23) transitivePeerDependencies: - '@types/node' - jiti @@ -888,25 +888,25 @@ snapshots: - tsx - yaml - vite@6.2.0(@types/node@22.15.21): + vite@6.2.0(@types/node@22.15.23): dependencies: esbuild: 0.25.0 postcss: 8.5.3 rollup: 4.34.8 optionalDependencies: - '@types/node': 22.15.21 + '@types/node': 22.15.23 fsevents: 2.3.3 - vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.21)): + vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.23)): dependencies: ts-essentials: 10.0.4(typescript@5.8.2) typescript: 5.8.2 - vitest: 3.1.4(@types/node@22.15.21) + vitest: 3.1.4(@types/node@22.15.23) - vitest@3.1.4(@types/node@22.15.21): + vitest@3.1.4(@types/node@22.15.23): dependencies: '@vitest/expect': 3.1.4 - '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.21)) + '@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 @@ -923,11 +923,11 @@ snapshots: tinyglobby: 0.2.13 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.0(@types/node@22.15.21) - vite-node: 3.1.4(@types/node@22.15.21) + vite: 6.2.0(@types/node@22.15.23) + vite-node: 3.1.4(@types/node@22.15.23) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.15.21 + '@types/node': 22.15.23 transitivePeerDependencies: - jiti - less From 93c361bec8de6c2793a616bbfbd2eeadfedc9ac0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 21:45:46 +0000 Subject: [PATCH 03/17] chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1.134.0 (#98) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- charts/immich/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/immich/Chart.yaml b/charts/immich/Chart.yaml index 8f40bb2..7722991 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -11,9 +11,9 @@ maintainers: email: sebastian@poxhofer.at type: application -version: 0.6.0 +version: 0.6.1 # renovate: image=ghcr.io/immich-app/immich-server -appVersion: "v1.133.1" +appVersion: "v1.134.0" annotations: artifacthub.io/category: storage From e33a31bd9b3476097e8c164dbdd72c17617aaf5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 May 2025 19:44:21 +0000 Subject: [PATCH 04/17] chore(deps): update dependency @types/node to v22.15.24 (#99) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 6ea89af..b00aa7f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "prettier:fix": "prettier --write ." }, "devDependencies": { - "@types/node": "22.15.23", + "@types/node": "22.15.24", "prettier": "3.5.3", "vitest": "3.1.4", "vitest-mock-extended": "3.1.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4e7f6ad..b6c241a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,17 +9,17 @@ importers: .: devDependencies: '@types/node': - specifier: 22.15.23 - version: 22.15.23 + specifier: 22.15.24 + version: 22.15.24 prettier: specifier: 3.5.3 version: 3.5.3 vitest: specifier: 3.1.4 - version: 3.1.4(@types/node@22.15.23) + version: 3.1.4(@types/node@22.15.24) 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.1.4(@types/node@22.15.24)) packages: @@ -274,8 +274,8 @@ packages: '@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.24': + resolution: {integrity: sha512-w9CZGm9RDjzTh/D+hFwlBJ3ziUaVw7oufKA3vOFSOZlzmW9AkZnfjPb+DLnrV6qtgL/LNmP0/2zBNCFHL3F0ng==} '@vitest/expect@3.1.4': resolution: {integrity: sha512-xkD/ljeliyaClDYqHPNCiJ0plY5YIcM0OlRiZizLhlPmpXWpxnGMyTZXOHFhFeG7w9P5PBeL4IdtJ/HeQwTbQA==} @@ -678,7 +678,7 @@ snapshots: '@types/estree@1.0.6': {} - '@types/node@22.15.23': + '@types/node@22.15.24': dependencies: undici-types: 6.21.0 @@ -689,13 +689,13 @@ snapshots: 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.1.4(vite@6.2.0(@types/node@22.15.24))': dependencies: '@vitest/spy': 3.1.4 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.24) '@vitest/pretty-format@3.1.4': dependencies: @@ -867,13 +867,13 @@ snapshots: undici-types@6.21.0: {} - vite-node@3.1.4(@types/node@22.15.23): + vite-node@3.1.4(@types/node@22.15.24): dependencies: cac: 6.7.14 debug: 4.4.0 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.24) transitivePeerDependencies: - '@types/node' - jiti @@ -888,25 +888,25 @@ snapshots: - tsx - yaml - vite@6.2.0(@types/node@22.15.23): + vite@6.2.0(@types/node@22.15.24): dependencies: esbuild: 0.25.0 postcss: 8.5.3 rollup: 4.34.8 optionalDependencies: - '@types/node': 22.15.23 + '@types/node': 22.15.24 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.1.4(@types/node@22.15.24)): 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.1.4(@types/node@22.15.24) - vitest@3.1.4(@types/node@22.15.23): + vitest@3.1.4(@types/node@22.15.24): dependencies: '@vitest/expect': 3.1.4 - '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.23)) + '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.24)) '@vitest/pretty-format': 3.1.4 '@vitest/runner': 3.1.4 '@vitest/snapshot': 3.1.4 @@ -923,11 +923,11 @@ snapshots: tinyglobby: 0.2.13 tinypool: 1.0.2 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.24) + vite-node: 3.1.4(@types/node@22.15.24) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.15.23 + '@types/node': 22.15.24 transitivePeerDependencies: - jiti - less From 9a36bf1c8246cbe8a2c6240dda45c4388c03f6ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 08:35:36 +0200 Subject: [PATCH 05/17] chore(deps): update dependency helm/helm to v3.18.1 (#100) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index adf1b4f..3830ece 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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.1 - name: Run chart-releaser id: releaser From fa736054bb929cf47a2bd86b10f6e2c056114489 Mon Sep 17 00:00:00 2001 From: Sebastian Poxhofer Date: Thu, 29 May 2025 17:48:09 +0200 Subject: [PATCH 06/17] ci: fix unsupported codeblock by ArtifactHub.io (#101) --- charts/immich/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/immich/Chart.yaml b/charts/immich/Chart.yaml index 7722991..a90d57c 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -22,4 +22,4 @@ annotations: 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. + - 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. From 907f2d1c6ceef898220a7c4318d73855d7dcf62d Mon Sep 17 00:00:00 2001 From: Sebastian Poxhofer Date: Thu, 29 May 2025 18:40:29 +0200 Subject: [PATCH 07/17] ci: fix unsupported minus by ArtifactHub.io (#102) --- charts/immich/Chart.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/immich/Chart.yaml b/charts/immich/Chart.yaml index a90d57c..a4ab668 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -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 From af057882b971cc2f27a67a25a0ba66dd6018bdca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 03:15:51 +0000 Subject: [PATCH 08/17] chore(deps): update dependency @types/node to v22.15.26 (#103) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index b00aa7f..63c5e13 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "prettier:fix": "prettier --write ." }, "devDependencies": { - "@types/node": "22.15.24", + "@types/node": "22.15.26", "prettier": "3.5.3", "vitest": "3.1.4", "vitest-mock-extended": "3.1.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b6c241a..976a963 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,17 +9,17 @@ importers: .: devDependencies: '@types/node': - specifier: 22.15.24 - version: 22.15.24 + specifier: 22.15.26 + version: 22.15.26 prettier: specifier: 3.5.3 version: 3.5.3 vitest: specifier: 3.1.4 - version: 3.1.4(@types/node@22.15.24) + version: 3.1.4(@types/node@22.15.26) vitest-mock-extended: specifier: 3.1.0 - version: 3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.24)) + version: 3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.26)) packages: @@ -274,8 +274,8 @@ packages: '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/node@22.15.24': - resolution: {integrity: sha512-w9CZGm9RDjzTh/D+hFwlBJ3ziUaVw7oufKA3vOFSOZlzmW9AkZnfjPb+DLnrV6qtgL/LNmP0/2zBNCFHL3F0ng==} + '@types/node@22.15.26': + resolution: {integrity: sha512-lgISkNrqdQ5DAzjBhnDNGKDuXDNo7/1V4FhNzsKREhWLZTOELQAptuAnJMzHtUl1qyEBBy9lNBKQ9WjyiSloTw==} '@vitest/expect@3.1.4': resolution: {integrity: sha512-xkD/ljeliyaClDYqHPNCiJ0plY5YIcM0OlRiZizLhlPmpXWpxnGMyTZXOHFhFeG7w9P5PBeL4IdtJ/HeQwTbQA==} @@ -678,7 +678,7 @@ snapshots: '@types/estree@1.0.6': {} - '@types/node@22.15.24': + '@types/node@22.15.26': dependencies: undici-types: 6.21.0 @@ -689,13 +689,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.24))': + '@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.26))': dependencies: '@vitest/spy': 3.1.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.0(@types/node@22.15.24) + vite: 6.2.0(@types/node@22.15.26) '@vitest/pretty-format@3.1.4': dependencies: @@ -867,13 +867,13 @@ snapshots: undici-types@6.21.0: {} - vite-node@3.1.4(@types/node@22.15.24): + vite-node@3.1.4(@types/node@22.15.26): dependencies: cac: 6.7.14 debug: 4.4.0 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.2.0(@types/node@22.15.24) + vite: 6.2.0(@types/node@22.15.26) transitivePeerDependencies: - '@types/node' - jiti @@ -888,25 +888,25 @@ snapshots: - tsx - yaml - vite@6.2.0(@types/node@22.15.24): + vite@6.2.0(@types/node@22.15.26): dependencies: esbuild: 0.25.0 postcss: 8.5.3 rollup: 4.34.8 optionalDependencies: - '@types/node': 22.15.24 + '@types/node': 22.15.26 fsevents: 2.3.3 - vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.24)): + vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.26)): dependencies: ts-essentials: 10.0.4(typescript@5.8.2) typescript: 5.8.2 - vitest: 3.1.4(@types/node@22.15.24) + vitest: 3.1.4(@types/node@22.15.26) - vitest@3.1.4(@types/node@22.15.24): + vitest@3.1.4(@types/node@22.15.26): dependencies: '@vitest/expect': 3.1.4 - '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.24)) + '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.26)) '@vitest/pretty-format': 3.1.4 '@vitest/runner': 3.1.4 '@vitest/snapshot': 3.1.4 @@ -923,11 +923,11 @@ snapshots: tinyglobby: 0.2.13 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.0(@types/node@22.15.24) - vite-node: 3.1.4(@types/node@22.15.24) + vite: 6.2.0(@types/node@22.15.26) + vite-node: 3.1.4(@types/node@22.15.26) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.15.24 + '@types/node': 22.15.26 transitivePeerDependencies: - jiti - less From 40c7391711ad4ba7159f20c1d1fd481e450038cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 07:05:35 +0000 Subject: [PATCH 09/17] chore(deps): update dependency @types/node to v22.15.27 (#104) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 63c5e13..f6667e6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "prettier:fix": "prettier --write ." }, "devDependencies": { - "@types/node": "22.15.26", + "@types/node": "22.15.27", "prettier": "3.5.3", "vitest": "3.1.4", "vitest-mock-extended": "3.1.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 976a963..065f17a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,17 +9,17 @@ importers: .: devDependencies: '@types/node': - specifier: 22.15.26 - version: 22.15.26 + specifier: 22.15.27 + version: 22.15.27 prettier: specifier: 3.5.3 version: 3.5.3 vitest: specifier: 3.1.4 - version: 3.1.4(@types/node@22.15.26) + version: 3.1.4(@types/node@22.15.27) vitest-mock-extended: specifier: 3.1.0 - version: 3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.26)) + version: 3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.27)) packages: @@ -274,8 +274,8 @@ packages: '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/node@22.15.26': - resolution: {integrity: sha512-lgISkNrqdQ5DAzjBhnDNGKDuXDNo7/1V4FhNzsKREhWLZTOELQAptuAnJMzHtUl1qyEBBy9lNBKQ9WjyiSloTw==} + '@types/node@22.15.27': + resolution: {integrity: sha512-5fF+eu5mwihV2BeVtX5vijhdaZOfkQTATrePEaXTcKqI16LhJ7gi2/Vhd9OZM0UojcdmiOCVg5rrax+i1MdoQQ==} '@vitest/expect@3.1.4': resolution: {integrity: sha512-xkD/ljeliyaClDYqHPNCiJ0plY5YIcM0OlRiZizLhlPmpXWpxnGMyTZXOHFhFeG7w9P5PBeL4IdtJ/HeQwTbQA==} @@ -678,7 +678,7 @@ snapshots: '@types/estree@1.0.6': {} - '@types/node@22.15.26': + '@types/node@22.15.27': dependencies: undici-types: 6.21.0 @@ -689,13 +689,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.26))': + '@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.27))': dependencies: '@vitest/spy': 3.1.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.0(@types/node@22.15.26) + vite: 6.2.0(@types/node@22.15.27) '@vitest/pretty-format@3.1.4': dependencies: @@ -867,13 +867,13 @@ snapshots: undici-types@6.21.0: {} - vite-node@3.1.4(@types/node@22.15.26): + vite-node@3.1.4(@types/node@22.15.27): dependencies: cac: 6.7.14 debug: 4.4.0 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.2.0(@types/node@22.15.26) + vite: 6.2.0(@types/node@22.15.27) transitivePeerDependencies: - '@types/node' - jiti @@ -888,25 +888,25 @@ snapshots: - tsx - yaml - vite@6.2.0(@types/node@22.15.26): + vite@6.2.0(@types/node@22.15.27): dependencies: esbuild: 0.25.0 postcss: 8.5.3 rollup: 4.34.8 optionalDependencies: - '@types/node': 22.15.26 + '@types/node': 22.15.27 fsevents: 2.3.3 - vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.26)): + vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.27)): dependencies: ts-essentials: 10.0.4(typescript@5.8.2) typescript: 5.8.2 - vitest: 3.1.4(@types/node@22.15.26) + vitest: 3.1.4(@types/node@22.15.27) - vitest@3.1.4(@types/node@22.15.26): + vitest@3.1.4(@types/node@22.15.27): dependencies: '@vitest/expect': 3.1.4 - '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.26)) + '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.27)) '@vitest/pretty-format': 3.1.4 '@vitest/runner': 3.1.4 '@vitest/snapshot': 3.1.4 @@ -923,11 +923,11 @@ snapshots: tinyglobby: 0.2.13 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.0(@types/node@22.15.26) - vite-node: 3.1.4(@types/node@22.15.26) + vite: 6.2.0(@types/node@22.15.27) + vite-node: 3.1.4(@types/node@22.15.27) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.15.26 + '@types/node': 22.15.27 transitivePeerDependencies: - jiti - less From 283ddc1cfe687c0ddf8297f2914b40815bbd65c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 17:53:10 +0000 Subject: [PATCH 10/17] chore(deps): update dependency @types/node to v22.15.28 (#105) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index f6667e6..b6c2f54 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "prettier:fix": "prettier --write ." }, "devDependencies": { - "@types/node": "22.15.27", + "@types/node": "22.15.28", "prettier": "3.5.3", "vitest": "3.1.4", "vitest-mock-extended": "3.1.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 065f17a..da6249c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,17 +9,17 @@ importers: .: devDependencies: '@types/node': - specifier: 22.15.27 - version: 22.15.27 + specifier: 22.15.28 + version: 22.15.28 prettier: specifier: 3.5.3 version: 3.5.3 vitest: specifier: 3.1.4 - version: 3.1.4(@types/node@22.15.27) + version: 3.1.4(@types/node@22.15.28) vitest-mock-extended: specifier: 3.1.0 - version: 3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.27)) + version: 3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.28)) packages: @@ -274,8 +274,8 @@ packages: '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/node@22.15.27': - resolution: {integrity: sha512-5fF+eu5mwihV2BeVtX5vijhdaZOfkQTATrePEaXTcKqI16LhJ7gi2/Vhd9OZM0UojcdmiOCVg5rrax+i1MdoQQ==} + '@types/node@22.15.28': + resolution: {integrity: sha512-I0okKVDmyKR281I0UIFV7EWAWRnR0gkuSKob5wVcByyyhr7Px/slhkQapcYX4u00ekzNWaS1gznKZnuzxwo4pw==} '@vitest/expect@3.1.4': resolution: {integrity: sha512-xkD/ljeliyaClDYqHPNCiJ0plY5YIcM0OlRiZizLhlPmpXWpxnGMyTZXOHFhFeG7w9P5PBeL4IdtJ/HeQwTbQA==} @@ -678,7 +678,7 @@ snapshots: '@types/estree@1.0.6': {} - '@types/node@22.15.27': + '@types/node@22.15.28': dependencies: undici-types: 6.21.0 @@ -689,13 +689,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.27))': + '@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.28))': dependencies: '@vitest/spy': 3.1.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.0(@types/node@22.15.27) + vite: 6.2.0(@types/node@22.15.28) '@vitest/pretty-format@3.1.4': dependencies: @@ -867,13 +867,13 @@ snapshots: undici-types@6.21.0: {} - vite-node@3.1.4(@types/node@22.15.27): + vite-node@3.1.4(@types/node@22.15.28): dependencies: cac: 6.7.14 debug: 4.4.0 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.2.0(@types/node@22.15.27) + vite: 6.2.0(@types/node@22.15.28) transitivePeerDependencies: - '@types/node' - jiti @@ -888,25 +888,25 @@ snapshots: - tsx - yaml - vite@6.2.0(@types/node@22.15.27): + vite@6.2.0(@types/node@22.15.28): dependencies: esbuild: 0.25.0 postcss: 8.5.3 rollup: 4.34.8 optionalDependencies: - '@types/node': 22.15.27 + '@types/node': 22.15.28 fsevents: 2.3.3 - vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.27)): + vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.28)): dependencies: ts-essentials: 10.0.4(typescript@5.8.2) typescript: 5.8.2 - vitest: 3.1.4(@types/node@22.15.27) + vitest: 3.1.4(@types/node@22.15.28) - vitest@3.1.4(@types/node@22.15.27): + vitest@3.1.4(@types/node@22.15.28): dependencies: '@vitest/expect': 3.1.4 - '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.27)) + '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.28)) '@vitest/pretty-format': 3.1.4 '@vitest/runner': 3.1.4 '@vitest/snapshot': 3.1.4 @@ -923,11 +923,11 @@ snapshots: tinyglobby: 0.2.13 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.0(@types/node@22.15.27) - vite-node: 3.1.4(@types/node@22.15.27) + vite: 6.2.0(@types/node@22.15.28) + vite-node: 3.1.4(@types/node@22.15.28) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.15.27 + '@types/node': 22.15.28 transitivePeerDependencies: - jiti - less From 069185b2b9684d595d6204e350dfe2f8b9da7f8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 22:56:12 +0000 Subject: [PATCH 11/17] chore(deps): update dependency @types/node to v22.15.29 (#106) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index b6c2f54..14b46b6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "prettier:fix": "prettier --write ." }, "devDependencies": { - "@types/node": "22.15.28", + "@types/node": "22.15.29", "prettier": "3.5.3", "vitest": "3.1.4", "vitest-mock-extended": "3.1.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index da6249c..cc2d2f5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,17 +9,17 @@ importers: .: devDependencies: '@types/node': - specifier: 22.15.28 - version: 22.15.28 + 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.28) + version: 3.1.4(@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.28)) + version: 3.1.0(typescript@5.8.2)(vitest@3.1.4(@types/node@22.15.29)) packages: @@ -274,8 +274,8 @@ packages: '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/node@22.15.28': - resolution: {integrity: sha512-I0okKVDmyKR281I0UIFV7EWAWRnR0gkuSKob5wVcByyyhr7Px/slhkQapcYX4u00ekzNWaS1gznKZnuzxwo4pw==} + '@types/node@22.15.29': + resolution: {integrity: sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==} '@vitest/expect@3.1.4': resolution: {integrity: sha512-xkD/ljeliyaClDYqHPNCiJ0plY5YIcM0OlRiZizLhlPmpXWpxnGMyTZXOHFhFeG7w9P5PBeL4IdtJ/HeQwTbQA==} @@ -678,7 +678,7 @@ snapshots: '@types/estree@1.0.6': {} - '@types/node@22.15.28': + '@types/node@22.15.29': dependencies: undici-types: 6.21.0 @@ -689,13 +689,13 @@ snapshots: chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.28))': + '@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.29))': dependencies: '@vitest/spy': 3.1.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.2.0(@types/node@22.15.28) + vite: 6.2.0(@types/node@22.15.29) '@vitest/pretty-format@3.1.4': dependencies: @@ -867,13 +867,13 @@ snapshots: undici-types@6.21.0: {} - vite-node@3.1.4(@types/node@22.15.28): + vite-node@3.1.4(@types/node@22.15.29): dependencies: cac: 6.7.14 debug: 4.4.0 es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.2.0(@types/node@22.15.28) + vite: 6.2.0(@types/node@22.15.29) transitivePeerDependencies: - '@types/node' - jiti @@ -888,25 +888,25 @@ snapshots: - tsx - yaml - vite@6.2.0(@types/node@22.15.28): + 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.28 + '@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.28)): + vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.1.4(@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.28) + vitest: 3.1.4(@types/node@22.15.29) - vitest@3.1.4(@types/node@22.15.28): + vitest@3.1.4(@types/node@22.15.29): dependencies: '@vitest/expect': 3.1.4 - '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.28)) + '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.29)) '@vitest/pretty-format': 3.1.4 '@vitest/runner': 3.1.4 '@vitest/snapshot': 3.1.4 @@ -923,11 +923,11 @@ snapshots: tinyglobby: 0.2.13 tinypool: 1.0.2 tinyrainbow: 2.0.0 - vite: 6.2.0(@types/node@22.15.28) - vite-node: 3.1.4(@types/node@22.15.28) + vite: 6.2.0(@types/node@22.15.29) + vite-node: 3.1.4(@types/node@22.15.29) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.15.28 + '@types/node': 22.15.29 transitivePeerDependencies: - jiti - less From bf224da04dd9b3f2ed10c1bcde3b62044ce92561 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:33:39 +0000 Subject: [PATCH 12/17] chore(deps): update pnpm to v10.11.1 (#108) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 14b46b6..da0a24d 100644 --- a/package.json +++ b/package.json @@ -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", From b1a8081799807da8d51a56a3b32f666c90f6834d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:20:57 +0000 Subject: [PATCH 13/17] 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 --- package.json | 2 +- pnpm-lock.yaml | 147 +++++++++++++++++++++++++++---------------------- 2 files changed, 82 insertions(+), 67 deletions(-) diff --git a/package.json b/package.json index da0a24d..2a20f07 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@types/node": "22.15.29", "prettier": "3.5.3", - "vitest": "3.1.4", + "vitest": "3.2.0", "vitest-mock-extended": "3.1.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc2d2f5..7a81ab3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,11 +15,11 @@ importers: specifier: 3.5.3 version: 3.5.3 vitest: - specifier: 3.1.4 - version: 3.1.4(@types/node@22.15.29) + specifier: 3.2.0 + version: 3.2.0(@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.29)) + version: 3.1.0(typescript@5.8.2)(vitest@3.2.0(@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.29': resolution: {integrity: sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==} - '@vitest/expect@3.1.4': - resolution: {integrity: sha512-xkD/ljeliyaClDYqHPNCiJ0plY5YIcM0OlRiZizLhlPmpXWpxnGMyTZXOHFhFeG7w9P5PBeL4IdtJ/HeQwTbQA==} + '@vitest/expect@3.2.0': + resolution: {integrity: sha512-0v4YVbhDKX3SKoy0PHWXpKhj44w+3zZkIoVES9Ex2pq+u6+Bijijbi2ua5kE+h3qT6LBWFTNZSCOEU37H8Y5sA==} - '@vitest/mocker@3.1.4': - resolution: {integrity: sha512-8IJ3CvwtSw/EFXqWFL8aCMu+YyYXG2WUSrQbViOZkWTKTVicVwZ/YiEZDSqD00kX+v/+W+OnxhNWoeVKorHygA==} + '@vitest/mocker@3.2.0': + resolution: {integrity: sha512-HFcW0lAMx3eN9vQqis63H0Pscv0QcVMo1Kv8BNysZbxcmHu3ZUYv59DS6BGYiGQ8F5lUkmsfMMlPm4DJFJdf/A==} 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.0': + resolution: {integrity: sha512-gUUhaUmPBHFkrqnOokmfMGRBMHhgpICud9nrz/xpNV3/4OXCn35oG+Pl8rYYsKaTNd/FAIrqRHnwpDpmYxCYZw==} - '@vitest/runner@3.1.4': - resolution: {integrity: sha512-djTeF1/vt985I/wpKVFBMWUlk/I7mb5hmD5oP8K9ACRmVXgKTae3TUOtXAEBfslNKPzUQvnKhNd34nnRSYgLNQ==} + '@vitest/runner@3.2.0': + resolution: {integrity: sha512-bXdmnHxuB7fXJdh+8vvnlwi/m1zvu+I06i1dICVcDQFhyV4iKw2RExC/acavtDn93m/dRuawUObKsrNE1gJacA==} - '@vitest/snapshot@3.1.4': - resolution: {integrity: sha512-JPHf68DvuO7vilmvwdPr9TS0SuuIzHvxeaCkxYcCD4jTk67XwL45ZhEHFKIuCm8CYstgI6LZ4XbwD6ANrwMpFg==} + '@vitest/snapshot@3.2.0': + resolution: {integrity: sha512-z7P/EneBRMe7hdvWhcHoXjhA6at0Q4ipcoZo6SqgxLyQQ8KSMMCmvw1cSt7FHib3ozt0wnRHc37ivuUMbxzG/A==} - '@vitest/spy@3.1.4': - resolution: {integrity: sha512-Xg1bXhu+vtPXIodYN369M86K8shGLouNjoVI78g8iAq2rFoHFdajNvJJ5A/9bPMFcfQqdaCpOgWKEoMQg/s0Yg==} + '@vitest/spy@3.2.0': + resolution: {integrity: sha512-s3+TkCNUIEOX99S0JwNDfsHRaZDDZZR/n8F0mop0PmsEbQGKZikCGpTGZ6JRiHuONKew3Fb5//EPwCP+pUX9cw==} - '@vitest/utils@3.1.4': - resolution: {integrity: sha512-yriMuO1cfFhmiGc8ataN51+9ooHRuURdfAZfwFd3usWynjzpLslZdYnRegTv32qdgtJTsj15FoeZe2g15fY1gg==} + '@vitest/utils@3.2.0': + resolution: {integrity: sha512-gXXOe7Fj6toCsZKVQouTRLJftJwmvbhH5lKOBR6rlP950zUq9AitTUjnFoXS/CqjBC2aoejAztLPzzuva++XBw==} 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.0: + resolution: {integrity: sha512-8Fc5Ko5Y4URIJkmMF/iFP1C0/OJyY+VGVe9Nw6WAdZyw4bTO+eVg9mwxWkQp/y8NnAoQY3o9KAvE1ZdA2v+Vmg==} 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.0: + resolution: {integrity: sha512-P7Nvwuli8WBNmeMHHek7PnGW4oAZl9za1fddfRVidZar8wDZRi7hpznLKQePQ8JPLwSBEYDK11g+++j7uFJV8Q==} 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.0 + '@vitest/ui': 3.2.0 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.29': dependencies: undici-types: 6.21.0 - '@vitest/expect@3.1.4': + '@vitest/expect@3.2.0': dependencies: - '@vitest/spy': 3.1.4 - '@vitest/utils': 3.1.4 + '@types/chai': 5.2.2 + '@vitest/spy': 3.2.0 + '@vitest/utils': 3.2.0 chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.1.4(vite@6.2.0(@types/node@22.15.29))': + '@vitest/mocker@3.2.0(vite@6.2.0(@types/node@22.15.29))': dependencies: - '@vitest/spy': 3.1.4 + '@vitest/spy': 3.2.0 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: vite: 6.2.0(@types/node@22.15.29) - '@vitest/pretty-format@3.1.4': + '@vitest/pretty-format@3.2.0': dependencies: tinyrainbow: 2.0.0 - '@vitest/runner@3.1.4': + '@vitest/runner@3.2.0': dependencies: - '@vitest/utils': 3.1.4 + '@vitest/utils': 3.2.0 pathe: 2.0.3 - '@vitest/snapshot@3.1.4': + '@vitest/snapshot@3.2.0': dependencies: - '@vitest/pretty-format': 3.1.4 + '@vitest/pretty-format': 3.2.0 magic-string: 0.30.17 pathe: 2.0.3 - '@vitest/spy@3.1.4': + '@vitest/spy@3.2.0': dependencies: - tinyspy: 3.0.2 + tinyspy: 4.0.3 - '@vitest/utils@3.1.4': + '@vitest/utils@3.2.0': dependencies: - '@vitest/pretty-format': 3.1.4 + '@vitest/pretty-format': 3.2.0 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,10 +880,10 @@ snapshots: undici-types@6.21.0: {} - vite-node@3.1.4(@types/node@22.15.29): + vite-node@3.2.0(@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.29) @@ -897,34 +910,36 @@ snapshots: '@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.29)): + vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.2.0(@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.29) + vitest: 3.2.0(@types/node@22.15.29) - vitest@3.1.4(@types/node@22.15.29): + vitest@3.2.0(@types/node@22.15.29): dependencies: - '@vitest/expect': 3.1.4 - '@vitest/mocker': 3.1.4(vite@6.2.0(@types/node@22.15.29)) - '@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.0 + '@vitest/mocker': 3.2.0(vite@6.2.0(@types/node@22.15.29)) + '@vitest/pretty-format': 3.2.0 + '@vitest/runner': 3.2.0 + '@vitest/snapshot': 3.2.0 + '@vitest/spy': 3.2.0 + '@vitest/utils': 3.2.0 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.29) - vite-node: 3.1.4(@types/node@22.15.29) + vite-node: 3.2.0(@types/node@22.15.29) why-is-node-running: 2.3.0 optionalDependencies: '@types/node': 22.15.29 From fb08ba9c2b7e3af4e6e20c58248418f8b3670e73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:22:11 +0000 Subject: [PATCH 14/17] chore(deps): update dependency helm/helm to v3.18.2 (#107) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3830ece..dc990a6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0 with: # renovate: datasource=github-releases depName=helm/helm - version: v3.18.1 + version: v3.18.2 - name: Run chart-releaser id: releaser From 6b6e1f8d659eb35b53eb2713ae087c140a5ccee7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:27:19 +0000 Subject: [PATCH 15/17] chore(deps): update dependency vitest to v3.2.1 (#110) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 96 +++++++++++++++++++++++++------------------------- 2 files changed, 49 insertions(+), 49 deletions(-) diff --git a/package.json b/package.json index 2a20f07..b5c226c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@types/node": "22.15.29", "prettier": "3.5.3", - "vitest": "3.2.0", + "vitest": "3.2.1", "vitest-mock-extended": "3.1.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7a81ab3..efcf0dd 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,11 +15,11 @@ importers: specifier: 3.5.3 version: 3.5.3 vitest: - specifier: 3.2.0 - version: 3.2.0(@types/node@22.15.29) + 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.2.0(@types/node@22.15.29)) + version: 3.1.0(typescript@5.8.2)(vitest@3.2.1(@types/node@22.15.29)) packages: @@ -283,11 +283,11 @@ packages: '@types/node@22.15.29': resolution: {integrity: sha512-LNdjOkUDlU1RZb8e1kOIUpN1qQUlzGkEtbVNo53vbrwDg5om6oduhm4SiUaPW5ASTXhAiP0jInWG8Qx9fVlOeQ==} - '@vitest/expect@3.2.0': - resolution: {integrity: sha512-0v4YVbhDKX3SKoy0PHWXpKhj44w+3zZkIoVES9Ex2pq+u6+Bijijbi2ua5kE+h3qT6LBWFTNZSCOEU37H8Y5sA==} + '@vitest/expect@3.2.1': + resolution: {integrity: sha512-FqS/BnDOzV6+IpxrTg5GQRyLOCtcJqkwMwcS8qGCI2IyRVDwPAtutztaf1CjtPHlZlWtl1yUPCd7HM0cNiDOYw==} - '@vitest/mocker@3.2.0': - resolution: {integrity: sha512-HFcW0lAMx3eN9vQqis63H0Pscv0QcVMo1Kv8BNysZbxcmHu3ZUYv59DS6BGYiGQ8F5lUkmsfMMlPm4DJFJdf/A==} + '@vitest/mocker@3.2.1': + resolution: {integrity: sha512-OXxMJnx1lkB+Vl65Re5BrsZEHc90s5NMjD23ZQ9NlU7f7nZiETGoX4NeKZSmsKjseuMq2uOYXdLOeoM0pJU+qw==} peerDependencies: msw: ^2.4.9 vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 @@ -297,20 +297,20 @@ packages: vite: optional: true - '@vitest/pretty-format@3.2.0': - resolution: {integrity: sha512-gUUhaUmPBHFkrqnOokmfMGRBMHhgpICud9nrz/xpNV3/4OXCn35oG+Pl8rYYsKaTNd/FAIrqRHnwpDpmYxCYZw==} + '@vitest/pretty-format@3.2.1': + resolution: {integrity: sha512-xBh1X2GPlOGBupp6E1RcUQWIxw0w/hRLd3XyBS6H+dMdKTAqHDNsIR2AnJwPA3yYe9DFy3VUKTe3VRTrAiQ01g==} - '@vitest/runner@3.2.0': - resolution: {integrity: sha512-bXdmnHxuB7fXJdh+8vvnlwi/m1zvu+I06i1dICVcDQFhyV4iKw2RExC/acavtDn93m/dRuawUObKsrNE1gJacA==} + '@vitest/runner@3.2.1': + resolution: {integrity: sha512-kygXhNTu/wkMYbwYpS3z/9tBe0O8qpdBuC3dD/AW9sWa0LE/DAZEjnHtWA9sIad7lpD4nFW1yQ+zN7mEKNH3yA==} - '@vitest/snapshot@3.2.0': - resolution: {integrity: sha512-z7P/EneBRMe7hdvWhcHoXjhA6at0Q4ipcoZo6SqgxLyQQ8KSMMCmvw1cSt7FHib3ozt0wnRHc37ivuUMbxzG/A==} + '@vitest/snapshot@3.2.1': + resolution: {integrity: sha512-5xko/ZpW2Yc65NVK9Gpfg2y4BFvcF+At7yRT5AHUpTg9JvZ4xZoyuRY4ASlmNcBZjMslV08VRLDrBOmUe2YX3g==} - '@vitest/spy@3.2.0': - resolution: {integrity: sha512-s3+TkCNUIEOX99S0JwNDfsHRaZDDZZR/n8F0mop0PmsEbQGKZikCGpTGZ6JRiHuONKew3Fb5//EPwCP+pUX9cw==} + '@vitest/spy@3.2.1': + resolution: {integrity: sha512-Nbfib34Z2rfcJGSetMxjDCznn4pCYPZOtQYox2kzebIJcgH75yheIKd5QYSFmR8DIZf2M8fwOm66qSDIfRFFfQ==} - '@vitest/utils@3.2.0': - resolution: {integrity: sha512-gXXOe7Fj6toCsZKVQouTRLJftJwmvbhH5lKOBR6rlP950zUq9AitTUjnFoXS/CqjBC2aoejAztLPzzuva++XBw==} + '@vitest/utils@3.2.1': + resolution: {integrity: sha512-KkHlGhePEKZSub5ViknBcN5KEF+u7dSUr9NW8QsVICusUojrgrOnnY3DEWWO877ax2Pyopuk2qHmt+gkNKnBVw==} assertion-error@2.0.1: resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} @@ -462,8 +462,8 @@ packages: undici-types@6.21.0: resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==} - vite-node@3.2.0: - resolution: {integrity: sha512-8Fc5Ko5Y4URIJkmMF/iFP1C0/OJyY+VGVe9Nw6WAdZyw4bTO+eVg9mwxWkQp/y8NnAoQY3o9KAvE1ZdA2v+Vmg==} + vite-node@3.2.1: + resolution: {integrity: sha512-V4EyKQPxquurNJPtQJRZo8hKOoKNBRIhxcDbQFPFig0JdoWcUhwRgK8yoCXXrfYVPKS6XwirGHPszLnR8FbjCA==} engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} hasBin: true @@ -513,16 +513,16 @@ packages: typescript: 3.x || 4.x || 5.x vitest: '>=3.0.0' - vitest@3.2.0: - resolution: {integrity: sha512-P7Nvwuli8WBNmeMHHek7PnGW4oAZl9za1fddfRVidZar8wDZRi7hpznLKQePQ8JPLwSBEYDK11g+++j7uFJV8Q==} + 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.2.0 - '@vitest/ui': 3.2.0 + '@vitest/browser': 3.2.1 + '@vitest/ui': 3.2.1 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -694,44 +694,44 @@ snapshots: dependencies: undici-types: 6.21.0 - '@vitest/expect@3.2.0': + '@vitest/expect@3.2.1': dependencies: '@types/chai': 5.2.2 - '@vitest/spy': 3.2.0 - '@vitest/utils': 3.2.0 + '@vitest/spy': 3.2.1 + '@vitest/utils': 3.2.1 chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.2.0(vite@6.2.0(@types/node@22.15.29))': + '@vitest/mocker@3.2.1(vite@6.2.0(@types/node@22.15.29))': dependencies: - '@vitest/spy': 3.2.0 + '@vitest/spy': 3.2.1 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: vite: 6.2.0(@types/node@22.15.29) - '@vitest/pretty-format@3.2.0': + '@vitest/pretty-format@3.2.1': dependencies: tinyrainbow: 2.0.0 - '@vitest/runner@3.2.0': + '@vitest/runner@3.2.1': dependencies: - '@vitest/utils': 3.2.0 + '@vitest/utils': 3.2.1 pathe: 2.0.3 - '@vitest/snapshot@3.2.0': + '@vitest/snapshot@3.2.1': dependencies: - '@vitest/pretty-format': 3.2.0 + '@vitest/pretty-format': 3.2.1 magic-string: 0.30.17 pathe: 2.0.3 - '@vitest/spy@3.2.0': + '@vitest/spy@3.2.1': dependencies: tinyspy: 4.0.3 - '@vitest/utils@3.2.0': + '@vitest/utils@3.2.1': dependencies: - '@vitest/pretty-format': 3.2.0 + '@vitest/pretty-format': 3.2.1 loupe: 3.1.3 tinyrainbow: 2.0.0 @@ -880,7 +880,7 @@ snapshots: undici-types@6.21.0: {} - vite-node@3.2.0(@types/node@22.15.29): + vite-node@3.2.1(@types/node@22.15.29): dependencies: cac: 6.7.14 debug: 4.4.1 @@ -910,22 +910,22 @@ snapshots: '@types/node': 22.15.29 fsevents: 2.3.3 - vitest-mock-extended@3.1.0(typescript@5.8.2)(vitest@3.2.0(@types/node@22.15.29)): + 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.2.0(@types/node@22.15.29) + vitest: 3.2.1(@types/node@22.15.29) - vitest@3.2.0(@types/node@22.15.29): + vitest@3.2.1(@types/node@22.15.29): dependencies: '@types/chai': 5.2.2 - '@vitest/expect': 3.2.0 - '@vitest/mocker': 3.2.0(vite@6.2.0(@types/node@22.15.29)) - '@vitest/pretty-format': 3.2.0 - '@vitest/runner': 3.2.0 - '@vitest/snapshot': 3.2.0 - '@vitest/spy': 3.2.0 - '@vitest/utils': 3.2.0 + '@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.1 expect-type: 1.2.1 @@ -939,7 +939,7 @@ snapshots: tinypool: 1.1.0 tinyrainbow: 2.0.0 vite: 6.2.0(@types/node@22.15.29) - vite-node: 3.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.29 From a4117cd5602ec608efd3d8ae72e1e3e9525e6863 Mon Sep 17 00:00:00 2001 From: reinoud Date: Thu, 5 Jun 2025 21:59:01 +0200 Subject: [PATCH 16/17] ingres fix --- charts/immich/Chart.yaml | 2 +- charts/immich/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/immich/Chart.yaml b/charts/immich/Chart.yaml index a4ab668..155bd71 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -11,7 +11,7 @@ maintainers: email: sebastian@poxhofer.at type: application -version: 0.6.1 +version: 0.6.2 # renovate: image=ghcr.io/immich-app/immich-server appVersion: "v1.134.0" diff --git a/charts/immich/templates/ingress.yaml b/charts/immich/templates/ingress.yaml index 62034da..ce616f6 100644 --- a/charts/immich/templates/ingress.yaml +++ b/charts/immich/templates/ingress.yaml @@ -35,7 +35,7 @@ spec: {{- end }} backend: service: - name: {{ include "immich.fullname" $ }} + name: {{ include "immich-server.name" . }} port: number: {{ $.Values.service.port }} {{- end }} From 67d692bdaac64ddac7adeec481ea012ad23f090d Mon Sep 17 00:00:00 2001 From: reinoud Date: Thu, 5 Jun 2025 22:01:55 +0200 Subject: [PATCH 17/17] ii --- charts/immich/Chart.yaml | 2 +- charts/immich/templates/ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/immich/Chart.yaml b/charts/immich/Chart.yaml index 155bd71..b144460 100644 --- a/charts/immich/Chart.yaml +++ b/charts/immich/Chart.yaml @@ -11,7 +11,7 @@ maintainers: email: sebastian@poxhofer.at type: application -version: 0.6.2 +version: 0.6.3 # renovate: image=ghcr.io/immich-app/immich-server appVersion: "v1.134.0" diff --git a/charts/immich/templates/ingress.yaml b/charts/immich/templates/ingress.yaml index ce616f6..ccd37bb 100644 --- a/charts/immich/templates/ingress.yaml +++ b/charts/immich/templates/ingress.yaml @@ -35,7 +35,7 @@ spec: {{- end }} backend: service: - name: {{ include "immich-server.name" . }} + name: immich-server port: number: {{ $.Values.service.port }} {{- end }}