updating beszel

This commit is contained in:
2026-01-03 12:55:28 -03:00
parent eb6b3108e0
commit fbe1cdd282
3 changed files with 7 additions and 3 deletions

4
.gitignore vendored
View File

@@ -3,7 +3,11 @@ default/*tt*
certs/ca* certs/ca*
lab/* lab/*
sandbox/*
!lab/nfs-pod.yaml !lab/nfs-pod.yaml
rbac rbac
cronjobs cronjobs
*.crt
*.key

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.14.1 image: henrygd/beszel-agent:0.17.0
imagePullPolicy: Always imagePullPolicy: Always
name: beszel-agent name: beszel-agent
ports: ports:

View File

@@ -26,7 +26,7 @@ spec:
- amd64 - amd64
containers: containers:
- name: beszel - name: beszel
image: ghcr.io/henrygd/beszel/beszel:0.14.1 image: ghcr.io/henrygd/beszel/beszel:0.17.0
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8090 - containerPort: 8090