Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add How to start page, update developers guide cd and workflows pages #12

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

Lmittie
Copy link

@Lmittie Lmittie commented Jan 9, 2025

No description provided.

docs/developers_guide/getting_started.md Show resolved Hide resolved
docs/developers_guide/cd/delivery.md Outdated Show resolved Hide resolved
- **kaniko-s3-p-cwft**: Builds container tar-images with Kaniko and puts them to the S3.

- **crane-s3-p-cwft**
Tags and pushes built images from S3 to the Harbor container registry.
Copy link
Collaborator

Choose a reason for hiding this comment

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

AFAIR this step reads tar archive from blob storage (S3 in AWS case), builds image from it, and pushes it to the registry (Harbor). So this description is not 100% true. It's better to check with @vtsarfin

Also, please avoid using cloud provider specific service names, like S3 as it will be different on Azure and GCP.

Updates tags for unchanged services to keep them consistent with updated ones.

- **version-changer-cwft**
Updates the `version.yaml` file in the GitOps repository to reference the latest image versions.
Copy link
Collaborator

Choose a reason for hiding this comment

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

For dev environment only, as dev considered to be starting point for promotion pipeline.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants