File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed
Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ config:
3838 secretName : " cm-service"
3939 secretKey : " butler-authn"
4040 storageClassName : " sdf-data-rubin"
41- subPath : " repo/main "
42- mountPath : " /sdf/group/rubin/repo/main "
41+ subPath : " repo"
42+ mountPath : " /sdf/group/rubin/repo"
4343 repositories :
44+ " dp2_prep " : " /sdf/group/rubin/repo/dp2_prep"
4445 " /repo/main " : " /sdf/group/rubin/repo/main/butler.yaml"
4546 " /repo/main+sasquatch_dev " : " /sdf/group/rubin/repo/main/butler+sasquatch_dev.yaml"
4647 " /repo/embargo " : " s3://embargo@rubin-summit-users/butler.yaml"
@@ -61,7 +62,7 @@ config:
6162 useNativeHttplib : " 1"
6263
6364image :
64- tag : " 0.6.0 "
65+ tag : " tickets-DM-53781-canvas "
6566 pullPolicy : Always
6667
6768daemon :
@@ -70,5 +71,5 @@ daemon:
7071 gid : 1126
7172 image :
7273 repository : " ghcr.io/lsst-dm/cm-worker"
73- tag : " 0.6.0 "
74+ tag : " tickets-DM-53781-canvas "
7475 pullPolicy : Always
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ config:
2424 DAEMON_CAMPAIGNS : 1
2525 DAEMON_NODES : 1
2626 STORE_FSM : 1
27- ALLOW_TASK_UPSERT : 0
27+ ALLOW_TASK_UPSERT : 1
2828 MOCK_BUTLER : 0
2929 MOCK_BPS : 0
3030
@@ -38,9 +38,10 @@ config:
3838 secretName : " cm-service"
3939 secretKey : " butler-authn"
4040 storageClassName : " sdf-data-rubin"
41- subPath : " repo/main "
42- mountPath : " /sdf/group/rubin/repo/main "
41+ subPath : " repo"
42+ mountPath : " /sdf/group/rubin/repo"
4343 repositories :
44+ " dp2_prep " : " /sdf/group/rubin/repo/dp2_prep"
4445 " /repo/main " : " /sdf/group/rubin/repo/main/butler.yaml"
4546 " /repo/main+sasquatch_dev " : " /sdf/group/rubin/repo/main/butler+sasquatch_dev.yaml"
4647 " /repo/embargo " : " s3://embargo@rubin-summit-users/butler.yaml"
@@ -62,14 +63,14 @@ config:
6263 useNativeHttplib : " 1"
6364
6465image :
65- tag : " 0.6.0 "
66- pullPolicy : IfNotPresent
66+ tag : " tickets-DM-52923-release "
67+ pullPolicy : Always
6768
6869daemon :
6970 security :
7071 uid : 17951
7172 gid : 1126
7273 image :
7374 repository : " ghcr.io/lsst-dm/cm-worker"
74- tag : " 0.6.0 "
75- pullPolicy : IfNotPresent
75+ tag : " tickets-DM-52923-release "
76+ pullPolicy : Always
You can’t perform that action at this time.
0 commit comments