Skip to content

Commit

Permalink
pull etcsync from ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
turtlebasket authored Feb 16, 2025
1 parent 8b81b68 commit 2396812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .transpire.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def add_ocfweb_common(dep):
dep.obj.spec.template.spec.containers.append(
{
"name": "sync-etc",
"image": "harbor.ocf.berkeley.edu/ocf/etc/sync:4c3eb1f6ba456ec30a2fbf21423364eaf0ae40bd",
"image": "ghcr.io/ocf/etc-sync:0407f4c3b294910e4f0361745ed7d508b64ffda9",
"args": ["/etc/ocf", "--repeat-delay", "60"],
"volumeMounts": [{"name": "etc", "mountPath": "/etc/ocf"}],
}
Expand Down

0 comments on commit 2396812

Please sign in to comment.