Skip to content

Commit

Permalink
Update PolicyGenerator to v1.10.0 (#293)
Browse files Browse the repository at this point in the history
Includes the fields for policy ordering.

Refs:
 - stolostron/backlog#26906

Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>

Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
  • Loading branch information
JustinKuli authored Nov 29, 2022
1 parent 35a11da commit 6cb8361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.ci.openshift.org/stolostron/builder:go1.19-linux AS plugin-builder
ENV POLICY_GENERATOR_TAG=v1.9.1
ENV POLICY_GENERATOR_TAG=v1.10.0

WORKDIR /policy-generator
RUN curl -L -o "policy-generator-plugin.tar.gz" \
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.prow
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.ci.openshift.org/stolostron/builder:go1.19-linux AS builder
ENV POLICY_GENERATOR_TAG=v1.9.1
ENV POLICY_GENERATOR_TAG=v1.10.0

WORKDIR /go/src/github.com/stolostron/multicluster-operators-subscription
COPY . .
Expand Down

0 comments on commit 6cb8361

Please sign in to comment.