We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a184f2 + 6cdca8b commit ee4e0b4Copy full SHA for ee4e0b4
charts/velero/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v1
2
appVersion: 1.3.1
3
description: A Helm chart for velero
4
name: velero
5
-version: 2.9.5
+version: 2.9.6
6
home: https://github.com/vmware-tanzu/velero
7
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
8
sources:
charts/velero/templates/deployment.yaml
@@ -95,6 +95,8 @@ spec:
95
fieldRef:
96
apiVersion: v1
97
fieldPath: metadata.namespace
98
+ - name: LD_LIBRARY_PATH
99
+ value: /plugins
100
{{- if .Values.credentials.useSecret }}
101
{{- if eq $provider "aws" }}
102
- name: AWS_SHARED_CREDENTIALS_FILE
0 commit comments