From dc63112f8d3f1d53b4d099311c2cc7381721cbb0 Mon Sep 17 00:00:00 2001 From: Chunxi Luo Date: Fri, 18 Mar 2022 13:44:39 -0400 Subject: [PATCH] Update the Policy Generator to v1.6.0 (#127) Signed-off-by: Chunxi Luo --- build/Dockerfile | 2 +- build/Dockerfile.prow | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 640e8ccf..c9cc2283 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,5 +1,5 @@ FROM registry.ci.openshift.org/stolostron/builder:go1.17-linux AS plugin-builder -ENV POLICY_GENERATOR_TAG=v1.5.0 +ENV POLICY_GENERATOR_TAG=v1.6.0 WORKDIR /policy-generator RUN curl -L -o "policy-generator-plugin.tar.gz" \ diff --git a/build/Dockerfile.prow b/build/Dockerfile.prow index 76b2a954..3184eb80 100644 --- a/build/Dockerfile.prow +++ b/build/Dockerfile.prow @@ -1,5 +1,5 @@ FROM registry.ci.openshift.org/stolostron/builder:go1.17-linux AS builder -ENV POLICY_GENERATOR_TAG=v1.5.0 +ENV POLICY_GENERATOR_TAG=v1.6.0 WORKDIR /go/src/github.com/stolostron/multicluster-operators-subscription COPY . .