Bump Apache Pulsar 2.10.1 (#274)
* Bump Apache Pulsar 2.10.1 * Do not bump .Chart.version * Remove unnecessary jq download that was failing with Permission Denied Co-authored-by: Michael Marshall <mmarshall@apache.org>
This commit is contained in:
parent
58cd43fe8b
commit
8f1ca065b3
@ -202,8 +202,6 @@ function ci::test_pulsar_function() {
|
||||
${KUBECTL} exec -n ${NAMESPACE} ${CLUSTER}-bookie-0 -- df -h
|
||||
${KUBECTL} exec -n ${NAMESPACE} ${CLUSTER}-toolset-0 -- bin/bookkeeper shell listbookies -rw
|
||||
${KUBECTL} exec -n ${NAMESPACE} ${CLUSTER}-toolset-0 -- bin/bookkeeper shell listbookies -ro
|
||||
${KUBECTL} exec -n ${NAMESPACE} ${CLUSTER}-toolset-0 -- curl --retry 10 -L -o bin/jq https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
|
||||
${KUBECTL} exec -n ${NAMESPACE} ${CLUSTER}-toolset-0 -- chmod +x bin/jq
|
||||
${KUBECTL} exec -n ${NAMESPACE} ${CLUSTER}-toolset-0 -- bin/pulsar-admin functions create --tenant pulsar-ci --namespace test --name test-function --inputs "pulsar-ci/test/test_input" --output "pulsar-ci/test/test_output" --parallelism 1 --classname org.apache.pulsar.functions.api.examples.ExclamationFunction --jar /pulsar/examples/api-examples.jar
|
||||
|
||||
# wait until the function is running
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
#
|
||||
|
||||
apiVersion: v2
|
||||
appVersion: "2.9.3"
|
||||
appVersion: "2.10.1"
|
||||
description: Apache Pulsar Helm chart for Kubernetes
|
||||
name: pulsar
|
||||
version: 2.9.4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user