Skip to content

Commit fc10361

Browse files
committed
Changed velero default values to v2.14.8
1 parent 90b2638 commit fc10361

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

terraform/helm/velero_values.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
@@ -9,7 +9,7 @@
99
image:
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
4141
initContainers:
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: []
7575
metrics:
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.
9093
installCRDs: true

0 commit comments

Comments
 (0)