diff --git a/src/main/java/org/eclipsefoundation/git/eca/api/AccountsAPI.java b/src/main/java/org/eclipsefoundation/git/eca/api/AccountsAPI.java
index 508a923e4719af13ea99ef791b1f7b85306cc02d..a956d60141d8b555a799c949dae03202bd8a591a 100644
--- a/src/main/java/org/eclipsefoundation/git/eca/api/AccountsAPI.java
+++ b/src/main/java/org/eclipsefoundation/git/eca/api/AccountsAPI.java
@@ -5,8 +5,6 @@
 * available under the terms of the Eclipse Public License 2.0
 * which is available at https://www.eclipse.org/legal/epl-2.0/
 *
-* Author: Martin Lowe <martin.lowe@eclipse-foundation.org>
-*
 * SPDX-License-Identifier: EPL-2.0
 **********************************************************************/
 package org.eclipsefoundation.git.eca.api;
diff --git a/src/main/k8s/production.yml b/src/main/k8s/production.yml
index 044e0f9c188060eb29bc18eb7bcd11ce31f33bfb..ba4ac844092356fce4d4b86925741a7e2d6b52a6 100644
--- a/src/main/k8s/production.yml
+++ b/src/main/k8s/production.yml
@@ -31,7 +31,7 @@ spec:
       containers:
       - name: app
         image: eclipsefdn/git-eca-rest-api:latest
-        imagePullPolicy: Always
+        imagePullPolicy: IfNotPresent
         ports:
         - containerPort: 8080
         resources:
diff --git a/src/main/k8s/staging.yml b/src/main/k8s/staging.yml
index b7fdd05d099e329873d07cf45503c415f1c02ce4..1df59331c6cb559d6300e8c50f471b20b99ee873 100644
--- a/src/main/k8s/staging.yml
+++ b/src/main/k8s/staging.yml
@@ -31,7 +31,7 @@ spec:
       containers:
       - name: app
         image: eclipsefdn/git-eca-rest-api:latest
-        imagePullPolicy: Always
+        imagePullPolicy: IfNotPresent
         ports:
         - containerPort: 8080
         resources:
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index b7e2df0450b37debc043b06e2dc49f38a45f2f04..aaff8ceda0a3cd23149e172f26b721d4bf23c152 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -11,7 +11,6 @@ org.eclipsefoundation.git.eca.api.BotsAPI/mp-rest/url=https://api.eclipse.org
 org.eclipsefoundation.git.eca.api.GitlabAPI/mp-rest/url=https://gitlab.eclipse.org/api/v4/
 
 ## DATASOURCE CONFIG
-eclipse.persistence.pagination-limit=10
 eclipse.persistence.pagination-limit.max=100
 quarkus.datasource.db-kind=mariadb
 quarkus.datasource.jdbc.min-size = 5
diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties
index 5599303b22ae4d2771ce35c8a1a2beb4a6109cd9..44c99d18e3ef480fc4adacf55efaa8b74cc7bd56 100644
--- a/src/test/resources/application.properties
+++ b/src/test/resources/application.properties
@@ -10,7 +10,6 @@ org.eclipsefoundation.git.eca.api.BotsAPI/mp-rest/url=https://api.eclipse.org
 
 ## DATASOURCE CONFIG
 quarkus.datasource.db-kind=h2
-eclipse.persistence.pagination-limit=25
 eclipse.persistence.pagination-limit.max=100
 quarkus.hibernate-orm.database.generation=none