Skip to content

Commit 2396812

Browse files
authored
pull etcsync from ghcr
1 parent 8b81b68 commit 2396812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.transpire.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def add_ocfweb_common(dep):
2626
dep.obj.spec.template.spec.containers.append(
2727
{
2828
"name": "sync-etc",
29-
"image": "harbor.ocf.berkeley.edu/ocf/etc/sync:4c3eb1f6ba456ec30a2fbf21423364eaf0ae40bd",
29+
"image": "ghcr.io/ocf/etc-sync:0407f4c3b294910e4f0361745ed7d508b64ffda9",
3030
"args": ["/etc/ocf", "--repeat-delay", "60"],
3131
"volumeMounts": [{"name": "etc", "mountPath": "/etc/ocf"}],
3232
}

0 commit comments

Comments
 (0)