Skip to content

Commit

Permalink
Release v3.11.2
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek authored and openshift-merge-bot[bot] committed Dec 15, 2023
1 parent 6932455 commit 8fe93d6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 3.11.1-2
VERSION ?= 3.11.2
# Replaces Operator version
# Set this when when there is a new patch release in the channel.
REPLACES_VERSION ?= 0.2.6
REPLACES_VERSION ?= 3.11.1

LOCAL_BIN ?= $(PWD)/ci-tools/bin
export PATH := $(LOCAL_BIN):$(PATH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
olm.skipRange: "<3.11.0"
operators.operatorframework.io/builder: operator-sdk-v1.28.1
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: gatekeeper-operator.v3.11.1-2
name: gatekeeper-operator.v3.11.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -376,7 +376,7 @@ spec:
env:
- name: RELATED_IMAGE_GATEKEEPER
value: openpolicyagent/gatekeeper:v3.11.1
image: quay.io/gatekeeper/gatekeeper-operator:v3.11.1-2
image: quay.io/gatekeeper/gatekeeper-operator:v3.11.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -514,5 +514,5 @@ spec:
relatedImages:
- image: openpolicyagent/gatekeeper:v3.11.1
name: gatekeeper
replaces: gatekeeper-operator.v0.2.6
version: "3.11.1-2"
replaces: gatekeeper-operator.v3.11.1
version: "3.11.2"
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/gatekeeper/gatekeeper-operator
newTag: v3.11.1-2
newTag: v3.11.2
2 changes: 1 addition & 1 deletion deploy/gatekeeper-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1713,7 +1713,7 @@ spec:
env:
- name: RELATED_IMAGE_GATEKEEPER
value: openpolicyagent/gatekeeper:v3.11.1
image: quay.io/gatekeeper/gatekeeper-operator:v3.11.1-2
image: quay.io/gatekeeper/gatekeeper-operator:v3.11.2
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 8fe93d6

Please sign in to comment.