From 3f99ec804e48f589b05756f84b84bc511654aaf8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:02:40 +0000 Subject: [PATCH 1/2] Initial plan From 6cc00222138df3399875b0d9af97edb4fb637bf8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:04:14 +0000 Subject: [PATCH 2/2] docs: add clear DevOps starter kit description to README and quickstart --- QUICKSTART.md | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/QUICKSTART.md b/QUICKSTART.md index fe1826c..1b5caad 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -1,5 +1,7 @@ # Quick Start Guide +DevOps starter kit for Spring Boot with Docker, Kubernetes, Helm, Minikube, ArgoCD, GitHub Actions, and optional SonarCloud. + This guide walks through the same setup as the README, but with a little more context. Use it if this is your first time running the project or if you want to understand what each command is proving. diff --git a/README.md b/README.md index 87ac130..c3341a9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ ![GitOps](https://img.shields.io/badge/GitOps-ArgoCD-ef7b4d) ![Quality](https://img.shields.io/badge/Quality-SonarCloud-4e9bcd) +DevOps starter kit for Spring Boot with Docker, Kubernetes, Helm, Minikube, ArgoCD, GitHub Actions, and optional SonarCloud. + A beginner-friendly DevOps starter platform for Spring Boot applications. It shows the full path from code to container image to Kubernetes deployment using GitHub Actions, DockerHub, Helm, ArgoCD, and Minikube. You can first run the demo exactly as-is, then connect your own accounts and application when you are ready.