Skip to content

Commit

Permalink
Merge release prep updates into v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bczoma authored Sep 13, 2023
2 parents 5f85402 + 1ec2012 commit 13bd8ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ metadata:
certified: "true"
com.redhat.delivery.operator.bundle: "true"
com.redhat.openshift.versions: v4.10
containerImage: ghcr.io/solacedev/pubsubplus-eventbroker-operator:1.0.1-rc.1
createdAt: "2023-08-25T00:28:23Z"
containerImage: docker.io/solace/pubsubplus-eventbroker-operator:1.0.1
createdAt: "2023-09-13T10:40:30Z"
description: The Solace PubSub+ Event Broker Operator deploys and manages the
lifecycle of PubSub+ Event Brokers
operators.openshift.io/valid-subscription: '[]'
operators.operatorframework.io/builder: operator-sdk-v1.27.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/SolaceProducts/pubsubplus-kubernetes-quickstart
support: Solace Products
name: pubsubplus-eventbroker-operator.v1.0.1-rc.1
name: pubsubplus-eventbroker-operator.v1.0.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -296,7 +296,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: ghcr.io/solacedev/pubsubplus-eventbroker-operator:1.0.1-rc.1
image: docker.io/solace/pubsubplus-eventbroker-operator:1.0.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -411,4 +411,4 @@ spec:
provider:
name: Solace Corporation
url: www.solace.com
version: 1.0.1-rc.1
version: 1.0.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
labels:
app.kubernetes.io/version: v1.0.1-rc.1
app.kubernetes.io/version: v1.0.1
name: pubsubpluseventbrokers.pubsubplus.solace.com
spec:
group: pubsubplus.solace.com
Expand Down
2 changes: 1 addition & 1 deletion deploy/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1881,7 +1881,7 @@ spec:
env:
- name: WATCH_NAMESPACE
value: ""
image: ghcr.io/solacedev/pubsubplus-eventbroker-operator:1.0.1-rc.1
image: docker.io/solace/pubsubplus-eventbroker-operator:1.0.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 13bd8ed

Please sign in to comment.