From e45a41ffb7fde81779ef2f0be2e317a0865c358b Mon Sep 17 00:00:00 2001 From: Shivam Mukhade Date: Mon, 22 Aug 2022 17:08:41 +0530 Subject: [PATCH] Fixes unit test by changing version in template Signed-off-by: Shivam Mukhade --- .../common/testdata/test-fetch-version-from-configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/reconciler/common/testdata/test-fetch-version-from-configmap.yaml b/pkg/reconciler/common/testdata/test-fetch-version-from-configmap.yaml index cd91bf7c99..c37349f9c6 100644 --- a/pkg/reconciler/common/testdata/test-fetch-version-from-configmap.yaml +++ b/pkg/reconciler/common/testdata/test-fetch-version-from-configmap.yaml @@ -12,4 +12,4 @@ data: # this ConfigMap such that even if we don't have access to # other resources in the namespace we still can have access to # this ConfigMap. - version: v0.61.0 + version: "devel"