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 #156 from font/release-v0.1.2
Browse files Browse the repository at this point in the history
Release v0.1.2
  • Loading branch information
Yu Cao authored May 6, 2021
2 parents eb4acc2 + 7e50c0a commit c8118b1
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.2-rc.0
VERSION ?= v0.1.2
# Replaces Operator version
REPLACES_VERSION ?= $(VERSION)
# Current Gatekeeper version
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.2-rc.0
name: gatekeeper-operator.v0.1.2
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.2-rc.0
image: quay.io/gatekeeper/gatekeeper-operator:v0.1.2
imagePullPolicy: Always
name: manager
resources:
Expand Down Expand Up @@ -394,4 +394,4 @@ spec:
provider:
name: Red Hat
replaces: gatekeeper-operator.v0.1.1
version: 0.1.2-rc.0
version: 0.1.2
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.2-rc.0
newTag: v0.1.2
2 changes: 1 addition & 1 deletion deploy/gatekeeper-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ spec:
- --enable-leader-election
command:
- /manager
image: quay.io/gatekeeper/gatekeeper-operator:v0.1.2-rc.0
image: quay.io/gatekeeper/gatekeeper-operator:v0.1.2
imagePullPolicy: Always
name: manager
resources:
Expand Down

0 comments on commit c8118b1

Please sign in to comment.