Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit def0276

Browse files
authored
Merge pull request #192 from font/gk-v3.5.2
Update Operator to support Gatekeeper v3.5.2
2 parents 689939e + abc5e60 commit def0276

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VERSION ?= v0.2.0-rc.0
66
# Replaces Operator version
77
REPLACES_VERSION ?= $(VERSION)
88
# Current Gatekeeper version
9-
GATEKEEPER_VERSION ?= v3.5.1
9+
GATEKEEPER_VERSION ?= v3.5.2
1010
# Default image repo
1111
REPO ?= quay.io/gatekeeper
1212
# Default bundle image tag

bundle/manifests/gatekeeper-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ spec:
282282
- /manager
283283
env:
284284
- name: RELATED_IMAGE_GATEKEEPER
285-
value: openpolicyagent/gatekeeper:v3.5.1
285+
value: openpolicyagent/gatekeeper:v3.5.2
286286
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.0
287287
imagePullPolicy: Always
288288
livenessProbe:

config/gatekeeper/apps_v1_deployment_gatekeeper-audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
valueFrom:
4242
fieldRef:
4343
fieldPath: metadata.name
44-
image: openpolicyagent/gatekeeper:v3.5.1
44+
image: openpolicyagent/gatekeeper:v3.5.2
4545
imagePullPolicy: Always
4646
livenessProbe:
4747
httpGet:

config/gatekeeper/apps_v1_deployment_gatekeeper-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
valueFrom:
5555
fieldRef:
5656
fieldPath: metadata.name
57-
image: openpolicyagent/gatekeeper:v3.5.1
57+
image: openpolicyagent/gatekeeper:v3.5.2
5858
imagePullPolicy: Always
5959
livenessProbe:
6060
httpGet:

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ spec:
5555
memory: 20Mi
5656
env:
5757
- name: RELATED_IMAGE_GATEKEEPER
58-
value: openpolicyagent/gatekeeper:v3.5.1
58+
value: openpolicyagent/gatekeeper:v3.5.2
5959
terminationGracePeriodSeconds: 10

config/samples/gatekeeper_with_all_values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
# Add fields here
77
image:
8-
image: docker.io/openpolicyagent/gatekeeper:v3.5.1
8+
image: docker.io/openpolicyagent/gatekeeper:v3.5.2
99
imagePullPolicy: Always
1010
audit:
1111
replicas: 1

pkg/bindata/bindata.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)