@ctxpipe/aws-cdk 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -42,8 +42,6 @@ Deploy with your CDK app as usual (`cdk synth`, then `cdk deploy`).
|
|
|
42
42
|
## Optional props
|
|
43
43
|
|
|
44
44
|
- `connectorSecrets`: deployment-wide connector secrets (GitHub/Atlassian). Omit for first boot if connectors are not configured yet.
|
|
45
|
-
- `serviceImageTag`: optional — one GHCR tag for every service image (backend, worker, UI, codesearch, migrate). When omitted, defaults to the commit SHA embedded at package build time (aligned with GHCR `:sha` tags for that commit), or `latest` if Git was unavailable when the package was built.
|
|
46
|
-
- `infraDefaults`: minor defaults such as AZ count, NAT gateways, DB name, backup retention days.
|
|
47
45
|
|
|
48
46
|
## What `CtxPipe` provisions
|
|
49
47
|
|
|
@@ -80,7 +78,9 @@ Runtime defaults injected by the construct include:
|
|
|
80
78
|
|
|
81
79
|
## Image-tag coupling note
|
|
82
80
|
|
|
83
|
-
|
|
81
|
+
`@ctxpipe/aws-cdk` always uses one internal default GHCR tag for backend/worker/ui/codesearch/migrate task definitions. That tag is release-managed and stamped during CI to the same commit SHA used to publish `ghcr.io/ctxpipe-ai/*:<sha>` images on `main`.
|
|
82
|
+
|
|
83
|
+
This keeps the package and service images aligned by default with no extra config in `CtxPipeProps`.
|
|
84
84
|
|
|
85
85
|
## Environment checklist
|
|
86
86
|
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* Intentionally not configurable via {@link CtxPipeProps} so CDK-defined infra
|
|
4
4
|
* cannot drift from the container images this construct expects.
|
|
5
5
|
*/
|
|
6
|
-
export declare const PINNED_SERVICE_IMAGE_TAG: "
|
|
6
|
+
export declare const PINNED_SERVICE_IMAGE_TAG: "6770577d3470be5ed802b93ed53b5fe47fcb3b78";
|
|
7
7
|
//# sourceMappingURL=pinned-service-image-tag.d.ts.map
|
|
@@ -6,6 +6,6 @@ exports.PINNED_SERVICE_IMAGE_TAG = void 0;
|
|
|
6
6
|
* Intentionally not configurable via {@link CtxPipeProps} so CDK-defined infra
|
|
7
7
|
* cannot drift from the container images this construct expects.
|
|
8
8
|
*/
|
|
9
|
-
//
|
|
10
|
-
exports.PINNED_SERVICE_IMAGE_TAG = "
|
|
9
|
+
// Updated by release CI to the commit SHA associated with the published package.
|
|
10
|
+
exports.PINNED_SERVICE_IMAGE_TAG = "6770577d3470be5ed802b93ed53b5fe47fcb3b78";
|
|
11
11
|
//# sourceMappingURL=pinned-service-image-tag.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pinned-service-image-tag.js","sourceRoot":"","sources":["../src/pinned-service-image-tag.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,
|
|
1
|
+
{"version":3,"file":"pinned-service-image-tag.js","sourceRoot":"","sources":["../src/pinned-service-image-tag.ts"],"names":[],"mappings":";;;AAAA;;;;GAIG;AACH,iFAAiF;AACpE,QAAA,wBAAwB,GACnC,0CAAmD,CAAC"}
|