From 46654dafab534ec2d63d1364b32651796ef0d830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 4 Jun 2018 14:06:52 +0200 Subject: [PATCH] make sure to stick with RHEL 7.4 --- grafana/README.md | 2 +- grafana/grafana-base.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana/README.md b/grafana/README.md index e18a1fa..a2c83f8 100644 --- a/grafana/README.md +++ b/grafana/README.md @@ -14,7 +14,7 @@ on OpenShift. First, make sure the is a `rhel7` imagestream in the `openshift` namespace. ``` -oc import-image -n openshift rhel7 --from registry.access.redhat.com/rhel7:latest --confirm +oc import-image -n openshift rhel7 --from registry.access.redhat.com/rhel7:7.4 --confirm ``` Then, make sure you are cluster-admin on your OpenShift cluster. diff --git a/grafana/grafana-base.yaml b/grafana/grafana-base.yaml index d09c9b0..5cd9700 100644 --- a/grafana/grafana-base.yaml +++ b/grafana/grafana-base.yaml @@ -288,7 +288,7 @@ parameters: - description: Name of the ImageStreamTag to be used for the RHEL image. displayName: RHEL ImageStreamTag name: RHEL_IMAGE_STREAM_TAG - value: rhel7:latest + value: rhel7:7.4 - description: The Docker image to use for the OAuth Proxy. displayName: OAuth Proxy image