Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
argocd essential
xxxxx
XXXXXXXXXXXXXX
2 changes: 1 addition & 1 deletion WebApplication1/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
}

<div class="text-center">
<h1 class="display-4">Welcome to this demo</h1>
<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>
</div>
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: 94ff2bcb5fb6fd7036f2bc9d647b1ea96b57d9bf

imagePullSecrets: []
nameOverride: ""
Expand Down