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

feat: update velero version #1079

Closed
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
8 changes: 4 additions & 4 deletions pkg/addons/velero/static/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ 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:70b2e76f316eb753b70d1349861d9b5bd58fff2cfa551072917dd68b50bdb2af
tag: 1.31.0-r1@sha256:8e0463ce20811f258ef75a858dd2590b2c3c76a3c9670fe443ef23da70cc47ee
velero:
repo: proxy.replicated.com/anonymous/replicated/ec-velero
tag: 1.14.1-r0@sha256:13235e66a97035fc62599641ef82fa7f07222a857766bb793d19f639b08a6c19
tag: 1.14.1-r0@sha256:378b53024050a7defd66703d774d5b45cf0d575db4241a8963e16759066e8ec1
velero-plugin-for-aws:
repo: proxy.replicated.com/anonymous/replicated/ec-velero-plugin-for-aws
tag: 1.10.1-r0@sha256:c8555cc7874caaef9b4da3bb5c88f247612aee9d55ab131057419c62e5be8209
tag: 1.10.1-r0@sha256:06195f10a9c1afbebbbf9a3375375badbb7dfe6849bf2b578fdc75c6b3e41c06
velero-restore-helper:
repo: proxy.replicated.com/anonymous/replicated/ec-velero-restore-helper
tag: 1.14.1-r0@sha256:cf1795245954f83bc3c1b8a833df64b76d75674cf5e713946ede2a58384209a8
tag: 1.14.1-r0@sha256:43e7be79105b7f8cfcf4472ee26203576b83d52dc18a77514f9a3cb44e8b893e
8 changes: 4 additions & 4 deletions pkg/addons/velero/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ credentials:
deployNodeAgent: true
image:
repository: 'proxy.replicated.com/anonymous/replicated/ec-velero'
tag: '1.14.1-r0@sha256:13235e66a97035fc62599641ef82fa7f07222a857766bb793d19f639b08a6c19'
tag: '1.14.1-r0@sha256:378b53024050a7defd66703d774d5b45cf0d575db4241a8963e16759066e8ec1'
initContainers:
- image: 'proxy.replicated.com/anonymous/replicated/ec-velero-plugin-for-aws:1.10.1-r0@sha256:c8555cc7874caaef9b4da3bb5c88f247612aee9d55ab131057419c62e5be8209'
- image: 'proxy.replicated.com/anonymous/replicated/ec-velero-plugin-for-aws:1.10.1-r0@sha256:06195f10a9c1afbebbbf9a3375375badbb7dfe6849bf2b578fdc75c6b3e41c06'
imagePullPolicy: IfNotPresent
name: velero-plugin-for-aws
volumeMounts:
Expand All @@ -28,14 +28,14 @@ initContainers:
kubectl:
image:
repository: 'proxy.replicated.com/anonymous/replicated/ec-kubectl'
tag: '1.31.0-r1@sha256:70b2e76f316eb753b70d1349861d9b5bd58fff2cfa551072917dd68b50bdb2af'
tag: '1.31.0-r1@sha256:8e0463ce20811f258ef75a858dd2590b2c3c76a3c9670fe443ef23da70cc47ee'
configMaps:
fs-restore-action-config:
labels:
velero.io/plugin-config: ""
velero.io/pod-volume-restore: RestoreItemAction
data:
image: 'proxy.replicated.com/anonymous/replicated/ec-velero-restore-helper:1.14.1-r0@sha256:cf1795245954f83bc3c1b8a833df64b76d75674cf5e713946ede2a58384209a8'
image: 'proxy.replicated.com/anonymous/replicated/ec-velero-restore-helper:1.14.1-r0@sha256:43e7be79105b7f8cfcf4472ee26203576b83d52dc18a77514f9a3cb44e8b893e'
nodeAgent:
podVolumePath: /var/lib/k0s/kubelet/pods
snapshotsEnabled: false
Loading