Skip to content

Commit 59918b2

Browse files
Update README.md to reflect changes in project description and features
1 parent 4a253c4 commit 59918b2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Spring Boot Postgres - Helm & Kustomize Deployment
22

3-
This project demonstrates a complete GitOps-style deployment of a Spring Boot + PostgreSQL application using **Helm**, **Kustomize**, and **GitHub Actions (CI)**.
3+
This project demonstrates a GitOps-style Continuous Integration (CI) pipeline for a **Spring Boot + PostgreSQL** application, leveraging:
44

5+
• **Kustomize and Helm** for Kubernetes manifests management
6+
• **GitHub Actions** for building, testing, tagging, and pushing images
7+
• **DockerHub** as the image registry
8+
9+
The current focus is **CI only** — with clear automation of image updates through Git. **ArgoCD-based Continuous Deployment (CD)** will be implemented in the next stage.
510
---
611

712
## Project Structure

0 commit comments

Comments
 (0)