Skip to content

Commit e2bdaa3

Browse files
committed
fix: use env vars for adapter image in cl-maestro values.yaml
Replace hardcoded `ci/hyperfleet-adapter:latest` with `${ADAPTER_IMAGE_REPO}:${ADAPTER_IMAGE_TAG}` to match the pattern used by other adapter configs. Keep broker `CHANGE_ME` placeholders as maestro transport requires specific configuration.
1 parent 1e18b8d commit e2bdaa3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

testdata/adapter-configs/cl-maestro/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ broker:
1919
dead_letter_topic: CHANGE_ME
2020

2121
image:
22-
registry: CHANGE_ME
23-
repository: ci/hyperfleet-adapter
22+
registry: ${IMAGE_REGISTRY}
23+
repository: ${ADAPTER_IMAGE_REPO}
2424
pullPolicy: Always
25-
tag: latest
25+
tag: ${ADAPTER_IMAGE_TAG}
2626

2727
rbac:
2828
resources:

0 commit comments

Comments
 (0)