Skip to content

Commit 43abf6d

Browse files
committed
fix image pull policy for the kerberos tests
1 parent 68756ab commit 43abf6d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

tests/templates/kuttl/kerberos/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
clusterConfig:
1011
listenerClass: {{ test_scenario['values']['listener-class'] }}
1112
{% if lookup('env', 'VECTOR_AGGREGATOR') %}

tests/templates/kuttl/kerberos/11-install-hdfs.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ commands:
1919
spec:
2020
image:
2121
productVersion: "{{ test_scenario['values']['hdfs-latest'] }}"
22+
pullPolicy: IfNotPresent
2223
clusterConfig:
2324
zookeeperConfigMapName: hdfs-znode
2425
dfsReplication: 1

tests/templates/kuttl/kerberos/20-access-hdfs.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ commands:
1616
containers:
1717
- name: access-hdfs
1818
image: docker.stackable.tech/stackable/hadoop:{{ test_scenario['values']['hdfs-latest'] }}-stackable0.0.0-dev
19+
imagePullPolicy: IfNotPresent
1920
env:
2021
- name: HADOOP_CONF_DIR
2122
value: /stackable/conf/hdfs

tests/templates/kuttl/kerberos/30-install-hbase.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ commands:
2424
{% else %}
2525
productVersion: "{{ test_scenario['values']['hbase'] }}"
2626
{% endif %}
27+
pullPolicy: IfNotPresent
2728
clusterConfig:
2829
hdfsConfigMapName: hdfs
2930
zookeeperConfigMapName: hbase-znode

tests/templates/kuttl/kerberos/41-access-hbase.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ commands:
2020
{% else %}
2121
image: docker.stackable.tech/stackable/hbase:{{ test_scenario['values']['hbase'] }}-stackable0.0.0-dev
2222
{% endif %}
23+
imagePullPolicy: IfNotPresent
2324
env:
2425
- name: HBASE_CONF_DIR
2526
value: /stackable/conf/hbase

0 commit comments

Comments
 (0)