Skip to content

Commit

Permalink
docs, values, profit
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel committed Mar 14, 2024
1 parent 7114f69 commit 6b4a701
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/velero/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ uds zarf tools kubectl apply -f - <<-EOF
apiVersion: velero.io/v1
kind: Backup
metadata:
name: ${BACKUP_NAME}
name: test-backup
namespace: velero
spec:
csiSnapshotTimeout: 0s
Expand Down
8 changes: 4 additions & 4 deletions src/velero/values/registry1-values.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
image:
repository: registry1.dso.mil/ironbank/opensource/velero/velero
tag: v1.12.3
tag: v1.13.0

kubectl:
image:
repository: registry1.dso.mil/ironbank/opensource/kubernetes-1.21/kubectl
tag: v1.21.14
repository: registry1.dso.mil/ironbank/big-bang/base
tag: 2.1.0

initContainers:
- name: velero-plugin-for-aws
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.8.2
image: registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.0
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /target
Expand Down
8 changes: 3 additions & 5 deletions src/velero/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ components:
valuesFiles:
- values/registry1-values.yaml
images:
# The kubectl image used by default in the repo1 chart does not support the runtime command of the upstream chart (`which` has been removed in the IB image) -- suggest replacing with an alternative kubectl image
# - registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.28.6
- registry1.dso.mil/ironbank/opensource/kubernetes-1.21/kubectl:v1.21.14
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.12.3
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.8.2
- registry1.dso.mil/ironbank/opensource/velero/velero:v1.13.0
- registry1.dso.mil/ironbank/opensource/velero/velero-plugin-for-aws:v1.9.0
- registry1.dso.mil/ironbank/big-bang/base:2.1.0

0 comments on commit 6b4a701

Please sign in to comment.