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

Commit ce2a0cb

Browse files
authored
Merge pull request #194 from font/release-v0.2.0-rc.1
Release v0.2.0-rc.1
2 parents def0276 + dbc8414 commit ce2a0cb

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SHELL := /bin/bash
22
# Detect the OS to set per-OS defaults
33
OS_NAME = $(shell uname -s)
44
# Current Operator version
5-
VERSION ?= v0.2.0-rc.0
5+
VERSION ?= v0.2.0-rc.1
66
# Replaces Operator version
77
REPLACES_VERSION ?= $(VERSION)
88
# Current Gatekeeper version

bundle/manifests/gatekeeper-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ metadata:
1616
capabilities: Basic Install
1717
operators.operatorframework.io/builder: operator-sdk-v1.3.2
1818
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
19-
name: gatekeeper-operator.v0.2.0-rc.0
19+
name: gatekeeper-operator.v0.2.0-rc.1
2020
namespace: placeholder
2121
spec:
2222
apiservicedefinitions: {}
@@ -283,7 +283,7 @@ spec:
283283
env:
284284
- name: RELATED_IMAGE_GATEKEEPER
285285
value: openpolicyagent/gatekeeper:v3.5.2
286-
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.0
286+
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.1
287287
imagePullPolicy: Always
288288
livenessProbe:
289289
httpGet:
@@ -405,4 +405,4 @@ spec:
405405
provider:
406406
name: Red Hat
407407
replaces: gatekeeper-operator.v0.1.2
408-
version: 0.2.0-rc.0
408+
version: 0.2.0-rc.1

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ kind: Kustomization
1414
images:
1515
- name: controller
1616
newName: quay.io/gatekeeper/gatekeeper-operator
17-
newTag: v0.2.0-rc.0
17+
newTag: v0.2.0-rc.1

deploy/gatekeeper-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,8 +1001,8 @@ spec:
10011001
- /manager
10021002
env:
10031003
- name: RELATED_IMAGE_GATEKEEPER
1004-
value: openpolicyagent/gatekeeper:v3.5.1
1005-
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.0
1004+
value: openpolicyagent/gatekeeper:v3.5.2
1005+
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.1
10061006
imagePullPolicy: Always
10071007
livenessProbe:
10081008
httpGet:

0 commit comments

Comments
 (0)