Skip to content

Commit 29bf73f

Browse files
Atralupusclaude
andcommitted
chore(rb): re-pin staging web2/web3 images to git-a5db7f0
c3da22f0 (previous pin, #3518) failed to build every service except league-reward-worker — other Dockerfiles didn't COPY the new workspace's package.json, so `bun install --frozen-lockfile` failed and those images were never pushed. petpop !1251 fixed the Dockerfiles; a5db7f0 is its develop merge where all build:* jobs succeed. Bump all staging web2/web3 image tags to git-a5db7f0afb... so every service (incl. mail-send-worker) resolves. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 99a042d commit 29bf73f

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

9c-internal/ragnarok-breaker-staging-web2/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@ imagePullSecret:
55

66
worker:
77
image:
8-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
8+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
99

1010
v8Gateway:
1111
image:
12-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
12+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
1313

1414
logStream:
1515
image:
16-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
16+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
1717

1818
# web2: ygg workloads are disabled, but image.tag is pinned
1919
# so `bump-image rb <hash>` (bulk) stays uniform across env×tier.
2020
yggRedeem:
2121
enabled: false
2222
image:
23-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
23+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
2424
yggQuestWorker:
2525
enabled: false
2626
image:
27-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
27+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
2828
# bq-analytics runs in production only; disabled here, tag pinned for bulk bump.
2929
bqAnalyticsWorker:
3030
enabled: false
3131
image:
32-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
32+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
3333

3434
# 메일 지급 워커 — staging 검증용 활성화. tag = petpop build:mail-send-worker 산출 이미지.
3535
# 발송 계정: 공유 워커/게이트웨이 계정을 재사용(admin.ts mailSendWorker role 등록됨). 워커가
@@ -39,7 +39,7 @@ bqAnalyticsWorker:
3939
mailSendWorker:
4040
enabled: true
4141
image:
42-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
42+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
4343
httpRoute:
4444
enabled: true
4545
hostnames:
@@ -52,6 +52,6 @@ mailSendWorker:
5252
leagueRewardWorker:
5353
enabled: true
5454
image:
55-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
55+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
5656
config:
5757
verseLabel: staging-w2

9c-internal/ragnarok-breaker-staging-web3/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,33 @@ imagePullSecret:
55

66
worker:
77
image:
8-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
8+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
99

1010
v8Gateway:
1111
image:
12-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
12+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
1313

1414
logStream:
1515
image:
16-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
16+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
1717

1818
yggRedeem:
1919
image:
20-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
20+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
2121
httpRoute:
2222
enabled: true
2323
hostnames:
2424
- ygg-redeem-staging.9c.gg
2525

2626
yggQuestWorker:
2727
image:
28-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
28+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
2929

3030
# bq-analytics runs in production only; disabled here, tag pinned for bulk bump.
3131
bqAnalyticsWorker:
3232
enabled: false
3333
image:
34-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
34+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
3535

3636
# 메일 지급 워커 — staging-web3 도 web2 와 동일하게 활성화(그간 web2 만 있었음).
3737
# tag = staging 검증 이미지(web2 와 동일). 발송 계정: 공유 워커/게이트웨이 계정 재사용
@@ -40,7 +40,7 @@ bqAnalyticsWorker:
4040
mailSendWorker:
4141
enabled: true
4242
image:
43-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
43+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
4444
httpRoute:
4545
enabled: true
4646
hostnames:
@@ -53,6 +53,6 @@ mailSendWorker:
5353
leagueRewardWorker:
5454
enabled: true
5555
image:
56-
tag: git-c3da22f0afb86d512a15769b52ad1c5464b76c1d
56+
tag: git-a5db7f0fa8877084f6c992b391e9d2a7b037c3c0
5757
config:
5858
verseLabel: staging-w3

0 commit comments

Comments
 (0)