Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit e85fafa

Browse files
authored
Bump policy generator to v1.17 (#429)
Signed-off-by: Dale Haiducek <[email protected]>
1 parent ae74046 commit e85fafa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM registry.ci.openshift.org/stolostron/builder:go1.23-linux AS plugin-builder
2-
ENV POLICY_GENERATOR_TAG=v1.16.0
2+
ENV POLICY_GENERATOR_TAG=v1.17.0
33

44
WORKDIR /go/src/github.com/open-cluster-management/multicloud-operators-subscription
55
COPY . .

build/Dockerfile.prow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM registry.ci.openshift.org/stolostron/builder:go1.23-linux AS builder
2-
ENV POLICY_GENERATOR_TAG=v1.16.0
2+
ENV POLICY_GENERATOR_TAG=v1.17.0
33

44
WORKDIR /go/src/github.com/stolostron/multicluster-operators-subscription
55
COPY . .

build/Dockerfile.rhtap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 AS plugin-builder
2-
ENV POLICY_GENERATOR_TAG=v1.16.0
2+
ENV POLICY_GENERATOR_TAG=v1.17.0
33

44
WORKDIR /go/src/github.com/open-cluster-management/multicloud-operators-subscription
55
COPY . .

0 commit comments

Comments
 (0)