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

Commit 1d7c4f1

Browse files
authored
Merge pull request #208 from font/release-v0.2.0-rc.3
Release v0.2.0-rc.3
2 parents eb3c12d + 39642ac commit 1d7c4f1

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= v0.2.0-rc.2
6+
VERSION ?= v0.2.0-rc.3
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

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.10.0+git
1818
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
19-
name: gatekeeper-operator.v0.2.0-rc.2
19+
name: gatekeeper-operator.v0.2.0-rc.3
2020
namespace: placeholder
2121
spec:
2222
apiservicedefinitions: {}
@@ -284,7 +284,7 @@ spec:
284284
env:
285285
- name: RELATED_IMAGE_GATEKEEPER
286286
value: openpolicyagent/gatekeeper:v3.5.2
287-
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.2
287+
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.3
288288
imagePullPolicy: Always
289289
livenessProbe:
290290
httpGet:
@@ -417,4 +417,4 @@ spec:
417417
provider:
418418
name: Red Hat
419419
replaces: gatekeeper-operator.v0.1.2
420-
version: 0.2.0-rc.2
420+
version: 0.2.0-rc.3

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.2
17+
newTag: v0.2.0-rc.3

deploy/gatekeeper-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ spec:
12401240
env:
12411241
- name: RELATED_IMAGE_GATEKEEPER
12421242
value: openpolicyagent/gatekeeper:v3.5.2
1243-
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.2
1243+
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.3
12441244
imagePullPolicy: Always
12451245
livenessProbe:
12461246
httpGet:

0 commit comments

Comments
 (0)