Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update velero images #1106

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/addons/velero/static/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ location: oci://proxy.replicated.com/anonymous/registry.replicated.com/ec-charts
images:
kubectl:
repo: proxy.replicated.com/anonymous/replicated/ec-kubectl
tag: 1.31.0-r1@sha256:f700cf784d16b0b9071a9e03e7ff0419df020552425a4e6b2c2001712af26a81
tag: 1.31.0-r2@sha256:df5a0eac8915bf61edbc05e3e9cd31772a565eee72163965c547acf8665ff3b3
velero:
repo: proxy.replicated.com/anonymous/replicated/ec-velero
tag: 1.14.1-r0@sha256:13235e66a97035fc62599641ef82fa7f07222a857766bb793d19f639b08a6c19
Expand Down
2 changes: 1 addition & 1 deletion pkg/addons/velero/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ initContainers:
kubectl:
image:
repository: 'proxy.replicated.com/anonymous/replicated/ec-kubectl'
tag: '1.31.0-r1@sha256:f700cf784d16b0b9071a9e03e7ff0419df020552425a4e6b2c2001712af26a81'
tag: '1.31.0-r2@sha256:df5a0eac8915bf61edbc05e3e9cd31772a565eee72163965c547acf8665ff3b3'
configMaps:
fs-restore-action-config:
labels:
Expand Down
Loading