Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions argocd/applications/torghut/clickhouse/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ resources:
images:
- name: registry.ide-newton.ts.net/lab/signal-publisher
newName: registry.ide-newton.ts.net/lab/signal-publisher
newTag: "sha-72006ac26afef02e42fc1af8d434e49835cc40d6"
digest: sha256:2561a79d2baaa998036344c121cc3986aedec365881911dd592d334163d82729
newTag: "sha-5c3bb55917c9082e8b77dc61ae284cbf74dd9268"
digest: sha256:0175115e0aa27968919680fd4a6cb99e00e54dc1c40b1ec41d5c34c1bbbbf6df
Comment on lines +22 to +23

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Align the rollout record with the deployed image

Fresh evidence in this revision is that its rollout record names source/tag 2b1c8a2f... and digest sha256:c09116b0..., while this changed pin and the CronJob provenance deploy 5c3bb559... at sha256:0175115e.... Because operators cannot determine which immutable artifact this promotion intends to deploy or use the record reliably for verification and rollback, update the rollout notes to match the manifest (or pin the recorded artifact).

AGENTS.md reference: AGENTS.md:L98-L98

Useful? React with 👍 / 👎.

Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ spec:
name: bayn-universe-v2
key: HISTORY_FEED
- name: SIGNAL_CODE_REVISION
value: "72006ac26afef02e42fc1af8d434e49835cc40d6"
value: "5c3bb55917c9082e8b77dc61ae284cbf74dd9268"
- name: SIGNAL_IMAGE_REPOSITORY
value: registry.ide-newton.ts.net/lab/signal-publisher
- name: SIGNAL_IMAGE_DIGEST
value: sha256:2561a79d2baaa998036344c121cc3986aedec365881911dd592d334163d82729
value: sha256:0175115e0aa27968919680fd4a6cb99e00e54dc1c40b1ec41d5c34c1bbbbf6df
- name: SIGNAL_CLICKHOUSE_URL
value: http://torghut-clickhouse.torghut.svc.cluster.local:8123
- name: SIGNAL_CLICKHOUSE_USERNAME
Expand Down
Loading