Skip to content

Commit 7ed10bb

Browse files
Bump runner image to 3.2.2.1
1 parent a84b677 commit 7ed10bb

File tree

54 files changed

+121
-115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+121
-115
lines changed

.ci/clusters/compute_v1alpha1_function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: function-sample
55
namespace: default
66
spec:
7-
image: streamnative/pulsar-functions-java-sample:2.9.2.23
7+
image: streamnative/pulsar-functions-java-sample:3.2.2.1
88
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
99
forwardSourceMessageProperty: true
1010
maxPendingAsyncRequests: 1000

.ci/clusters/compute_v1alpha1_function_builtin_hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: function-builtin-hpa-sample
55
namespace: default
66
spec:
7-
image: streamnative/pulsar-functions-java-sample:2.9.2.23
7+
image: streamnative/pulsar-functions-java-sample:3.2.2.1
88
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
99
forwardSourceMessageProperty: true
1010
maxPendingAsyncRequests: 1000

.ci/clusters/compute_v1alpha1_function_hpa.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: function-hpa-sample
55
namespace: default
66
spec:
7-
image: streamnative/pulsar-functions-java-sample:2.9.2.23
7+
image: streamnative/pulsar-functions-java-sample:3.2.2.1
88
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
99
forwardSourceMessageProperty: true
1010
maxPendingAsyncRequests: 1000

.ci/clusters/compute_v1alpha1_function_stateful.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: python-function-stateful-sample
55
namespace: default
66
spec:
7-
image: streamnative/pulsar-functions-python-sample:2.9.2.23
7+
image: streamnative/pulsar-functions-python-sample:3.2.2.1
88
className: wordcount_function.WordCountFunction
99
forwardSourceMessageProperty: true
1010
maxPendingAsyncRequests: 1000

.ci/clusters/compute_v1alpha1_functionmesh.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
functions:
77
- name: java-function
8-
image: streamnative/pulsar-functions-java-sample:2.9.2.23
8+
image: streamnative/pulsar-functions-java-sample:3.2.2.1
99
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
1010
replicas: 1
1111
maxReplicas: 1
@@ -31,7 +31,7 @@ spec:
3131
memory: 1.1G
3232
clusterName: test
3333
- name: golang-function
34-
image: streamnative/pulsar-functions-go-sample:2.9.2.23
34+
image: streamnative/pulsar-functions-go-sample:3.2.2.1
3535
replicas: 1
3636
maxReplicas: 1
3737
input:
@@ -56,7 +56,7 @@ spec:
5656
memory: 1.1G
5757
clusterName: test
5858
- name: python-function
59-
image: streamnative/pulsar-functions-python-sample:2.9.2.23
59+
image: streamnative/pulsar-functions-python-sample:3.2.2.1
6060
className: exclamation_function.ExclamationFunction
6161
replicas: 1
6262
maxReplicas: 1

.ci/clusters/compute_v1alpha1_go_function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: go-function-sample
55
namespace: default
66
spec:
7-
image: streamnative/pulsar-functions-go-sample:2.9.2.23
7+
image: streamnative/pulsar-functions-go-sample:3.2.2.1
88
forwardSourceMessageProperty: true
99
maxPendingAsyncRequests: 1000
1010
replicas: 1

.ci/clusters/compute_v1alpha1_py_function.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: py-function-sample
55
namespace: default
66
spec:
7-
image: streamnative/pulsar-functions-python-sample:2.9.2.23
7+
image: streamnative/pulsar-functions-python-sample:3.2.2.1
88
className: exclamation_function.ExclamationFunction
99
forwardSourceMessageProperty: true
1010
maxPendingAsyncRequests: 1000

.ci/clusters/values.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,25 +45,25 @@ monitoring:
4545
images:
4646
zookeeper:
4747
repository: streamnative/sn-platform
48-
tag: 2.9.2.23
48+
tag: 3.2.2.1
4949
bookie:
5050
repository: streamnative/sn-platform
51-
tag: 2.9.2.23
51+
tag: 3.2.2.1
5252
autorecovery:
5353
repository: streamnative/sn-platform
54-
tag: 2.9.2.23
54+
tag: 3.2.2.1
5555
broker:
5656
repository: streamnative/sn-platform
57-
tag: 2.9.2.23
57+
tag: 3.2.2.1
5858
functions:
5959
repository: streamnative/sn-platform
60-
tag: 2.9.2.23
60+
tag: 3.2.2.1
6161
proxy:
6262
repository: streamnative/sn-platform
63-
tag: 2.9.2.23
63+
tag: 3.2.2.1
6464
presto:
6565
repository: streamnative/sn-platform
66-
tag: 2.9.2.23
66+
tag: 3.2.2.1
6767

6868
zookeeper:
6969
replicaCount: 1
@@ -74,7 +74,7 @@ bookkeeper:
7474
metadata:
7575
image:
7676
repository: streamnative/sn-platform
77-
tag: 2.9.2.23
77+
tag: 3.2.2.1
7878
configData:
7979
PULSAR_PREFIX_autoRecoveryDaemonEnabled: "false"
8080
PULSAR_PREFIX_dlog.bkcEnsembleSize: "1"
@@ -108,7 +108,7 @@ bookkeeper:
108108
pulsar_metadata:
109109
image:
110110
repository: streamnative/sn-platform
111-
tag: 2.9.2.23
111+
tag: 3.2.2.1
112112

113113
broker:
114114
replicaCount: 1

.ci/clusters/values_custom_runner_images.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41,27 +41,27 @@ monitoring:
4141
images:
4242
zookeeper:
4343
repository: streamnative/sn-platform
44-
tag: 2.9.2.23
44+
tag: 3.2.2.1
4545
pullPolicy: IfNotPresent
4646
bookie:
4747
repository: streamnative/sn-platform
48-
tag: 2.9.2.23
48+
tag: 3.2.2.1
4949
pullPolicy: IfNotPresent
5050
autorecovery:
5151
repository: streamnative/sn-platform
52-
tag: 2.9.2.23
52+
tag: 3.2.2.1
5353
pullPolicy: IfNotPresent
5454
broker:
5555
repository: streamnative/sn-platform
56-
tag: 2.9.2.23
56+
tag: 3.2.2.1
5757
pullPolicy: IfNotPresent
5858
proxy:
5959
repository: streamnative/sn-platform
60-
tag: 2.9.2.23
60+
tag: 3.2.2.1
6161
pullPolicy: IfNotPresent
6262
functions:
6363
repository: streamnative/sn-platform
64-
tag: 2.9.2.23
64+
tag: 3.2.2.1
6565
pullPolicy: IfNotPresent
6666

6767
zookeeper:
@@ -72,7 +72,7 @@ bookkeeper:
7272
metadata:
7373
image:
7474
repository: streamnative/sn-platform
75-
tag: 2.9.2.23
75+
tag: 3.2.2.1
7676
configData:
7777
PULSAR_PREFIX_autoRecoveryDaemonEnabled: "false"
7878
PULSAR_PREFIX_dlog.bkcEnsembleSize: "1"
@@ -109,7 +109,7 @@ bookkeeper:
109109
pulsar_metadata:
110110
image:
111111
repository: streamnative/sn-platform
112-
tag: 2.9.2.23
112+
tag: 3.2.2.1
113113
pullPolicy: IfNotPresent
114114

115115
broker:
@@ -157,9 +157,9 @@ functions:
157157
narExtractionDirectory: ""
158158
functionRuntimeFactoryConfigs:
159159
functionDockerImages:
160-
JAVA: "streamnative/pulsar-functions-java-runner:2.9.2.23"
161-
PYTHON: "streamnative/pulsar-functions-python-runner:2.9.2.23"
162-
GO: "streamnative/pulsar-functions-go-runner:2.9.2.23"
160+
JAVA: "streamnative/pulsar-functions-java-runner:3.2.2.1"
161+
PYTHON: "streamnative/pulsar-functions-python-runner:3.2.2.1"
162+
GO: "streamnative/pulsar-functions-go-runner:3.2.2.1"
163163

164164
proxy:
165165
replicaCount: 1

.ci/clusters/values_runner_images.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,31 +41,31 @@ monitoring:
4141
images:
4242
zookeeper:
4343
repository: streamnative/sn-platform
44-
tag: 2.9.2.23
44+
tag: 3.2.2.1
4545
pullPolicy: IfNotPresent
4646
bookie:
4747
repository: streamnative/sn-platform
48-
tag: 2.9.2.23
48+
tag: 3.2.2.1
4949
pullPolicy: IfNotPresent
5050
autorecovery:
5151
repository: streamnative/sn-platform
52-
tag: 2.9.2.23
52+
tag: 3.2.2.1
5353
pullPolicy: IfNotPresent
5454
broker:
5555
repository: streamnative/sn-platform
56-
tag: 2.9.2.23
56+
tag: 3.2.2.1
5757
pullPolicy: IfNotPresent
5858
proxy:
5959
repository: streamnative/sn-platform
60-
tag: 2.9.2.23
60+
tag: 3.2.2.1
6161
pullPolicy: IfNotPresent
6262
functions:
6363
repository: streamnative/sn-platform
64-
tag: 2.9.2.23
64+
tag: 3.2.2.1
6565
pullPolicy: IfNotPresent
6666
presto:
6767
repository: streamnative/sn-platform
68-
tag: 2.9.2.23
68+
tag: 3.2.2.1
6969
pullPolicy: IfNotPresent
7070

7171
zookeeper:
@@ -76,7 +76,7 @@ bookkeeper:
7676
metadata:
7777
image:
7878
repository: streamnative/sn-platform
79-
tag: 2.9.2.23
79+
tag: 3.2.2.1
8080
configData:
8181
PULSAR_PREFIX_autoRecoveryDaemonEnabled: "false"
8282
PULSAR_PREFIX_dlog.bkcEnsembleSize: "1"
@@ -110,7 +110,7 @@ bookkeeper:
110110
pulsar_metadata:
111111
image:
112112
repository: streamnative/sn-platform
113-
tag: 2.9.2.23
113+
tag: 3.2.2.1
114114
pullPolicy: IfNotPresent
115115

116116
broker:
@@ -172,9 +172,9 @@ functions:
172172
disk: 1048576000
173173
functionRuntimeFactoryConfigs:
174174
functionDockerImages:
175-
JAVA: "localhost:5000/pulsar-functions-java-runner:2.9.2.23"
176-
PYTHON: "localhost:5000/pulsar-functions-python-runner:2.9.2.23"
177-
GO: "localhost:5000/pulsar-functions-go-runner:2.9.2.23"
175+
JAVA: "localhost:5000/pulsar-functions-java-runner:3.2.2.1"
176+
PYTHON: "localhost:5000/pulsar-functions-python-runner:3.2.2.1"
177+
GO: "localhost:5000/pulsar-functions-go-runner:3.2.2.1"
178178
functionInstanceMinResources:
179179
cpu: 0.1
180180
ram: 10485760

0 commit comments

Comments
 (0)