Skip to content

Commit b4545f2

Browse files
committed
cm-service:
fix(cm-service): allow task upsert in prod chore: change to dev release
1 parent 109b834 commit b4545f2

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

applications/cm-service/values-usdf-cm-dev.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

6364
image:
64-
tag: "0.6.0"
65+
tag: "tickets-DM-53781-canvas"
6566
pullPolicy: Always
6667

6768
daemon:
@@ -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

applications/cm-service/values-usdf-cm.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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

6465
image:
65-
tag: "0.6.0"
66-
pullPolicy: IfNotPresent
66+
tag: "tickets-DM-52923-release"
67+
pullPolicy: Always
6768

6869
daemon:
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

0 commit comments

Comments
 (0)