diff --git a/test/e2e/local/helidon-cluster-2.yaml b/test/e2e/local/helidon-cluster-2.yaml index 4cad9511..fee99071 100644 --- a/test/e2e/local/helidon-cluster-2.yaml +++ b/test/e2e/local/helidon-cluster-2.yaml @@ -5,6 +5,7 @@ metadata: spec: replicas: 3 image: ${TEST_APPLICATION_IMAGE_HELIDON_2} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} application: type: helidon jvm: diff --git a/test/e2e/local/helidon-cluster-3.yaml b/test/e2e/local/helidon-cluster-3.yaml index f2d65b6b..e26b2bfc 100644 --- a/test/e2e/local/helidon-cluster-3.yaml +++ b/test/e2e/local/helidon-cluster-3.yaml @@ -5,6 +5,7 @@ metadata: spec: replicas: 3 image: ${TEST_APPLICATION_IMAGE_HELIDON_3} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} application: type: helidon jvm: diff --git a/test/e2e/local/helidon-cluster.yaml b/test/e2e/local/helidon-cluster.yaml index 99b98a5b..78cd2180 100644 --- a/test/e2e/local/helidon-cluster.yaml +++ b/test/e2e/local/helidon-cluster.yaml @@ -5,6 +5,7 @@ metadata: spec: replicas: 3 image: ${TEST_APPLICATION_IMAGE_HELIDON} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} application: type: helidon jvm: diff --git a/test/e2e/local/job-test.yaml b/test/e2e/local/job-test.yaml index af0194ef..c20b7d02 100644 --- a/test/e2e/local/job-test.yaml +++ b/test/e2e/local/job-test.yaml @@ -5,6 +5,7 @@ metadata: spec: cluster: test image: ${TEST_APPLICATION_IMAGE} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} restartPolicy: Never env: - name: APPLICATION_LIFETIME_SECONDS diff --git a/test/e2e/local/job-with-ready-action.yaml b/test/e2e/local/job-with-ready-action.yaml index 3661f512..99258150 100644 --- a/test/e2e/local/job-with-ready-action.yaml +++ b/test/e2e/local/job-with-ready-action.yaml @@ -6,6 +6,7 @@ spec: cluster: test replicas: 3 image: ${TEST_APPLICATION_IMAGE} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} restartPolicy: Never readyAction: httpGet: diff --git a/test/e2e/local/management-jib-test.yaml b/test/e2e/local/management-jib-test.yaml index a8b7f8ee..18edc610 100644 --- a/test/e2e/local/management-jib-test.yaml +++ b/test/e2e/local/management-jib-test.yaml @@ -5,6 +5,7 @@ metadata: spec: replicas: 1 image: ${TEST_APPLICATION_IMAGE} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} coherence: management: enabled: true diff --git a/test/e2e/local/metrics-jib-test.yaml b/test/e2e/local/metrics-jib-test.yaml index 08886fc7..e3494800 100644 --- a/test/e2e/local/metrics-jib-test.yaml +++ b/test/e2e/local/metrics-jib-test.yaml @@ -5,6 +5,7 @@ metadata: spec: replicas: 1 image: ${TEST_APPLICATION_IMAGE} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} coherence: metrics: enabled: true diff --git a/test/e2e/local/spring-buildpack-cluster-2.yaml b/test/e2e/local/spring-buildpack-cluster-2.yaml index 94eb72e6..1c0743ad 100644 --- a/test/e2e/local/spring-buildpack-cluster-2.yaml +++ b/test/e2e/local/spring-buildpack-cluster-2.yaml @@ -5,6 +5,7 @@ metadata: spec: replicas: 3 image: ${TEST_APPLICATION_IMAGE_SPRING_CNBP_2} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} application: type: spring useImageEntryPoint: true diff --git a/test/e2e/local/spring-buildpack-cluster.yaml b/test/e2e/local/spring-buildpack-cluster.yaml index fe91e7c0..a9858ea8 100644 --- a/test/e2e/local/spring-buildpack-cluster.yaml +++ b/test/e2e/local/spring-buildpack-cluster.yaml @@ -5,6 +5,7 @@ metadata: spec: replicas: 3 image: ${TEST_APPLICATION_IMAGE_SPRING_CNBP} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} application: type: spring3 useImageEntryPoint: true diff --git a/test/e2e/local/spring-cluster-2.yaml b/test/e2e/local/spring-cluster-2.yaml index 932a64cd..edfd9026 100644 --- a/test/e2e/local/spring-cluster-2.yaml +++ b/test/e2e/local/spring-cluster-2.yaml @@ -5,6 +5,7 @@ metadata: spec: replicas: 3 image: ${TEST_APPLICATION_IMAGE_SPRING_2} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} application: type: spring workingDir: /spring diff --git a/test/e2e/local/spring-cluster.yaml b/test/e2e/local/spring-cluster.yaml index 7f666c85..20f24e17 100644 --- a/test/e2e/local/spring-cluster.yaml +++ b/test/e2e/local/spring-cluster.yaml @@ -5,6 +5,7 @@ metadata: spec: replicas: 3 image: ${TEST_APPLICATION_IMAGE_SPRING} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} application: type: spring3 workingDir: /spring diff --git a/test/e2e/local/spring-fat-jar-cluster-2.yaml b/test/e2e/local/spring-fat-jar-cluster-2.yaml index 8bbd02b5..7ca0fa44 100644 --- a/test/e2e/local/spring-fat-jar-cluster-2.yaml +++ b/test/e2e/local/spring-fat-jar-cluster-2.yaml @@ -5,6 +5,7 @@ metadata: spec: replicas: 3 image: ${TEST_APPLICATION_IMAGE_SPRING_FAT_2} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} application: type: spring springBootFatJar: /app/libs/operator-test-spring-2-${MVN_VERSION}.jar diff --git a/test/e2e/local/spring-fat-jar-cluster.yaml b/test/e2e/local/spring-fat-jar-cluster.yaml index 2928a0f9..7af95b60 100644 --- a/test/e2e/local/spring-fat-jar-cluster.yaml +++ b/test/e2e/local/spring-fat-jar-cluster.yaml @@ -5,6 +5,7 @@ metadata: spec: replicas: 3 image: ${TEST_APPLICATION_IMAGE_SPRING_FAT} + imagePullPolicy: ${TEST_IMAGE_PULL_POLICY} application: type: spring3 springBootFatJar: /app/libs/operator-test-spring-${MVN_VERSION}.jar