Skip to content

Commit

Permalink
feat(dr): add etcd and rclone images
Browse files Browse the repository at this point in the history
  • Loading branch information
kriive committed Feb 28, 2025
1 parent 56eb4f0 commit 2a68ebf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/dr/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,17 @@ images:
- "v8.0.1"
destinations:
- registry.sighup.io/fury/sig-storage/snapshot-controller

- name: etcd [Fury Kubernetes DR]
source: docker.io/bitnami/etcd
tag:
- "3.5.17"
destinations:
- registry.sighup.io/fury/etcd-backup/etcd

- name: rclone [Fury Kubernetes DR]
source: docker.io/rclone/rclone
tag:
- "v1.69-stable"
destinations:
- registry.sighup.io/fury/etcd-backup/rclone

0 comments on commit 2a68ebf

Please sign in to comment.