Skip to content

Allow image pull policy to be injected for tests that use test images #750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2025
Merged
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
1 change: 1 addition & 0 deletions test/e2e/local/helidon-cluster-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
replicas: 3
image: ${TEST_APPLICATION_IMAGE_HELIDON_2}
imagePullPolicy: ${TEST_IMAGE_PULL_POLICY}
application:
type: helidon
jvm:
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/helidon-cluster-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
replicas: 3
image: ${TEST_APPLICATION_IMAGE_HELIDON_3}
imagePullPolicy: ${TEST_IMAGE_PULL_POLICY}
application:
type: helidon
jvm:
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/helidon-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
replicas: 3
image: ${TEST_APPLICATION_IMAGE_HELIDON}
imagePullPolicy: ${TEST_IMAGE_PULL_POLICY}
application:
type: helidon
jvm:
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/job-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
cluster: test
image: ${TEST_APPLICATION_IMAGE}
imagePullPolicy: ${TEST_IMAGE_PULL_POLICY}
restartPolicy: Never
env:
- name: APPLICATION_LIFETIME_SECONDS
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/job-with-ready-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec:
cluster: test
replicas: 3
image: ${TEST_APPLICATION_IMAGE}
imagePullPolicy: ${TEST_IMAGE_PULL_POLICY}
restartPolicy: Never
readyAction:
httpGet:
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/management-jib-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
replicas: 1
image: ${TEST_APPLICATION_IMAGE}
imagePullPolicy: ${TEST_IMAGE_PULL_POLICY}
coherence:
management:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/metrics-jib-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
replicas: 1
image: ${TEST_APPLICATION_IMAGE}
imagePullPolicy: ${TEST_IMAGE_PULL_POLICY}
coherence:
metrics:
enabled: true
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/spring-buildpack-cluster-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/spring-buildpack-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
replicas: 3
image: ${TEST_APPLICATION_IMAGE_SPRING_CNBP}
imagePullPolicy: ${TEST_IMAGE_PULL_POLICY}
application:
type: spring3
useImageEntryPoint: true
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/spring-cluster-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
replicas: 3
image: ${TEST_APPLICATION_IMAGE_SPRING_2}
imagePullPolicy: ${TEST_IMAGE_PULL_POLICY}
application:
type: spring
workingDir: /spring
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/spring-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
replicas: 3
image: ${TEST_APPLICATION_IMAGE_SPRING}
imagePullPolicy: ${TEST_IMAGE_PULL_POLICY}
application:
type: spring3
workingDir: /spring
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/spring-fat-jar-cluster-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions test/e2e/local/spring-fat-jar-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down