chore(version): Bump to 1.40.1

Also move scheduling to amd64 nodes
This commit is contained in:
Tanguy Herbron 2025-04-23 16:33:53 +02:00
parent feb76efafc
commit 4a8527cdd6

View File

@ -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: