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     | cgr.dev/du-uds-defenseunicorns/velero-fips                | 1.15.0  | 1.15.1  |
| docker     | cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips | 1.11.0  | 1.11.1  |
| docker     | velero/velero                                             | v1.15.0 | v1.15.1 |
| docker     | velero/velero-plugin-for-aws                              | v1.11.0 | v1.11.1 |
| docker     | velero/velero-plugin-for-microsoft-azure                  | v1.11.0 | v1.11.1 |
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 8bbf6b3 commit de07df7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/velero/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

image:
repository: cgr.dev/du-uds-defenseunicorns/velero-fips
tag: 1.15.0-dev
tag: 1.15.1-dev

kubectl:
image:
Expand All @@ -12,13 +12,13 @@ kubectl:

initContainers:
- name: velero-plugin-for-aws
image: cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.11.0
image: cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.11.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-azure
image: velero/velero-plugin-for-microsoft-azure:v1.11.0
image: velero/velero-plugin-for-microsoft-azure:v1.11.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
6 changes: 3 additions & 3 deletions src/velero/values/upstream-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

image:
repository: velero/velero
tag: v1.15.0
tag: v1.15.1

kubectl:
image:
Expand All @@ -12,13 +12,13 @@ kubectl:

initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.11.0
image: velero/velero-plugin-for-aws:v1.11.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-azure
image: velero/velero-plugin-for-microsoft-azure:v1.11.0
image: velero/velero-plugin-for-microsoft-azure:v1.11.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
12 changes: 6 additions & 6 deletions src/velero/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- velero/velero:v1.15.0
- velero/velero-plugin-for-aws:v1.11.0
- velero/velero:v1.15.1
- velero/velero-plugin-for-aws:v1.11.1
- docker.io/bitnami/kubectl:1.32.0
- velero/velero-plugin-for-microsoft-azure:v1.11.0
- velero/velero-plugin-for-microsoft-azure:v1.11.1

- name: velero
required: true
Expand Down Expand Up @@ -51,7 +51,7 @@ components:
valuesFiles:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/velero-fips:1.15.0-dev
- cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.11.0
- cgr.dev/du-uds-defenseunicorns/velero-fips:1.15.1-dev
- cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.11.1
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.32.0-dev
- velero/velero-plugin-for-microsoft-azure:v1.11.0
- velero/velero-plugin-for-microsoft-azure:v1.11.1

0 comments on commit de07df7

Please sign in to comment.