chore(version): Bump to 1.40.1
Also move scheduling to amd64 nodes
This commit is contained in:
parent
feb76efafc
commit
4a8527cdd6
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user