Skip to content

Commit 2f1b861

Browse files
Merge pull request #105 from SolaceDev/AssertFix
Assert fix
2 parents ca0bfcb + c3a5a0c commit 2f1b861

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The [Solace PubSub+ Platform](https://solace.com/products/platform/)'s [software
66

77
## Overview
88

9-
This project is a best practice template intended for development and demo purposes. The tested and recommended Solace PubSub+ Software Event Broker version is 9.8.
9+
This project is a best practice template intended for development and demo purposes. The tested and recommended Solace PubSub+ Software Event Broker version is 9.10.
1010

1111
This document provides a quick getting started guide to install a software event broker in various configurations onto a [Kubernetes](https://kubernetes.io/docs/home/) cluster.
1212

pubsubplus/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: Deploy Solace PubSub+ Event Broker Singleton or HA redundancy group onto a Kubernetes Cluster
33
name: pubsubplus
4-
version: 2.4.0
4+
version: 2.4.1
55
icon: https://solaceproducts.github.io/pubsubplus-kubernetes-quickstart/images/PubSubPlus.png
66
maintainers:
77
- name: Solace Community Forum

pubsubplus/templates/solaceConfigMap.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ data:
224224
# Now can issue {resync_step} command
225225
echo "`date` INFO: ${APP}-Initiating ${resync_step}"
226226
/mnt/disks/solace/semp_query.sh -n admin -p ${password} -u http://localhost:8080 \
227-
-q "<rpc><admin><config-sync><${resync_step}><router/></${resync_step}></config-sync></admin></rpc>"
227+
-q "<rpc semp-version=\"soltr/9_8VMR\"><admin><config-sync><${resync_step}><router/></${resync_step}></config-sync></admin></rpc>"
228228
/mnt/disks/solace/semp_query.sh -n admin -p ${password} -u http://localhost:8080 \
229-
-q "<rpc><admin><config-sync><${resync_step}><vpn-name>default</vpn-name></${resync_step}></config-sync></admin></rpc>"
229+
-q "<rpc semp-version=\"soltr/9_8VMR\"><admin><config-sync><${resync_step}><vpn-name>default</vpn-name></${resync_step}></config-sync></admin></rpc>"
230230
# Wait for config-sync results
231231
count=0
232232
echo "`date` INFO: ${APP}-Waiting for config-sync connected"

0 commit comments

Comments
 (0)