From f739ab5915b89da19545e363778336bfd6e4dbb8 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Wed, 15 May 2024 18:06:22 +0200 Subject: [PATCH 1/2] chore(ente): use tag for photos --- ente/kustomization.yaml | 2 +- ente/resources/web/service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ente/kustomization.yaml b/ente/kustomization.yaml index 0f42268..77383dd 100644 --- a/ente/kustomization.yaml +++ b/ente/kustomization.yaml @@ -10,7 +10,7 @@ images: newTag: 26e17d8464736acc747c1b35c65af194172a245c - name: web newName: code.icb4dc0.de/infrastructure/images/ente/web - newTag: latest + newTag: photos-v0.8.94 labels: - includeSelectors: true diff --git a/ente/resources/web/service.yaml b/ente/resources/web/service.yaml index 618874b..427a2ac 100644 --- a/ente/resources/web/service.yaml +++ b/ente/resources/web/service.yaml @@ -8,4 +8,4 @@ spec: app.kubernetes.io/part-of: ente ports: - port: 3000 - targetPort: 80 + targetPort: 3000 -- 2.45.2 From 87527aa242dc026489c226857e6a000c35640b4b Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 15 May 2024 16:09:48 +0000 Subject: [PATCH 2/2] chore(deps): update docker.io/nocodb/nocodb docker tag to v0.207.1 --- nocodb/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nocodb/kustomization.yaml b/nocodb/kustomization.yaml index b3694e1..37fab74 100644 --- a/nocodb/kustomization.yaml +++ b/nocodb/kustomization.yaml @@ -6,7 +6,7 @@ namespace: nocodb images: - name: nocodb newName: docker.io/nocodb/nocodb - newTag: 0.207.0 + newTag: 0.207.1 labels: - includeSelectors: true -- 2.45.2