From 51a63bde91726864fb66830964c3df4c8aa528ab Mon Sep 17 00:00:00 2001
From: Roman Gorshunov <roman.gorshunov@att.com>
Date: Fri, 9 Apr 2021 00:19:51 +0200
Subject: [PATCH] Pin airshipctl/templater version

Pin airshipctl/templater stable version v2
in bootstrap manifests function.

Relates-To: #419

Change-Id: I54529db8eb9e7f1646ebccf0dcdfeb10e9c0e191
---
 manifests/function/bootstrap/template.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manifests/function/bootstrap/template.yaml b/manifests/function/bootstrap/template.yaml
index 611e9a313..bdeb902dc 100644
--- a/manifests/function/bootstrap/template.yaml
+++ b/manifests/function/bootstrap/template.yaml
@@ -5,7 +5,7 @@ metadata:
   annotations:
     config.kubernetes.io/function: |
       container:
-        image: quay.io/airshipit/templater:latest
+        image: quay.io/airshipit/templater:v2
         envs:
         - AIRSHIPCTL_EPHEMERAL_ISO_URL
 template: |