diff --git a/README.md b/README.md
new file mode 100644
index 000000000..6eeb54c37
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# argocd-course-webapp
+Example of simple web app with CI pipeline
diff --git a/WebApplication1/Pages/Index.cshtml b/WebApplication1/Pages/Index.cshtml
index 72fed7a95..9ce2cdc6b 100644
--- a/WebApplication1/Pages/Index.cshtml
+++ b/WebApplication1/Pages/Index.cshtml
@@ -1,7 +1,7 @@
@page
@model IndexModel
@{
- ViewData["Title"] = "Home page";
+ ViewData["Title"] = "Home page Test Boy";
}
diff --git a/helm/webapp/templates/service.yaml b/helm/webapp/templates/service.yaml
index 40eb81c5a..8d40e7138 100644
--- a/helm/webapp/templates/service.yaml
+++ b/helm/webapp/templates/service.yaml
@@ -10,7 +10,7 @@ spec:
- port: {{ .Values.service.port }}
targetPort: http
{{- if .Values.service.nodeport }}
- nodePort: {{ .Values.service.port }}
+ nodePort: {{ .Values.service.nodeport }}
{{- end }}
protocol: TCP
name: http
diff --git a/helm/webapp/values.yaml b/helm/webapp/values.yaml
index bb480773d..bd8c0e91b 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: a97182fc074b551f9ed8d23732f1a8d0a0154ffd
imagePullSecrets: []
nameOverride: ""