From 4b270b5f11e8f9b40489f525a585c68c89ee6b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 12 Oct 2022 15:08:05 +0200 Subject: [PATCH] fix outofsync deploymentconfigs --- infrastructure.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure.yaml b/infrastructure.yaml index 7d530cd..0500829 100644 --- a/infrastructure.yaml +++ b/infrastructure.yaml @@ -25,4 +25,9 @@ spec: ignoreDifferences: - jqPathExpressions: - .spec.template.spec.containers[].image + group: apps.openshift.io kind: DeploymentConfig + - jqPathExpressions: + - .spec.tags[].generation + group: image.openshift.io + kind: ImageStream