This repository was archived by the owner on Sep 26, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ SHELL := /bin/bash
22# Detect the OS to set per-OS defaults
33OS_NAME = $(shell uname -s)
44# Current Operator version
5- VERSION ?= v0.2.0-rc.0
5+ VERSION ?= v0.2.0-rc.1
66# Replaces Operator version
77REPLACES_VERSION ?= $(VERSION )
88# Current Gatekeeper version
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ metadata:
1616 capabilities : Basic Install
1717 operators.operatorframework.io/builder : operator-sdk-v1.3.2
1818 operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
19- name : gatekeeper-operator.v0.2.0-rc.0
19+ name : gatekeeper-operator.v0.2.0-rc.1
2020 namespace : placeholder
2121spec :
2222 apiservicedefinitions : {}
@@ -283,7 +283,7 @@ spec:
283283 env :
284284 - name : RELATED_IMAGE_GATEKEEPER
285285 value : openpolicyagent/gatekeeper:v3.5.2
286- image : quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.0
286+ image : quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.1
287287 imagePullPolicy : Always
288288 livenessProbe :
289289 httpGet :
@@ -405,4 +405,4 @@ spec:
405405 provider :
406406 name : Red Hat
407407 replaces : gatekeeper-operator.v0.1.2
408- version : 0.2.0-rc.0
408+ version : 0.2.0-rc.1
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ kind: Kustomization
1414images :
1515- name : controller
1616 newName : quay.io/gatekeeper/gatekeeper-operator
17- newTag : v0.2.0-rc.0
17+ newTag : v0.2.0-rc.1
Original file line number Diff line number Diff line change @@ -1001,8 +1001,8 @@ spec:
10011001 - /manager
10021002 env :
10031003 - name : RELATED_IMAGE_GATEKEEPER
1004- value : openpolicyagent/gatekeeper:v3.5.1
1005- image : quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.0
1004+ value : openpolicyagent/gatekeeper:v3.5.2
1005+ image : quay.io/gatekeeper/gatekeeper-operator:v0.2.0-rc.1
10061006 imagePullPolicy : Always
10071007 livenessProbe :
10081008 httpGet :
You can’t perform that action at this time.
0 commit comments