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 939270f350c99645f2cffd0eae2797506cf0721a Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 15 May 2024 16:09:52 +0000 Subject: [PATCH 2/2] chore(deps): update helm release kube-prometheus-stack to v58.5.3 --- kube-prometheus/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube-prometheus/kustomization.yaml b/kube-prometheus/kustomization.yaml index 95d24d4..89b1d37 100644 --- a/kube-prometheus/kustomization.yaml +++ b/kube-prometheus/kustomization.yaml @@ -15,5 +15,5 @@ helmCharts: includeCRDs: true namespace: observability-system releaseName: prometheus - version: "58.5.2" + version: "58.5.3" valuesFile: config/values.prometheus.yaml \ No newline at end of file -- 2.45.2