Skip to content

Commit e551bf2

Browse files
committed
feat(cm-service): Deploy CM Service 0.8.0
- deploy staging release 0.8.0aN - pin gafaelfawr to 14.x
1 parent 2387683 commit e551bf2

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ config:
2727
DAEMON_V2: 1
2828
DAEMON_CAMPAIGNS: 1
2929
DAEMON_NODES: 1
30+
SCHEDULER: 1
3031
STORE_FSM: 1
3132
ALLOW_TASK_UPSERT: 1
3233
MOCK_BUTLER: 0
@@ -66,7 +67,7 @@ config:
6667
useNativeHttplib: "1"
6768

6869
image:
69-
tag: "0.7.0"
70+
tag: "tickets-DM-54951-staging"
7071
pullPolicy: Always
7172

7273
daemon:
@@ -75,10 +76,10 @@ daemon:
7576
gid: 1126
7677
image:
7778
repository: "ghcr.io/lsst-dm/cm-worker"
78-
tag: "0.7.0"
79+
tag: "tickets-DM-54951-staging"
7980
pullPolicy: Always
8081

8182
web:
8283
image:
83-
tag: "0.7.0"
84+
tag: "tickets-DM-54951-staging"
8485
pullPolicy: Always

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ config:
2727
DAEMON_V2: 1
2828
DAEMON_CAMPAIGNS: 1
2929
DAEMON_NODES: 1
30+
SCHEDULER: 0
3031
STORE_FSM: 1
3132
ALLOW_TASK_UPSERT: 1
3233
MOCK_BUTLER: 0
@@ -67,7 +68,7 @@ config:
6768
useNativeHttplib: "1"
6869

6970
image:
70-
tag: "0.7.0"
71+
tag: "0.7.2"
7172
pullPolicy: IfNotPresent
7273

7374
daemon:
@@ -76,10 +77,10 @@ daemon:
7677
gid: 1126
7778
image:
7879
repository: "ghcr.io/lsst-dm/cm-worker"
79-
tag: "0.7.0"
80+
tag: "0.7.2"
8081
pullPolicy: IfNotPresent
8182

8283
web:
8384
image:
84-
tag: "0.7.0"
85+
tag: "0.7.2"
8586
pullPolicy: IfNotPresent

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,3 +224,6 @@ config:
224224
- "rra"
225225
- "ytl"
226226
- "ppascual"
227+
228+
image:
229+
tag: 14.1.0

0 commit comments

Comments
 (0)