From e7c28dde45396b1e7c5895ed9dd1d04ff0721782 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 15 Jan 2025 05:18:13 -0600 Subject: [PATCH] update --- infra/longhorn/Chart.yaml | 2 +- infra/longhorn/values.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/infra/longhorn/Chart.yaml b/infra/longhorn/Chart.yaml index e7b37ee..85720ac 100644 --- a/infra/longhorn/Chart.yaml +++ b/infra/longhorn/Chart.yaml @@ -9,4 +9,4 @@ appVersion: "1.16.0" dependencies: - name: longhorn repository: https://charts.longhorn.io - version: 1.7.1 + version: 1.7.2 diff --git a/infra/longhorn/values.yaml b/infra/longhorn/values.yaml index e3e609c..5dec749 100644 --- a/infra/longhorn/values.yaml +++ b/infra/longhorn/values.yaml @@ -179,9 +179,6 @@ longhorn: ingress: enabled: false - # Configure a pod security policy in the Longhorn namespace to allow privileged pods - enablePSP: true - ## Specify override namespace, specifically this is useful for using longhorn as sub-chart ## and its release namespace is not the `longhorn-system` namespaceOverride: ""