updating beszel

This commit is contained in:
2025-10-21 15:53:42 -03:00
parent a00fe926e8
commit 703775e224
2 changed files with 2 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ spec:
secretKeyRef: secretKeyRef:
name: beszel-key name: beszel-key
key: SECRET-KEY key: SECRET-KEY
image: henrygd/beszel-agent:0.12.10 image: henrygd/beszel-agent:0.14.1
imagePullPolicy: Always imagePullPolicy: Always
name: beszel-agent name: beszel-agent
ports: ports:

View File

@@ -17,13 +17,8 @@ spec:
spec: spec:
containers: containers:
- name: beszel - name: beszel
image: ghcr.io/henrygd/beszel/beszel:0.12.10 image: ghcr.io/henrygd/beszel/beszel:14.1
imagePullPolicy: Always imagePullPolicy: Always
env:
- name: PUID
value: "1000"
- name: PGID
value: "1000"
ports: ports:
- containerPort: 8090 - containerPort: 8090
name: beszel-port name: beszel-port