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(deps): update velero #695

Merged
merged 2 commits into from
Aug 28, 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
6 changes: 3 additions & 3 deletions src/velero/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: registry1.dso.mil/ironbank/opensource/velero/velero
tag: v1.14.0
tag: v1.14.1

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

initContainers:
- name: velero-plugin-for-aws
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.0
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-azure
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.0
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
8 changes: 4 additions & 4 deletions src/velero/values/unicorn-values.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
image:
repository: cgr.dev/du-uds-defenseunicorns/velero-fips
tag: 1.14.0-dev
tag: 1.14.1-dev

kubectl:
image:
repository: cgr.dev/du-uds-defenseunicorns/kubectl-fips
tag: 1.29.7-dev
tag: 1.29.8-dev

initContainers:
- name: velero-plugin-for-aws
image: cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.10.0
image: cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-azure
image: velero/velero-plugin-for-microsoft-azure:v1.10.0
image: velero/velero-plugin-for-microsoft-azure:v1.10.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
@@ -1,6 +1,6 @@
image:
repository: velero/velero
tag: v1.14.0
tag: v1.14.1

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

initContainers:
- name: velero-plugin-for-aws
image: velero/velero-plugin-for-aws:v1.10.0
image: velero/velero-plugin-for-aws:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
name: plugins
- name: velero-plugin-for-azure
image: velero/velero-plugin-for-microsoft-azure:v1.10.0
image: velero/velero-plugin-for-microsoft-azure:v1.10.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
20 changes: 10 additions & 10 deletions src/velero/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ components:
valuesFiles:
- values/upstream-values.yaml
images:
- velero/velero:v1.14.0
- velero/velero-plugin-for-aws:v1.10.0
- velero/velero:v1.14.1
- velero/velero-plugin-for-aws:v1.10.1
- docker.io/bitnami/kubectl:1.31.0
- velero/velero-plugin-for-microsoft-azure:v1.10.0
- velero/velero-plugin-for-microsoft-azure:v1.10.1

- name: velero
required: true
Expand All @@ -32,10 +32,10 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.14.0
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.0
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.14.1
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.10.1
- registry1.dso.mil/ironbank/big-bang/base:2.1.0
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.0
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-microsoft-azure:v1.10.1

- name: velero
required: true
Expand All @@ -48,7 +48,7 @@ components:
valuesFiles:
- values/unicorn-values.yaml
images:
- cgr.dev/du-uds-defenseunicorns/velero-fips:1.14.0-dev
- cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.10.0
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.29.7-dev
- velero/velero-plugin-for-microsoft-azure:v1.10.0
- cgr.dev/du-uds-defenseunicorns/velero-fips:1.14.1-dev
- cgr.dev/du-uds-defenseunicorns/velero-plugin-for-aws-fips:1.10.1
- cgr.dev/du-uds-defenseunicorns/kubectl-fips:1.29.8-dev
- velero/velero-plugin-for-microsoft-azure:v1.10.1