Skip to content

Commit

Permalink
Prepared deploy yaml, bundle with latest relase info and updated para…
Browse files Browse the repository at this point in the history
…ms doc and licenses [skip ci]
  • Loading branch information
bczoma authored and actions-user committed Aug 25, 2023
1 parent 781b948 commit acdc40c
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 acdc40c

Please sign in to comment.