871: Add update k8s verstion tag CI function#864
Conversation
ad0cc23 to
90bc0cc
Compare
Ticket Validation FailedThe following issues were found with the attached ticket:
|
Title871: Add update k8s verstion tag CI function PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
A[ci-cd.yml] --> B{Deploy Web Job};
B -- "Uses" --> C[deploy-web composite action];
C -- "Builds & Pushes Image" --> D[build-image composite action];
D -- "Outputs Tag" --> C;
C -- "Updates K8s Manifest" --> E[deploy script];
E -- "Creates & Merges PR" --> F[create-k8s-pr script];
F -- "Updates" --> G[k8s-personal repo];
|
| Relevant files | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Enhancement | 7 files
| ||||||||||||||
| Dependencies | 1 files
| ||||||||||||||
| Configuration changes | 1 files
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
3d313e0 to
1e8d09f
Compare
Title871: Add update k8s verstion tag CI function PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
A[CI/CD Workflow] --> B{Build Image (Web/Bot)};
B --> C[Get Image Tag];
C --> D[Deploy Script];
D --> E[Create K8s PR Utility];
E -- "Updates kustomization.yaml" --> F[k8s-personal Repo];
F -- "Creates & Merges PR" --> F;
|
| Relevant files | |||
|---|---|---|---|
| Ci/cd enhancement | |||
| Type definition | 1 files
| ||
| Ci/cd utility | 1 files
| ||
| Utility | 1 files
| ||
| Ci/cd refactoring | |||
| Ci/cd orchestration | |||
| Dependencies | 1 files
| ||
| Ci/cd workflow update | 1 files
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
/deploy |
prettier prettier fixes Fix standup bot issue changes fix issues
|
/deploy |
Title871: Add update k8s verstion tag CI function PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
A[Build Web Image] --> B{Deploy Web Service};
B --> C[Update K8s Manifest (Web)];
C --> D[Create & Merge K8s PR];
E[Build Standup Bot Image] --> F{Deploy Standup Bot Service};
F --> G[Update K8s Manifest (Standup Bot)];
G --> D;
|
| Relevant files | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Enhancement | 6 files
| ||||||||||||
| Utility | |||||||||||||
| Configuration changes | 4 files
| ||||||||||||
| Dependencies | 1 files
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
/deploy |
871
Description of changes
Updated k8s verison of tag ci function
Checklist before review
Screenshots