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 #194 from font/release-v0.2.0-rc.1
Browse files Browse the repository at this point in the history
Release v0.2.0-rc.1
  • Loading branch information
font authored Aug 5, 2021
2 parents def0276 + dbc8414 commit ce2a0cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/bash
# Detect the OS to set per-OS defaults
OS_NAME = $(shell uname -s)
# Current Operator version
VERSION ?= v0.2.0-rc.0
VERSION ?= v0.2.0-rc.1
# Replaces Operator version
REPLACES_VERSION ?= $(VERSION)
# Current Gatekeeper version
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.3.2
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: gatekeeper-operator.v0.2.0-rc.0
name: gatekeeper-operator.v0.2.0-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -283,7 +283,7 @@ spec:
env:
- name: RELATED_IMAGE_GATEKEEPER
value: openpolicyagent/gatekeeper:v3.5.2
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.0
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -405,4 +405,4 @@ spec:
provider:
name: Red Hat
replaces: gatekeeper-operator.v0.1.2
version: 0.2.0-rc.0
version: 0.2.0-rc.1
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.0
newTag: v0.2.0-rc.1
4 changes: 2 additions & 2 deletions deploy/gatekeeper-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1001,8 +1001,8 @@ spec:
- /manager
env:
- name: RELATED_IMAGE_GATEKEEPER
value: openpolicyagent/gatekeeper:v3.5.1
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.0
value: openpolicyagent/gatekeeper:v3.5.2
image: quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit ce2a0cb

Please sign in to comment.