deploy #10

Merged
bstein merged 271 commits from deploy into main 2026-01-19 19:04:01 +00:00
Showing only changes of commit 8535d50faa - Show all commits

View File

@ -34,6 +34,7 @@ spec:
createSecret: false createSecret: false
registrySecret: longhorn-registry registrySecret: longhorn-registry
image: image:
pullPolicy: Always
longhorn: longhorn:
engine: engine:
repository: registry.bstein.dev/bstein/longhorn-engine repository: registry.bstein.dev/bstein/longhorn-engine
@ -75,3 +76,5 @@ spec:
livenessProbe: livenessProbe:
repository: registry.bstein.dev/bstein/longhorn-livenessprobe repository: registry.bstein.dev/bstein/longhorn-livenessprobe
tag: v2.16.0 tag: v2.16.0
defaultSettings:
systemManagedPodsImagePullPolicy: Always