From a950357b5f5976049a0988cbdb0487072053129e Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Fri, 8 May 2026 15:48:50 +0200 Subject: [PATCH 01/15] Change Docker image tag in GitHub Actions workflow --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6c69b9605..59abdf85f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -36,7 +36,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: mabusaa/argocd-course-webapp:${{ github.event.pull_request.head.sha }} + tags: AnhNg72/argocd-course-webapp:${{ github.event.pull_request.head.sha }} update-image-tag-in-helm: runs-on: ubuntu-latest needs: docker-build-push From 6e444f2604cefacd7767e3df5350ca97ecb84922 Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Fri, 8 May 2026 15:49:14 +0200 Subject: [PATCH 02/15] Update image repository in values.yaml --- helm/webapp/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/webapp/values.yaml b/helm/webapp/values.yaml index bb480773d..1ee8e083f 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: mabusaa/argocd-course-webapp + repository: AnhNg72/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "9dbc07045cd3502b9863803b21356cd5ec2a93eb" From ab43ff7aa2dbe30e9901ac7f0f256f9c68f323f9 Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Fri, 8 May 2026 15:56:23 +0200 Subject: [PATCH 03/15] Add test.md with initial content --- test.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.md diff --git a/test.md b/test.md new file mode 100644 index 000000000..9daeafb98 --- /dev/null +++ b/test.md @@ -0,0 +1 @@ +test From a6a7da43243fa0723b12a2633b7723bfee430be2 Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Fri, 8 May 2026 15:59:26 +0200 Subject: [PATCH 04/15] Update Docker image tags in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b66dbba9..478004bd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: mabusaa/argocd-course-webapp:${{ github.sha }} + tags: AnhNg72/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push From 3f9aa3f6387e23c2d6068b5c5db0686221b6a98c Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Mon, 11 May 2026 08:25:04 +0200 Subject: [PATCH 05/15] Change image repository for webapp --- helm/webapp/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/webapp/values.yaml b/helm/webapp/values.yaml index 1ee8e083f..bb480773d 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: AnhNg72/argocd-course-webapp + repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "9dbc07045cd3502b9863803b21356cd5ec2a93eb" From 581f5de378f32a754e22ad5bcbb4c7dcdc4c6cf7 Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Mon, 11 May 2026 08:29:01 +0200 Subject: [PATCH 06/15] Update Docker image tags in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 478004bd8..7b66dbba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: AnhNg72/argocd-course-webapp:${{ github.sha }} + tags: mabusaa/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push From 05392a953b66fbeba2bef63299cf6092905ca779 Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Mon, 11 May 2026 08:31:44 +0200 Subject: [PATCH 07/15] Update Docker image tag in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b66dbba9..478004bd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: mabusaa/argocd-course-webapp:${{ github.sha }} + tags: AnhNg72/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push From c8b1ebcb69868e2d7a400bbac10de5c0da47dfcc Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Mon, 11 May 2026 08:36:09 +0200 Subject: [PATCH 08/15] Update Docker image tag to use docker.io prefix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 478004bd8..63ba3ad5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: AnhNg72/argocd-course-webapp:${{ github.sha }} + tags: docker.io/AnhNg72/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push From 22035dd1c83c95d021b6d6367fe1bd26b5efbf74 Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Mon, 11 May 2026 08:37:31 +0200 Subject: [PATCH 09/15] Fix Docker image tag case sensitivity --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63ba3ad5b..ea1c4ca41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: docker.io/AnhNg72/argocd-course-webapp:${{ github.sha }} + tags: docker.io/anhng72/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push From fc89919c46a76f76c5cd1ea5aae3fc887e4ddea7 Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Mon, 11 May 2026 08:39:52 +0200 Subject: [PATCH 10/15] Update Docker image tag in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea1c4ca41..790ed0346 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: docker.io/anhng72/argocd-course-webapp:${{ github.sha }} + tags: docker.io/mabusaa/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push From 092b6586031e2d2a321a2c4fbc0d83f653d28d7b Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Mon, 11 May 2026 08:44:25 +0200 Subject: [PATCH 11/15] Update Docker image tag in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 790ed0346..ea1c4ca41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: docker.io/mabusaa/argocd-course-webapp:${{ github.sha }} + tags: docker.io/anhng72/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push From 92b37d4af3763bd2694968351a8e8748a4caeced Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Mon, 11 May 2026 08:46:38 +0200 Subject: [PATCH 12/15] Update Docker image tag in CI workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea1c4ca41..13b6b4252 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: docker.io/anhng72/argocd-course-webapp:${{ github.sha }} + tags: avng72/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push From 3d0211c2c8fa893896fe7860c443fb6e22c3f828 Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Mon, 11 May 2026 08:50:00 +0200 Subject: [PATCH 13/15] Update welcome message in Index.cshtml --- WebApplication1/Pages/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebApplication1/Pages/Index.cshtml b/WebApplication1/Pages/Index.cshtml index 72fed7a95..daa8358b4 100644 --- a/WebApplication1/Pages/Index.cshtml +++ b/WebApplication1/Pages/Index.cshtml @@ -5,6 +5,6 @@ }
-

Welcome to this demo

+

Welcome to this test demo

Learn about building Web apps with ASP.NET Core.

From f3db58e3b080d61771a1cbdb7d40e9511241cd03 Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Mon, 11 May 2026 08:54:42 +0200 Subject: [PATCH 14/15] Update welcome message in Index.cshtml --- WebApplication1/Pages/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebApplication1/Pages/Index.cshtml b/WebApplication1/Pages/Index.cshtml index daa8358b4..5f9a94059 100644 --- a/WebApplication1/Pages/Index.cshtml +++ b/WebApplication1/Pages/Index.cshtml @@ -5,6 +5,6 @@ }
-

Welcome to this test demo

+

Welcome to this updated test demo

Learn about building Web apps with ASP.NET Core.

From 737bbd7b6c978ee451e3f073d40d6b97b27c02a4 Mon Sep 17 00:00:00 2001 From: AnhNg72 Date: Mon, 11 May 2026 09:34:06 +0200 Subject: [PATCH 15/15] Update welcome message in Index.cshtml --- WebApplication1/Pages/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebApplication1/Pages/Index.cshtml b/WebApplication1/Pages/Index.cshtml index 5f9a94059..723340d3d 100644 --- a/WebApplication1/Pages/Index.cshtml +++ b/WebApplication1/Pages/Index.cshtml @@ -5,6 +5,6 @@ }
-

Welcome to this updated test demo

+

Welcome to this updated test demo 1

Learn about building Web apps with ASP.NET Core.