Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
5d40aad
Change Docker image tag to Maheshharavade
Maheshharavade Apr 8, 2026
5f5ad82
Update welcome message in Index.cshtml
Maheshharavade Apr 8, 2026
19a70e7
Update welcome message in Index.cshtml
Maheshharavade Apr 8, 2026
1b6fa24
Merge pull request #1 from Maheshharavade/release1
Maheshharavade Apr 8, 2026
f339de7
Update welcome message in Index.cshtml
Maheshharavade Apr 8, 2026
1d8b548
Merge pull request #2 from Maheshharavade/main
Maheshharavade Apr 8, 2026
c2c4bc1
Update welcome message in Index.cshtml
Maheshharavade Apr 8, 2026
6feaf95
Merge pull request #3 from Maheshharavade/release1
Maheshharavade Apr 8, 2026
1b129da
Update Docker image tag in GitHub Actions workflow
Maheshharavade Apr 8, 2026
0071d71
Update Docker image tag in CI workflow
Maheshharavade Apr 8, 2026
6b793be
Update ci.yml
Maheshharavade Apr 8, 2026
24f3aef
Update ci.yml
Maheshharavade Apr 8, 2026
49315a9
update image tag
mbrodskyi Apr 8, 2026
57090e8
update image tag
mbrodskyi Apr 8, 2026
bf15210
update image tag
mbrodskyi Apr 8, 2026
383be1b
update image tag
mbrodskyi Apr 8, 2026
96cb5e7
update image tag
mbrodskyi Apr 8, 2026
065bb14
update image tag
mbrodskyi Apr 8, 2026
dcdba4d
update image tag
mbrodskyi Apr 8, 2026
2732138
update image tag
mbrodskyi Apr 8, 2026
751a65f
Update Error.cshtml
Maheshharavade Apr 8, 2026
d708511
update image tag
mbrodskyi Apr 8, 2026
7a53d4d
Merge pull request #4 from Maheshharavade/release1
Maheshharavade Apr 8, 2026
826f3bd
update image tag [skip ci]
mbrodskyi Apr 8, 2026
efb241e
update image tag
mbrodskyi Apr 8, 2026
0765c7d
update image tag
mbrodskyi Apr 8, 2026
85540c1
update image tag
mbrodskyi Apr 8, 2026
9191a91
update image tag
mbrodskyi Apr 8, 2026
b1a3015
Update privacy policy text for PR check
Maheshharavade Apr 8, 2026
543c15a
Merge branch 'main' into release1
Maheshharavade Apr 8, 2026
c333c52
Merge pull request #5 from Maheshharavade/release1
Maheshharavade Apr 8, 2026
d749057
update image tag
mbrodskyi Apr 8, 2026
38e812f
update image tag
mbrodskyi Apr 8, 2026
73515cd
update image tag [skip ci]
mbrodskyi Apr 8, 2026
b331f0a
update image tag
mbrodskyi Apr 8, 2026
8857b97
update image tag
mbrodskyi Apr 8, 2026
d4a1b5c
update image tag
mbrodskyi Apr 8, 2026
7b7f745
Add new heading to Index.cshtml
Maheshharavade Apr 8, 2026
1fb90e7
update image tag
mbrodskyi Apr 8, 2026
ff14940
update image tag
mbrodskyi Apr 8, 2026
e699eaf
Merge branch 'main' into release1
Maheshharavade Apr 8, 2026
e045284
update image tag
mbrodskyi Apr 8, 2026
9e6719c
update image tag [skip ci]
mbrodskyi Apr 8, 2026
5c1e402
Merge branch 'main' into release1
Maheshharavade Apr 8, 2026
56d6d34
update image tag [skip ci]
mbrodskyi Apr 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ci

env:
CONFIG_REPO_NAME: argocd-course-webapp-config
CONFIG_REPO_NAME: argocd-course-webapp

on:
push:
Expand Down Expand Up @@ -39,14 +39,15 @@ 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
steps:
- 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
context: .
file: WebApplication1/Dockerfile
push: true
tags: mabusaa/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
Expand Down
2 changes: 1 addition & 1 deletion WebApplication1/Pages/Error.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
ViewData["Title"] = "Error";
}

<h1 class="text-danger">Error.</h1>
<h1 class="text-danger">This is new Error Line added.</h1>
<h2 class="text-danger">An error occurred while processing your request.</h2>

@if (Model.ShowRequestId)
Expand Down
5 changes: 3 additions & 2 deletions WebApplication1/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
}

<div class="text-center">
<h1 class="display-4">Welcome to this demo</h1>
<p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
<h1 class="display-4">Welcome to this demo, This is to test the PR</h1>
<h2> This is the new heading added </h2>
<p>Learn about the new topics about the PR <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
</div>
2 changes: 1 addition & 1 deletion WebApplication1/Pages/Privacy.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
}
<h1>@ViewData["Title"]</h1>

<p>Use this page to detail your site's privacy policy.</p>
<p>Use this page to detail your site's privacy policy. This line is added for PR check/p>
2 changes: 1 addition & 1 deletion helm/webapp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: 5c1e40298bbc9174603ffb7b12b114bd3b859820

imagePullSecrets: []
nameOverride: ""
Expand Down