Skip to content

Commit

Permalink
Release v3.14.3
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek authored and openshift-merge-bot[bot] committed Dec 21, 2024
1 parent 551e9ef commit 5d8dc0c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion REPLACE_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.1
3.14.2
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.2
3.14.3
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ metadata:
}
]
capabilities: Basic Install
olm.skipRange: "<3.14.2"
olm.skipRange: "<3.14.3"
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: gatekeeper-operator.v3.14.2
name: gatekeeper-operator.v3.14.3
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -360,7 +360,7 @@ spec:
env:
- name: RELATED_IMAGE_GATEKEEPER
value: openpolicyagent/gatekeeper:v3.14.2
image: quay.io/gatekeeper/gatekeeper-operator:v3.14.2
image: quay.io/gatekeeper/gatekeeper-operator:v3.14.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -499,4 +499,4 @@ spec:
- image: openpolicyagent/gatekeeper:v3.14.2
name: gatekeeper
replaces: gatekeeper-operator.v3.14.0
version: "3.14.2"
version: "3.14.3"
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ generatorOptions:
images:
- name: controller
newName: quay.io/gatekeeper/gatekeeper-operator
newTag: v3.14.2
newTag: v3.14.3
2 changes: 1 addition & 1 deletion deploy/gatekeeper-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ spec:
env:
- name: RELATED_IMAGE_GATEKEEPER
value: openpolicyagent/gatekeeper:v3.14.2
image: quay.io/gatekeeper/gatekeeper-operator:v3.14.2
image: quay.io/gatekeeper/gatekeeper-operator:v3.14.3
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 5d8dc0c

Please sign in to comment.