Skip to content

Commit

Permalink
Merge pull request #2 from SolaceDev/ReleaseCandidate-1.0.1-rc.1
Browse files Browse the repository at this point in the history
Merge release prep updates into v1.0.1
  • Loading branch information
bczoma authored Aug 25, 2023
2 parents 781b948 + acdc40c commit 5f85402
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: docker.io/solace/pubsubplus-eventbroker-operator:1.0.0
createdAt: "2023-04-19T16:00:24Z"
containerImage: ghcr.io/solacedev/pubsubplus-eventbroker-operator:1.0.1-rc.1
createdAt: "2023-08-25T00:28:23Z"
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.0
name: pubsubplus-eventbroker-operator.v1.0.1-rc.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -296,7 +296,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.annotations['olm.targetNamespaces']
image: docker.io/solace/pubsubplus-eventbroker-operator:1.0.0
image: ghcr.io/solacedev/pubsubplus-eventbroker-operator:1.0.1-rc.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.0
version: 1.0.1-rc.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.0
app.kubernetes.io/version: v1.0.1-rc.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: docker.io/solace/pubsubplus-eventbroker-operator:1.0.0
image: ghcr.io/solacedev/pubsubplus-eventbroker-operator:1.0.1-rc.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 5f85402

Please sign in to comment.