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: ""