From 4a8527cdd690babd7ec574a5628305d2e543fec4 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Wed, 23 Apr 2025 16:33:53 +0200 Subject: [PATCH] chore(version): Bump to 1.40.1 Also move scheduling to amd64 nodes --- manifests/deployment.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 7bcd1c5..0705a84 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -13,9 +13,18 @@ spec: labels: app: postiz spec: + affinity: + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + nodeSelectorTerms: + - matchExpressions: + - key: kubernetes.io/arch + operator: In + values: + - amd64 containers: - name: postiz-web - image: ghcr.io/gitroomhq/postiz-app:v1.36.1-arm64 + image: ghcr.io/gitroomhq/postiz-app:v1.40.1 ports: - containerPort: 5000 envFrom: