Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcollier committed Jun 17, 2024
1 parent 7fb3770 commit 497736f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions architecture/build-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ The Build Service is composed of controllers that create and configure build pip
The Build Service is dependent on the following services:
- [Pipeline Service](./pipeline-service.md)
- Pipeline execution, Pipeline logging
- [Hybrid Application Service](./hybrid-application-service.md)
- Provides Component CR with annotations and `.status.devfile` which is used for PipelineRun configuration.
- [Image Controller](./image-controller.md)
- Generation of a container image repository and robot account for Component CR which is used by PipelineRun

Expand Down
3 changes: 1 addition & 2 deletions architecture/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ these resources.

Each service that makes up Konflux is further explained in its own document.

- [Hybrid Application Service](./hybrid-application-service.md) - A workflow system that manages
the definition of the users' Application and Components.
- [Hybrid Application Service](./hybrid-application-service.md) - A workflow system that runs the validation webhooks for Applications and Components
- [Build Service](./build-service.md) - A workflow system that manages the build pipeline definition
for users' Components.
- [Image Controller](./image-controller.md) - A subsystem of the build-service that manages the
Expand Down
2 changes: 1 addition & 1 deletion architecture/integration-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The [Integration Service](./integration-service.md) is dependent on the followin
- Snapshots defining sets of Builds to test
- Environment to test the Application on
- [Hybrid Application Service](./hybrid-application-service.md)
- Provides the Application and Component model. Integration Service updates the pullspec reference on the Component CR when a snapshot is created for the built image.
- Validates the Application and Component CRs. Integration Service updates the pullspec reference on the Component CR when a snapshot is created for the built image.
- [Release Service](./release-service.md)
- Provides the ReleasePlan that will be used to determine if integration-service should create a Release
- [Enterprise Contract Service](./enterprise-contract.md)
Expand Down

0 comments on commit 497736f

Please sign in to comment.