From 12d61160c27e4e9b11c14eaee92d8f5b18d3c77e Mon Sep 17 00:00:00 2001
From: Ganesh Sanap <114701526+ganeshsnp987@users.noreply.github.com>
Date: Tue, 23 Jul 2024 22:05:28 +0530
Subject: [PATCH 01/21] Update pom.xml
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 182532b..428c0c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,11 +103,11 @@
maven-releases
- http://13.126.119.93:8081/repository/maven-releases/
+ http://13.201.64.20:8081/repository/maven-releases/
maven-snapshots
- http://13.126.119.93:8081/repository/maven-snapshots/
+ http://13.201.64.20:8081/repository/maven-snapshots/
From b5a8d0d583aa7c868dc579d048c12355f3364db7 Mon Sep 17 00:00:00 2001
From: Ganesh Sanap <114701526+ganeshsnp987@users.noreply.github.com>
Date: Tue, 23 Jul 2024 22:42:09 +0530
Subject: [PATCH 02/21] Update pom.xml
From 36ddb1cb343bdffd3070b848e7d532fc1f264bb3 Mon Sep 17 00:00:00 2001
From: Ganesh Sanap <114701526+ganeshsnp987@users.noreply.github.com>
Date: Tue, 23 Jul 2024 23:28:58 +0530
Subject: [PATCH 03/21] Update deployment-service.yml
---
deployment-service.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deployment-service.yml b/deployment-service.yml
index a5ff7fd..fe5ab3e 100644
--- a/deployment-service.yml
+++ b/deployment-service.yml
@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: taskmaster
- image: adijaiswal/taskmaster:latest # Image that will be used to containers in the cluster
+ image: ganeshsnp987/taskmaster:latest # Image that will be used to containers in the cluster
imagePullPolicy: Always
ports:
- containerPort: 8080 # The port that the container is running on in the cluster
From 76bacc0735b1add276ecdb0d20f30c6e921639ba Mon Sep 17 00:00:00 2001
From: Ganesh Sanap <114701526+ganeshsnp987@users.noreply.github.com>
Date: Wed, 24 Jul 2024 02:05:04 +0530
Subject: [PATCH 04/21] Update index.html
---
src/main/resources/templates/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html
index 633f6d9..4e1b572 100644
--- a/src/main/resources/templates/index.html
+++ b/src/main/resources/templates/index.html
@@ -277,7 +277,7 @@