Skip to content

Commit 5c40678

Browse files
committed
TEMP: use temporary images for the insights-runtime-extractor
Signed-off-by: Jeff Mesnil <jmesnil@redhat.com>
1 parent a977a18 commit 5c40678

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

manifests/10-insights-runtime-extractor.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
cpu: 10m
6868
memory: 100Mi
6969
- name: exporter
70-
image: quay.io/openshift/origin-insights-runtime-exporter:latest
70+
image: quay.io/jmesnil/insights-runtime-exporter:latest
7171
imagePullPolicy: Always
7272
volumeMounts:
7373
- mountPath: /data
@@ -84,7 +84,7 @@ spec:
8484
cpu: 10m
8585
memory: 200Mi
8686
- name: extractor
87-
image: quay.io/openshift/origin-insights-runtime-extractor:latest
87+
image: quay.io/jmesnil/insights-runtime-extractor:latest
8888
imagePullPolicy: Always
8989
env:
9090
- name: CONTAINER_RUNTIME_ENDPOINT

0 commit comments

Comments
 (0)