We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a977a18 commit 5c40678Copy full SHA for 5c40678
1 file changed
manifests/10-insights-runtime-extractor.yaml
@@ -67,7 +67,7 @@ spec:
67
cpu: 10m
68
memory: 100Mi
69
- name: exporter
70
- image: quay.io/openshift/origin-insights-runtime-exporter:latest
+ image: quay.io/jmesnil/insights-runtime-exporter:latest
71
imagePullPolicy: Always
72
volumeMounts:
73
- mountPath: /data
@@ -84,7 +84,7 @@ spec:
84
85
memory: 200Mi
86
- name: extractor
87
- image: quay.io/openshift/origin-insights-runtime-extractor:latest
+ image: quay.io/jmesnil/insights-runtime-extractor:latest
88
89
env:
90
- name: CONTAINER_RUNTIME_ENDPOINT
0 commit comments