Skip to content

Commit

Permalink
chore(deps): update velero
Browse files Browse the repository at this point in the history
| datasource | package                   | from   | to     |
| ---------- | ------------------------- | ------ | ------ |
| docker     | docker.io/bitnami/kubectl | 1.30.0 | 1.30.1 |
| helm       | velero                    | 6.1.0  | 6.2.0  |
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent 1bde4cc commit 74db58d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/velero/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ components:
- name: velero
namespace: velero
url: https://vmware-tanzu.github.io/helm-charts
version: 6.1.0
version: 6.2.0
repoName: velero
releaseName: velero
valuesFiles:
Expand Down
2 changes: 1 addition & 1 deletion src/velero/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
kubectl:
image:
repository: docker.io/bitnami/kubectl
tag: 1.30.0
tag: 1.30.1

initContainers:
- name: velero-plugin-for-aws
Expand Down
2 changes: 1 addition & 1 deletion src/velero/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ components:
images:
- velero/velero:v1.13.2
- velero/velero-plugin-for-aws:v1.9.2
- docker.io/bitnami/kubectl:1.30.0
- docker.io/bitnami/kubectl:1.30.1

- name: velero
required: true
Expand Down

0 comments on commit 74db58d

Please sign in to comment.