From 57cbc5937cfce38fa31f70d66023b90cd9c716f1 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Wed, 22 Oct 2025 22:46:03 +0200 Subject: [PATCH] heimdall update --- heimdall/main.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/heimdall/main.yaml b/heimdall/main.yaml index 1bb6f77..b710167 100644 --- a/heimdall/main.yaml +++ b/heimdall/main.yaml @@ -71,7 +71,7 @@ spec: value: "1000" - name: TZ value: CET - image: lscr.io/linuxserver/heimdall:v2.6.3-ls302 + image: lscr.io/linuxserver/heimdall:v2.7.6-ls325 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 @@ -102,15 +102,6 @@ spec: volumeMounts: - mountPath: /config name: config - - mountPath: /etc/ssl/certs/my-root.crt - name: ca-cert-volume - subPath: root - - mountPath: /etc/ssl/certs/my-k8s.crt - name: ca-cert-volume - subPath: k8s - - mountPath: /etc/ssl/certs/my-xca.crt - name: ca-cert-volume - subPath: xca dnsPolicy: ClusterFirst enableServiceLinks: true serviceAccountName: default @@ -118,6 +109,3 @@ spec: - name: config persistentVolumeClaim: claimName: heimdall-config - - name: ca-cert-volume - secret: - secretName: ca-certs \ No newline at end of file