Skip to content

Commit c90a2aa

Browse files
authored
feat(test): pull policy IfNotPresent (#430)
Part of stackabletech/issues#481
1 parent 312647f commit c90a2aa

17 files changed

+17
-0
lines changed

tests/templates/kuttl/cluster-operation/01-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/cluster-operation/02-install-hdfs.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']['hdfs-latest'] }}"
9+
pullPolicy: IfNotPresent
910
clusterConfig:
1011
zookeeperConfigMapName: test-znode
1112
{% if lookup('env', 'VECTOR_AGGREGATOR') %}

tests/templates/kuttl/cluster-operation/03-install-hbase.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ metadata:
1212
spec:
1313
image:
1414
productVersion: "{{ test_scenario['values']['hbase-latest'] }}"
15+
pullPolicy: IfNotPresent
1516
clusterConfig:
1617
hdfsConfigMapName: test-hdfs
1718
zookeeperConfigMapName: test-znode

tests/templates/kuttl/cluster-operation/10-pause-hbase.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ metadata:
1212
spec:
1313
image:
1414
productVersion: "{{ test_scenario['values']['hbase-latest'] }}"
15+
pullPolicy: IfNotPresent
1516
clusterConfig:
1617
hdfsConfigMapName: test-hdfs
1718
zookeeperConfigMapName: test-znode

tests/templates/kuttl/cluster-operation/20-stop-hbase.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ metadata:
1212
spec:
1313
image:
1414
productVersion: "{{ test_scenario['values']['hbase-latest'] }}"
15+
pullPolicy: IfNotPresent
1516
clusterConfig:
1617
hdfsConfigMapName: test-hdfs
1718
zookeeperConfigMapName: test-znode

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-hdfs.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']['hdfs-latest'] }}"
9+
pullPolicy: IfNotPresent
910
clusterConfig:
1011
zookeeperConfigMapName: test-znode
1112
{% if lookup('env', 'VECTOR_AGGREGATOR') %}

tests/templates/kuttl/logging/04-install-hbase.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ metadata:
1717
spec:
1818
image:
1919
productVersion: "{{ test_scenario['values']['hbase'] }}"
20+
pullPolicy: IfNotPresent
2021
clusterConfig:
2122
hdfsConfigMapName: test-hdfs-namenode-default
2223
zookeeperConfigMapName: test-znode

tests/templates/kuttl/orphaned_resources/01-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/orphaned_resources/02-install-hdfs.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']['hdfs-latest'] }}"
9+
pullPolicy: IfNotPresent
910
clusterConfig:
1011
zookeeperConfigMapName: test-znode
1112
{% if lookup('env', 'VECTOR_AGGREGATOR') %}

0 commit comments

Comments
 (0)