Skip to content

Commit

Permalink
Bumped velero container to v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Oct 4, 2020
1 parent b066061 commit 257bad4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/helm/velero_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
# Details of the container image to use in the Velero deployment & daemonset (if
# enabling restic). Required.
image:
# https://hub.docker.com/r/velero/velero/tags
repository: velero/velero
tag: v1.4.2
tag: v1.5.1
# Digest value example: sha256:d238835e151cec91c6a811fe3a89a66d3231d9f64d09e5f3c49552672d271f38. If used, it will
# take precedence over the image.tag.
# digest:
Expand Down Expand Up @@ -36,6 +37,7 @@ resources: {}
initContainers:
- name: velero-plugin-for-microsoft-azure
# use "main" for development build
# https://hub.docker.com/r/velero/velero-plugin-for-microsoft-azure/tags
image: velero/velero-plugin-for-microsoft-azure:v1.1.0
# image: velero/velero-plugin-for-microsoft-azure:main
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit 257bad4

Please sign in to comment.