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 #128 from font/release-v0.1.0-rc.1
Browse files Browse the repository at this point in the history
Release v0.1.0-rc.1
  • Loading branch information
font authored Feb 5, 2021
2 parents 653277b + 6f08ea0 commit 186db6d
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 @@ -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.1.0-rc.0
VERSION ?= v0.1.0-rc.1
# Current Gatekeeper version
GATEKEEPER_VERSION ?= v3.3.0
# Default image repo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.2.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: gatekeeper-operator.v0.1.0-rc.0
name: gatekeeper-operator.v0.1.0-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -292,7 +292,7 @@ spec:
- --enable-leader-election
command:
- /manager
image: quay.io/gatekeeper/gatekeeper-operator:v0.1.0-rc.0
image: quay.io/gatekeeper/gatekeeper-operator:v0.1.0-rc.1
imagePullPolicy: Always
name: manager
resources:
Expand Down Expand Up @@ -393,4 +393,4 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 0.1.0-rc.0
version: 0.1.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 @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/gatekeeper/gatekeeper-operator
newTag: v0.1.0-rc.0
newTag: v0.1.0-rc.1
2 changes: 1 addition & 1 deletion deploy/gatekeeper-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ spec:
- --enable-leader-election
command:
- /manager
image: quay.io/gatekeeper/gatekeeper-operator:v0.1.0-rc.0
image: quay.io/gatekeeper/gatekeeper-operator:v0.1.0-rc.1
imagePullPolicy: Always
name: manager
resources:
Expand Down

0 comments on commit 186db6d

Please sign in to comment.