Skip to content

Commit 4a6a3c2

Browse files
bdchathamclaude
andauthored
chore: bump controller image to d122d39 (OTel semconv fix) (#102)
Picks up the OTel schema-URL fix from #101, which unblocks the post-#99 controller image. Prior image (20a1a90) crashes at startup with: Failed to initialize OTel MeterProvider conflicting Schema URL: ...1.40.0 and ...1.26.0 Image: 189176372795.dkr.ecr.us-east-2.amazonaws.com/sei/sei-k8s-controller:d122d39d5863a391d879cee2abdab5808a631db3 sha256:6a0a11bd2b135777d7bf4973f4009553b49a3cd4d2bfe41e08947e6a1780fde4 Post-Flux-sync verification: kubectl -n sei-k8s-controller-system get pods # expect: all pods Running on the new image, no CrashLoopBackOff Unblocks autobake workflow (platform#101) which reads status.internalService.name from the post-#99 controller. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d122d39 commit 4a6a3c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
- --metrics-bind-address=:8080
3333
- --leader-elect
3434
- --health-probe-bind-address=:8081
35-
image: 189176372795.dkr.ecr.us-east-2.amazonaws.com/sei/sei-k8s-controller:20a1a9038725109d434f3940797200afaf75aa44
35+
image: 189176372795.dkr.ecr.us-east-2.amazonaws.com/sei/sei-k8s-controller:d122d39d5863a391d879cee2abdab5808a631db3
3636
name: manager
3737
env:
3838
- name: SEI_NODEPOOL_NAME

0 commit comments

Comments
 (0)