Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/clusters/compute_v1alpha1_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: function-sample
namespace: default
spec:
image: streamnative/pulsar-functions-java-sample:2.8.0.13
image: streamnative/pulsar-functions-java-sample:2.8.0.14
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
forwardSourceMessageProperty: true
MaxPendingAsyncRequests: 1000
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/compute_v1alpha1_function_builtin_hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: function-builtin-hpa-sample
namespace: default
spec:
image: streamnative/pulsar-functions-java-sample:2.8.0.13
image: streamnative/pulsar-functions-java-sample:2.8.0.14
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
forwardSourceMessageProperty: true
MaxPendingAsyncRequests: 1000
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/compute_v1alpha1_function_hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: function-hpa-sample
namespace: default
spec:
image: streamnative/pulsar-functions-java-sample:2.8.0.13
image: streamnative/pulsar-functions-java-sample:2.8.0.14
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
forwardSourceMessageProperty: true
MaxPendingAsyncRequests: 1000
Expand Down
6 changes: 3 additions & 3 deletions .ci/clusters/compute_v1alpha1_functionmesh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
functions:
- name: java-function
image: streamnative/pulsar-functions-java-sample:2.8.0.13
image: streamnative/pulsar-functions-java-sample:2.8.0.14
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
replicas: 1
maxReplicas: 1
Expand All @@ -31,7 +31,7 @@ spec:
memory: 1.1G
clusterName: test
- name: golang-function
image: streamnative/pulsar-functions-go-sample:2.8.0.13
image: streamnative/pulsar-functions-go-sample:2.8.0.14
replicas: 1
maxReplicas: 1
input:
Expand All @@ -56,7 +56,7 @@ spec:
memory: 1.1G
clusterName: test
- name: python-function
image: streamnative/pulsar-functions-python-sample:2.8.0.13
image: streamnative/pulsar-functions-python-sample:2.8.0.14
className: exclamation_function.ExclamationFunction
replicas: 1
maxReplicas: 1
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/compute_v1alpha1_go_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: go-function-sample
namespace: default
spec:
image: streamnative/pulsar-functions-go-sample:2.8.0.13
image: streamnative/pulsar-functions-go-sample:2.8.0.14
forwardSourceMessageProperty: true
MaxPendingAsyncRequests: 1000
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/compute_v1alpha1_py_function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: py-function-sample
namespace: default
spec:
image: streamnative/pulsar-functions-python-sample:2.8.0.13
image: streamnative/pulsar-functions-python-sample:2.8.0.14
className: exclamation_function.ExclamationFunction
forwardSourceMessageProperty: true
MaxPendingAsyncRequests: 1000
Expand Down
16 changes: 8 additions & 8 deletions .ci/clusters/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ monitoring:
images:
zookeeper:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
bookie:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
autorecovery:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
broker:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
functions:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
proxy:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14

zookeeper:
replicaCount: 1
Expand All @@ -67,7 +67,7 @@ bookkeeper:
metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
configData:
# `BOOKIE_MEM` is used for `bookie shell`
BOOKIE_MEM: >
Expand Down Expand Up @@ -97,7 +97,7 @@ bookkeeper:
pulsar_metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14

broker:
replicaCount: 1
Expand Down
16 changes: 8 additions & 8 deletions .ci/clusters/values_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@ monitoring:
images:
zookeeper:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
bookie:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
autorecovery:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
broker:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
functions:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
proxy:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14

zookeeper:
replicaCount: 1
Expand All @@ -67,7 +67,7 @@ bookkeeper:
metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
configData:
# `BOOKIE_MEM` is used for `bookie shell`
BOOKIE_MEM: >
Expand Down Expand Up @@ -97,7 +97,7 @@ bookkeeper:
pulsar_metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14

broker:
replicaCount: 1
Expand Down
20 changes: 10 additions & 10 deletions .ci/clusters/values_custom_runner_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,27 +41,27 @@ monitoring:
images:
zookeeper:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent
bookie:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent
broker:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent
proxy:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent
functions:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent

zookeeper:
Expand Down Expand Up @@ -102,7 +102,7 @@ bookkeeper:
pulsar_metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent

broker:
Expand Down Expand Up @@ -148,9 +148,9 @@ functions:
narExtractionDirectory: ""
functionRuntimeFactoryConfigs:
functionDockerImages:
JAVA: "streamnative/pulsar-functions-java-runner:2.8.0.13"
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.0.13"
GO: "streamnative/pulsar-functions-go-runner:2.8.0.13"
JAVA: "streamnative/pulsar-functions-java-runner:2.8.0.14"
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.0.14"
GO: "streamnative/pulsar-functions-go-runner:2.8.0.14"

proxy:
replicaCount: 1
2 changes: 2 additions & 0 deletions .ci/clusters/values_mesh_worker_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ broker:
managedLedgerDefaultEnsembleSize: "1"
managedLedgerDefaultWriteQuorum: "1"
managedLedgerDefaultAckQuorum: "1"
enablePackagesManagement: "true"
PULSAR_PREFIX_enablePackagesManagement: "true"

proxy:
replicaCount: 1
20 changes: 10 additions & 10 deletions .ci/clusters/values_runner_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,27 @@ monitoring:
images:
zookeeper:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent
bookie:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent
broker:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent
proxy:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent
functions:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent

zookeeper:
Expand Down Expand Up @@ -101,7 +101,7 @@ bookkeeper:
pulsar_metadata:
image:
repository: streamnative/pulsar-all
tag: 2.8.0.13
tag: 2.8.0.14
pullPolicy: IfNotPresent

broker:
Expand Down Expand Up @@ -161,9 +161,9 @@ functions:
disk: 1048576000
functionRuntimeFactoryConfigs:
functionDockerImages:
JAVA: "streamnative/pulsar-functions-java-runner:2.8.0.13"
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.0.13"
GO: "streamnative/pulsar-functions-go-runner:2.8.0.13"
JAVA: "streamnative/pulsar-functions-java-runner:2.8.0.14"
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.0.14"
GO: "streamnative/pulsar-functions-go-runner:2.8.0.14"
functionInstanceMinResources:
cpu: 0.1
ram: 10485760
Expand Down
Loading