File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- # source: https://github.com/vmware-tanzu/helm-charts/blob/velero-2.14.1 /charts/velero/values.yaml
1+ # source: https://github.com/vmware-tanzu/helm-charts/blob/velero-2.14.8 /charts/velero/values.yaml
22
33# #
44# # Configuration settings that directly affect the Velero deployment YAML.
99image :
1010 # https://hub.docker.com/r/velero/velero/tags
1111 repository : velero/velero
12- tag : v1.5.2
12+ tag : v1.5.3
1313 # Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38. If used, it will
1414 # take precedence over the image.tag.
1515 # digest:
@@ -41,7 +41,7 @@ dnsPolicy: ClusterFirst
4141initContainers :
4242 - name : velero-plugin-for-microsoft-azure
4343 # https://hub.docker.com/r/velero/velero-plugin-for-microsoft-azure/tags
44- image : velero/velero-plugin-for-microsoft-azure:v1.1.1
44+ image : velero/velero-plugin-for-microsoft-azure:v1.1.2
4545 imagePullPolicy : IfNotPresent
4646 volumeMounts :
4747 - mountPath : /target
@@ -75,6 +75,7 @@ extraVolumeMounts: []
7575metrics :
7676 enabled : true
7777 scrapeInterval : 30s
78+ scrapeTimeout : 10s
7879
7980 # Pod annotations for Prometheus
8081 podAnnotations :
@@ -85,6 +86,8 @@ metrics:
8586 serviceMonitor :
8687 enabled : false
8788 additionalLabels : {}
89+ # ServiceMonitor namespace. Default to Velero namespace.
90+ # namespace:
8891
8992# Install CRDs as a templates. Enabled by default.
9093installCRDs : true
You can’t perform that action at this time.
0 commit comments