From 5d40aadb77ba21d2044b1e71652eac7f8c334766 Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:25:02 +0530 Subject: [PATCH 01/37] Change Docker image tag to Maheshharavade --- .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..8a593cec3 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: Maheshharavade/argocd-course-webapp:${{ github.event.pull_request.head.sha }} update-image-tag-in-helm: runs-on: ubuntu-latest needs: docker-build-push From 5f5ad828ac7870c4f43fe489c0b77e386c272768 Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:29:39 +0530 Subject: [PATCH 02/37] 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..2d6d92590 100644 --- a/WebApplication1/Pages/Index.cshtml +++ b/WebApplication1/Pages/Index.cshtml @@ -5,6 +5,6 @@ }
-

Welcome to this demo

+

Welcome to this demo, this chanhe in the code

Learn about building Web apps with ASP.NET Core.

From 19a70e708b38facde53daa7918a9a47dc1c31579 Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:40:28 +0530 Subject: [PATCH 03/37] 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 2d6d92590..af260adef 100644 --- a/WebApplication1/Pages/Index.cshtml +++ b/WebApplication1/Pages/Index.cshtml @@ -5,6 +5,6 @@ }
-

Welcome to this demo, this chanhe in the code

+

Welcome to this demo, This is to test the PR

Learn about building Web apps with ASP.NET Core.

From f339de7f18896b560220a579d1103bd0d3211f25 Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:56:02 +0530 Subject: [PATCH 04/37] 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 af260adef..b8ed9e94f 100644 --- a/WebApplication1/Pages/Index.cshtml +++ b/WebApplication1/Pages/Index.cshtml @@ -6,5 +6,5 @@

Welcome to this demo, This is to test the PR

-

Learn about building Web apps with ASP.NET Core.

+

Learn about the new topics building Web apps with ASP.NET Core.

From c2c4bc1966ecf7b6e89610b077b98a7d91d620af Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 12:59:07 +0530 Subject: [PATCH 05/37] 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 b8ed9e94f..d1e283a11 100644 --- a/WebApplication1/Pages/Index.cshtml +++ b/WebApplication1/Pages/Index.cshtml @@ -6,5 +6,5 @@

Welcome to this demo, This is to test the PR

-

Learn about the new topics building Web apps with ASP.NET Core.

+

Learn about the new topics about the PR building Web apps with ASP.NET Core.

From 1b129da72144198e893967bfce486a2fa00a9774 Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:03:43 +0530 Subject: [PATCH 06/37] Update 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 8a593cec3..b82fe1e7a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -36,7 +36,7 @@ jobs: context: . file: WebApplication1/Dockerfile push: true - tags: Maheshharavade/argocd-course-webapp:${{ github.event.pull_request.head.sha }} + tags: mahesh16/argocd-course-webapp:${{ github.event.pull_request.head.sha }} update-image-tag-in-helm: runs-on: ubuntu-latest needs: docker-build-push From 0071d7186755c6c82b51ce7e68632b4b3b35a4fd Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:08:20 +0530 Subject: [PATCH 07/37] 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..08cc7d3ee 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: mahesh16/argocd-course-webapp:${{ github.sha }} promote-to-dev-environment: runs-on: ubuntu-latest needs: docker-build-push From 6b793be3d0c6eb07ce20cad290223e9494bd3fad Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:15:32 +0530 Subject: [PATCH 08/37] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08cc7d3ee..24b923b3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,7 @@ jobs: - run: | echo "promoting into dev environment!" git config --global user.email ci-bot@argocd.com && git config --global user.name ci-bot + echo "$CONFIG_REPO_NAME" echo "cloning config repo $CONFIG_REPO_NAME" git clone https://oauth2:${{ secrets.GH_PAT }}@github.com/${{ github.repository_owner }}/$CONFIG_REPO_NAME.git cd $CONFIG_REPO_NAME From 24f3aef9e5ba8ec2d79acda32c72f9d28175f061 Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:17:37 +0530 Subject: [PATCH 09/37] Update ci.yml --- .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 24b923b3c..79ed7b476 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ name: ci env: - CONFIG_REPO_NAME: argocd-course-webapp-config + CONFIG_REPO_NAME: argocd-course-webapp on: push: From 49315a9f21fbfa0a405b517a466fac87f13d78ff Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:48:31 +0000 Subject: [PATCH 10/37] update image tag --- 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..6e63f5e00 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "9dbc07045cd3502b9863803b21356cd5ec2a93eb" + tag: 24f3aef9e5ba8ec2d79acda32c72f9d28175f061 imagePullSecrets: [] nameOverride: "" From 57090e8450b73c235615e375ef99c217de2a70f2 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:49:23 +0000 Subject: [PATCH 11/37] update image tag --- 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 6e63f5e00..40345e8ae 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 24f3aef9e5ba8ec2d79acda32c72f9d28175f061 + tag: 49315a9f21fbfa0a405b517a466fac87f13d78ff imagePullSecrets: [] nameOverride: "" From bf15210f01238ee7c8c0febc1476dc535338bc84 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:50:16 +0000 Subject: [PATCH 12/37] update image tag --- 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 40345e8ae..5d3a21a39 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 49315a9f21fbfa0a405b517a466fac87f13d78ff + tag: 57090e8450b73c235615e375ef99c217de2a70f2 imagePullSecrets: [] nameOverride: "" From 383be1bdbea021782c1aac837ad349a034a4ede4 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:51:01 +0000 Subject: [PATCH 13/37] update image tag --- 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 5d3a21a39..ad20611ac 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 57090e8450b73c235615e375ef99c217de2a70f2 + tag: bf15210f01238ee7c8c0febc1476dc535338bc84 imagePullSecrets: [] nameOverride: "" From 96cb5e71c82528b631cc0f39d994519d4f28a1e1 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:51:51 +0000 Subject: [PATCH 14/37] update image tag --- 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 ad20611ac..ed8787fda 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: bf15210f01238ee7c8c0febc1476dc535338bc84 + tag: 383be1bdbea021782c1aac837ad349a034a4ede4 imagePullSecrets: [] nameOverride: "" From 065bb141eea30718005b7a3f10d9576ca0778707 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:52:44 +0000 Subject: [PATCH 15/37] update image tag --- 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 ed8787fda..28c40530b 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 383be1bdbea021782c1aac837ad349a034a4ede4 + tag: 96cb5e71c82528b631cc0f39d994519d4f28a1e1 imagePullSecrets: [] nameOverride: "" From dcdba4d7317cd58e4bbf253951739a1fea604035 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:53:37 +0000 Subject: [PATCH 16/37] update image tag --- 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 28c40530b..29c9f31ef 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 96cb5e71c82528b631cc0f39d994519d4f28a1e1 + tag: 065bb141eea30718005b7a3f10d9576ca0778707 imagePullSecrets: [] nameOverride: "" From 27321383d924462f466c75cf9bc5b2fb4c1341c0 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:54:21 +0000 Subject: [PATCH 17/37] update image tag --- 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 29c9f31ef..8dee91c7f 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 065bb141eea30718005b7a3f10d9576ca0778707 + tag: dcdba4d7317cd58e4bbf253951739a1fea604035 imagePullSecrets: [] nameOverride: "" From 751a65fe922ce20c8caae41e318584e62794024c Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:24:22 +0530 Subject: [PATCH 18/37] Update Error.cshtml --- WebApplication1/Pages/Error.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebApplication1/Pages/Error.cshtml b/WebApplication1/Pages/Error.cshtml index 6f92b9565..c84baefd7 100644 --- a/WebApplication1/Pages/Error.cshtml +++ b/WebApplication1/Pages/Error.cshtml @@ -4,7 +4,7 @@ ViewData["Title"] = "Error"; } -

Error.

+

This is new Error Line added.

An error occurred while processing your request.

@if (Model.ShowRequestId) From d70851145c743d6ef5ca46d7a0a14cb48159e372 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:55:08 +0000 Subject: [PATCH 19/37] update image tag --- 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 8dee91c7f..f40c3a2b0 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: dcdba4d7317cd58e4bbf253951739a1fea604035 + tag: 27321383d924462f466c75cf9bc5b2fb4c1341c0 imagePullSecrets: [] nameOverride: "" From 826f3bdeda3cff0d535fee77f7568d7fce3972ed Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:55:54 +0000 Subject: [PATCH 20/37] update image tag [skip ci] --- 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..739715438 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "9dbc07045cd3502b9863803b21356cd5ec2a93eb" + tag: 751a65fe922ce20c8caae41e318584e62794024c imagePullSecrets: [] nameOverride: "" From efb241eaf995e1586444bb4efd86061dd3ea6c30 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:56:01 +0000 Subject: [PATCH 21/37] update image tag --- 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 f40c3a2b0..979a896ce 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 27321383d924462f466c75cf9bc5b2fb4c1341c0 + tag: 7a53d4db30969a0d4943990847019f750dd8faaf imagePullSecrets: [] nameOverride: "" From 0765c7d3ec3ca300e57bac868daa421144ee6950 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:56:02 +0000 Subject: [PATCH 22/37] update image tag --- 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 979a896ce..531aafbaf 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 7a53d4db30969a0d4943990847019f750dd8faaf + tag: d70851145c743d6ef5ca46d7a0a14cb48159e372 imagePullSecrets: [] nameOverride: "" From 85540c136931343cb21c485c5a27b0e0c0aaea67 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:56:49 +0000 Subject: [PATCH 23/37] update image tag --- 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 531aafbaf..facb8e38e 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: d70851145c743d6ef5ca46d7a0a14cb48159e372 + tag: efb241eaf995e1586444bb4efd86061dd3ea6c30 imagePullSecrets: [] nameOverride: "" From 9191a91665db59ef867e2a2711db0a93726d0f03 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 07:56:51 +0000 Subject: [PATCH 24/37] update image tag --- 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 facb8e38e..88b60c3ec 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: efb241eaf995e1586444bb4efd86061dd3ea6c30 + tag: 0765c7d3ec3ca300e57bac868daa421144ee6950 imagePullSecrets: [] nameOverride: "" From b1a3015b8a06742c00b4e8fc45516bae3e7532c7 Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:30:48 +0530 Subject: [PATCH 25/37] Update privacy policy text for PR check --- WebApplication1/Pages/Privacy.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebApplication1/Pages/Privacy.cshtml b/WebApplication1/Pages/Privacy.cshtml index 46ba96612..4759020b7 100644 --- a/WebApplication1/Pages/Privacy.cshtml +++ b/WebApplication1/Pages/Privacy.cshtml @@ -5,4 +5,4 @@ }

@ViewData["Title"]

-

Use this page to detail your site's privacy policy.

+

Use this page to detail your site's privacy policy. This line is added for PR check/p> From d74905787d9bf31c79951ad53c4dd94ecd8c8ed7 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 08:10:35 +0000 Subject: [PATCH 26/37] update image tag --- 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 88b60c3ec..1cc773837 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 0765c7d3ec3ca300e57bac868daa421144ee6950 + tag: c333c52d6aa4deb4cf5e3ce1c50845d632908d4a imagePullSecrets: [] nameOverride: "" From 38e812f8d87b37eeac2a9d3f1b58e37492b01f01 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 08:11:27 +0000 Subject: [PATCH 27/37] update image tag --- 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 1cc773837..c4e6d2112 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: c333c52d6aa4deb4cf5e3ce1c50845d632908d4a + tag: d74905787d9bf31c79951ad53c4dd94ecd8c8ed7 imagePullSecrets: [] nameOverride: "" From 73515cd0d4ed0f2b3682fb97b290a125266e5eec Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 08:11:44 +0000 Subject: [PATCH 28/37] update image tag [skip ci] --- 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 88b60c3ec..f08689348 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 0765c7d3ec3ca300e57bac868daa421144ee6950 + tag: 543c15a05fc62f46516eb135b5d7e3c8ffa197a3 imagePullSecrets: [] nameOverride: "" From b331f0a4a75996a869392715edf1fc7999ea58f8 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 08:12:23 +0000 Subject: [PATCH 29/37] update image tag --- 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 c4e6d2112..c2ccf241f 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: d74905787d9bf31c79951ad53c4dd94ecd8c8ed7 + tag: 38e812f8d87b37eeac2a9d3f1b58e37492b01f01 imagePullSecrets: [] nameOverride: "" From 8857b9760745d681f88155735c89db05b68b7038 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 08:13:15 +0000 Subject: [PATCH 30/37] update image tag --- 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 c2ccf241f..6ba9c7f2e 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 38e812f8d87b37eeac2a9d3f1b58e37492b01f01 + tag: b331f0a4a75996a869392715edf1fc7999ea58f8 imagePullSecrets: [] nameOverride: "" From d4a1b5cc5687c0d2e0e119753fe61b69493018d2 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 08:14:08 +0000 Subject: [PATCH 31/37] update image tag --- 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 6ba9c7f2e..7a8852f6a 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: b331f0a4a75996a869392715edf1fc7999ea58f8 + tag: 8857b9760745d681f88155735c89db05b68b7038 imagePullSecrets: [] nameOverride: "" From 7b7f7459f8545478ca286124520078f28133e277 Mon Sep 17 00:00:00 2001 From: Maheshharavade <54369453+Maheshharavade@users.noreply.github.com> Date: Wed, 8 Apr 2026 13:44:28 +0530 Subject: [PATCH 32/37] Add new heading to Index.cshtml --- WebApplication1/Pages/Index.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/WebApplication1/Pages/Index.cshtml b/WebApplication1/Pages/Index.cshtml index d1e283a11..2f066c263 100644 --- a/WebApplication1/Pages/Index.cshtml +++ b/WebApplication1/Pages/Index.cshtml @@ -6,5 +6,6 @@

Welcome to this demo, This is to test the PR

+

This is the new heading added

Learn about the new topics about the PR building Web apps with ASP.NET Core.

From 1fb90e7e765975e0a346eac430e357d1caffdadc Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 08:14:53 +0000 Subject: [PATCH 33/37] update image tag --- 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 7a8852f6a..375ab1140 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 8857b9760745d681f88155735c89db05b68b7038 + tag: d4a1b5cc5687c0d2e0e119753fe61b69493018d2 imagePullSecrets: [] nameOverride: "" From ff14940047ff24b3d027f807d4b373bcb4fee3f6 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 08:15:40 +0000 Subject: [PATCH 34/37] update image tag --- 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 375ab1140..c5e06d1e0 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: d4a1b5cc5687c0d2e0e119753fe61b69493018d2 + tag: 1fb90e7e765975e0a346eac430e357d1caffdadc imagePullSecrets: [] nameOverride: "" From e045284d0b8c6186c5123dcb10822cd0aad00d01 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 08:16:25 +0000 Subject: [PATCH 35/37] update image tag --- 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 c5e06d1e0..6a34ebb3b 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 1fb90e7e765975e0a346eac430e357d1caffdadc + tag: ff14940047ff24b3d027f807d4b373bcb4fee3f6 imagePullSecrets: [] nameOverride: "" From 9e6719cf3801035ba6607bf2a10fd6256920d75c Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 08:17:07 +0000 Subject: [PATCH 36/37] update image tag [skip ci] --- 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 c5e06d1e0..9b8a60910 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: 1fb90e7e765975e0a346eac430e357d1caffdadc + tag: e699eaf8057fe12b66f235dcea1e8f27eaa207d1 imagePullSecrets: [] nameOverride: "" From 56d6d3410f60739a4bfec16fe2fe9afe610b9a97 Mon Sep 17 00:00:00 2001 From: ci-bot Date: Wed, 8 Apr 2026 08:21:06 +0000 Subject: [PATCH 37/37] update image tag [skip ci] --- 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 6a34ebb3b..19cd3be54 100644 --- a/helm/webapp/values.yaml +++ b/helm/webapp/values.yaml @@ -8,7 +8,7 @@ image: repository: mabusaa/argocd-course-webapp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: ff14940047ff24b3d027f807d4b373bcb4fee3f6 + tag: 5c1e40298bbc9174603ffb7b12b114bd3b859820 imagePullSecrets: [] nameOverride: ""