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

Commit

Permalink
Merge pull request #208 from font/release-v0.2.0-rc.3
Browse files Browse the repository at this point in the history
Release v0.2.0-rc.3
  • Loading branch information
font authored Sep 16, 2021
2 parents eb3c12d + 39642ac commit 1d7c4f1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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 ?= v0.2.0-rc.2
VERSION ?= v0.2.0-rc.3

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.10.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: gatekeeper-operator.v0.2.0-rc.2
name: gatekeeper-operator.v0.2.0-rc.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -284,7 +284,7 @@ spec:
env:
- name: RELATED_IMAGE_GATEKEEPER
value: openpolicyagent/gatekeeper:v3.5.2
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.2
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -417,4 +417,4 @@ spec:
provider:
name: Red Hat
replaces: gatekeeper-operator.v0.1.2
version: 0.2.0-rc.2
version: 0.2.0-rc.3
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: v0.2.0-rc.2
newTag: v0.2.0-rc.3
2 changes: 1 addition & 1 deletion deploy/gatekeeper-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ spec:
env:
- name: RELATED_IMAGE_GATEKEEPER
value: openpolicyagent/gatekeeper:v3.5.2
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.2
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 1d7c4f1

Please sign in to comment.