Skip to content

Commit a4c4d99

Browse files
authored
feat(test): pull policy IfNotePresent (#648)
Part of stackabletech/issues#481
1 parent 0b88de1 commit a4c4d99

16 files changed

+16
-0
lines changed

tests/templates/kuttl/cluster-operation/10-install-zk.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
spec:
77
image:
88
productVersion: "{{ test_scenario['values']['zookeeper-latest'] }}"
9+
pullPolicy: IfNotPresent
910
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
1011
clusterConfig:
1112
vectorAggregatorConfigMapName: vector-aggregator-discovery

tests/templates/kuttl/cluster-operation/20-install-kafka.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
spec:
1111
image:
1212
productVersion: "{{ test_scenario['values']['kafka-latest'] }}"
13+
pullPolicy: IfNotPresent
1314
clusterConfig:
1415
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
1516
vectorAggregatorConfigMapName: vector-aggregator-discovery

tests/templates/kuttl/cluster-operation/30-stop-kafka.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
spec:
1111
image:
1212
productVersion: "{{ test_scenario['values']['kafka-latest'] }}"
13+
pullPolicy: IfNotPresent
1314
clusterConfig:
1415
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
1516
vectorAggregatorConfigMapName: vector-aggregator-discovery

tests/templates/kuttl/cluster-operation/40-pause-kafka.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
spec:
1111
image:
1212
productVersion: "{{ test_scenario['values']['kafka-latest'] }}"
13+
pullPolicy: IfNotPresent
1314
clusterConfig:
1415
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
1516
vectorAggregatorConfigMapName: vector-aggregator-discovery

tests/templates/kuttl/configuration/10-install-zk.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
spec:
1111
image:
1212
productVersion: "{{ test_scenario['values']['zookeeper-latest'] }}"
13+
pullPolicy: IfNotPresent
1314
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
1415
clusterConfig:
1516
vectorAggregatorConfigMapName: vector-aggregator-discovery

tests/templates/kuttl/configuration/20-install-kafka.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
spec:
1111
image:
1212
productVersion: "{{ test_scenario['values']['kafka-latest'] }}"
13+
pullPolicy: IfNotPresent
1314
clusterConfig:
1415
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
1516
vectorAggregatorConfigMapName: vector-aggregator-discovery

tests/templates/kuttl/delete-rolegroup/01-install-zk.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
spec:
77
image:
88
productVersion: "{{ test_scenario['values']['zookeeper-latest'] }}"
9+
pullPolicy: IfNotPresent
910
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
1011
clusterConfig:
1112
vectorAggregatorConfigMapName: vector-aggregator-discovery

tests/templates/kuttl/delete-rolegroup/02-install-kafka.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ metadata:
1010
spec:
1111
image:
1212
productVersion: "{{ test_scenario['values']['kafka'] }}"
13+
pullPolicy: IfNotPresent
1314
clusterConfig:
1415
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
1516
vectorAggregatorConfigMapName: vector-aggregator-discovery

tests/templates/kuttl/logging/02-install-zookeeper.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
spec:
77
image:
88
productVersion: "{{ test_scenario['values']['zookeeper-latest'] }}"
9+
pullPolicy: IfNotPresent
910
{% if lookup('env', 'VECTOR_AGGREGATOR') %}
1011
clusterConfig:
1112
vectorAggregatorConfigMapName: vector-aggregator-discovery

tests/templates/kuttl/logging/03-install-kafka.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ metadata:
2626
spec:
2727
image:
2828
productVersion: "{{ test_scenario['values']['kafka'] }}"
29+
pullPolicy: IfNotPresent
2930
clusterConfig:
3031
tls:
3132
serverSecretClass: null

0 commit comments

Comments
 (0)