From 3ee692a83dcf2a086f269f3f296cf752900fde69 Mon Sep 17 00:00:00 2001 From: Samuel Padgett Date: Thu, 7 Jan 2021 14:52:45 -0500 Subject: [PATCH] Bug 1913864: Update ImageStreamTag in sample BuildConfig YAML --- frontend/public/models/yaml-templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/models/yaml-templates.ts b/frontend/public/models/yaml-templates.ts index 45a0c9709b9..e5d43f3e8aa 100644 --- a/frontend/public/models/yaml-templates.ts +++ b/frontend/public/models/yaml-templates.ts @@ -184,7 +184,7 @@ spec: sourceStrategy: from: kind: ImageStreamTag - name: ruby:2.4 + name: ruby:2.7 namespace: openshift env: [] triggers: