Skip to content

Commit 98a0496

Browse files
authored
bump pulsar (#240)
1 parent 18b9c98 commit 98a0496

14 files changed

Lines changed: 49 additions & 49 deletions

.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.8.0-rc-202106091215
7+
image: streamnative/pulsar-functions-java-sample:2.8.0.7
88
className: org.apache.pulsar.functions.api.examples.ExclamationFunction
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.8.0-rc-202106091215
8+
image: streamnative/pulsar-functions-java-sample:2.8.0.7
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.8.0-rc-202106091215
34+
image: streamnative/pulsar-functions-go-sample:2.8.0.7
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.8.0-rc-202106091215
59+
image: streamnative/pulsar-functions-python-sample:2.8.0.7
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.8.0-rc-202106091215
7+
image: streamnative/pulsar-functions-go-sample:2.8.0.7
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.8.0-rc-202106091215
7+
image: streamnative/pulsar-functions-python-sample:2.8.0.7
88
className: exclamation_function.ExclamationFunction
99
forwardSourceMessageProperty: true
1010
MaxPendingAsyncRequests: 1000

.ci/clusters/values.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@ monitoring:
4242
images:
4343
zookeeper:
4444
repository: streamnative/pulsar-all
45-
tag: 2.8.0-rc-202106091215
45+
tag: 2.8.0.7
4646
bookie:
4747
repository: streamnative/pulsar-all
48-
tag: 2.8.0-rc-202106091215
48+
tag: 2.8.0.7
4949
autorecovery:
5050
repository: streamnative/pulsar-all
51-
tag: 2.8.0-rc-202106091215
51+
tag: 2.8.0.7
5252
broker:
5353
repository: streamnative/pulsar-all
54-
tag: 2.8.0-rc-202106091215
54+
tag: 2.8.0.7
5555
functions:
5656
repository: streamnative/pulsar-all
57-
tag: 2.8.0-rc-202106091215
57+
tag: 2.8.0.7
5858
proxy:
5959
repository: streamnative/pulsar-all
60-
tag: 2.8.0-rc-202106091215
60+
tag: 2.8.0.7
6161

6262
zookeeper:
6363
replicaCount: 1
@@ -67,7 +67,7 @@ bookkeeper:
6767
metadata:
6868
image:
6969
repository: streamnative/pulsar-all
70-
tag: 2.8.0-rc-202106091215
70+
tag: 2.8.0.7
7171
configData:
7272
# `BOOKIE_MEM` is used for `bookie shell`
7373
BOOKIE_MEM: >
@@ -97,7 +97,7 @@ bookkeeper:
9797
pulsar_metadata:
9898
image:
9999
repository: streamnative/pulsar-all
100-
tag: 2.8.0-rc-202106091215
100+
tag: 2.8.0.7
101101

102102
broker:
103103
replicaCount: 1

.ci/clusters/values_cluster.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,22 @@ monitoring:
4242
images:
4343
zookeeper:
4444
repository: streamnative/pulsar-all
45-
tag: 2.8.0-rc-202106091215
45+
tag: 2.8.0.7
4646
bookie:
4747
repository: streamnative/pulsar-all
48-
tag: 2.8.0-rc-202106091215
48+
tag: 2.8.0.7
4949
autorecovery:
5050
repository: streamnative/pulsar-all
51-
tag: 2.8.0-rc-202106091215
51+
tag: 2.8.0.7
5252
broker:
5353
repository: streamnative/pulsar-all
54-
tag: 2.8.0-rc-202106091215
54+
tag: 2.8.0.7
5555
functions:
5656
repository: streamnative/pulsar-all
57-
tag: 2.8.0-rc-202106091215
57+
tag: 2.8.0.7
5858
proxy:
5959
repository: streamnative/pulsar-all
60-
tag: 2.8.0-rc-202106091215
60+
tag: 2.8.0.7
6161

6262
zookeeper:
6363
replicaCount: 1
@@ -67,7 +67,7 @@ bookkeeper:
6767
metadata:
6868
image:
6969
repository: streamnative/pulsar-all
70-
tag: 2.8.0-rc-202106091215
70+
tag: 2.8.0.7
7171
configData:
7272
# `BOOKIE_MEM` is used for `bookie shell`
7373
BOOKIE_MEM: >
@@ -97,7 +97,7 @@ bookkeeper:
9797
pulsar_metadata:
9898
image:
9999
repository: streamnative/pulsar-all
100-
tag: 2.8.0-rc-202106091215
100+
tag: 2.8.0.7
101101

102102
broker:
103103
replicaCount: 1

.ci/clusters/values_custom_runner_images.yaml

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

6767
zookeeper:
@@ -102,7 +102,7 @@ bookkeeper:
102102
pulsar_metadata:
103103
image:
104104
repository: streamnative/pulsar-all
105-
tag: 2.8.0-rc-202106091215
105+
tag: 2.8.0.7
106106
pullPolicy: IfNotPresent
107107

108108
broker:
@@ -148,9 +148,9 @@ functions:
148148
narExtractionDirectory: ""
149149
functionRuntimeFactoryConfigs:
150150
functionDockerImages:
151-
JAVA: "streamnative/pulsar-functions-java-runner:2.8.0-rc-202106091215"
152-
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.0-rc-202106091215"
153-
GO: "streamnative/pulsar-functions-go-runner:2.8.0-rc-202106091215"
151+
JAVA: "streamnative/pulsar-functions-java-runner:2.8.0.7"
152+
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.0.7"
153+
GO: "streamnative/pulsar-functions-go-runner:2.8.0.7"
154154

155155
proxy:
156156
replicaCount: 1

.ci/clusters/values_runner_images.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,27 +40,27 @@ monitoring:
4040
images:
4141
zookeeper:
4242
repository: streamnative/pulsar-all
43-
tag: 2.8.0-rc-202106091215
43+
tag: 2.8.0.7
4444
pullPolicy: IfNotPresent
4545
bookie:
4646
repository: streamnative/pulsar-all
47-
tag: 2.8.0-rc-202106091215
47+
tag: 2.8.0.7
4848
pullPolicy: IfNotPresent
4949
autorecovery:
5050
repository: streamnative/pulsar-all
51-
tag: 2.8.0-rc-202106091215
51+
tag: 2.8.0.7
5252
pullPolicy: IfNotPresent
5353
broker:
5454
repository: streamnative/pulsar-all
55-
tag: 2.8.0-rc-202106091215
55+
tag: 2.8.0.7
5656
pullPolicy: IfNotPresent
5757
proxy:
5858
repository: streamnative/pulsar-all
59-
tag: 2.8.0-rc-202106091215
59+
tag: 2.8.0.7
6060
pullPolicy: IfNotPresent
6161
functions:
6262
repository: streamnative/pulsar-all
63-
tag: 2.8.0-rc-202106091215
63+
tag: 2.8.0.7
6464
pullPolicy: IfNotPresent
6565

6666
zookeeper:
@@ -101,7 +101,7 @@ bookkeeper:
101101
pulsar_metadata:
102102
image:
103103
repository: streamnative/pulsar-all
104-
tag: 2.8.0-rc-202106091215
104+
tag: 2.8.0.7
105105
pullPolicy: IfNotPresent
106106

107107
broker:
@@ -161,9 +161,9 @@ functions:
161161
disk: 1048576000
162162
functionRuntimeFactoryConfigs:
163163
functionDockerImages:
164-
JAVA: "streamnative/pulsar-functions-java-runner:2.8.0-rc-202106091215"
165-
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.0-rc-202106091215"
166-
GO: "streamnative/pulsar-functions-go-runner:2.8.0-rc-202106091215"
164+
JAVA: "streamnative/pulsar-functions-java-runner:2.8.0.7"
165+
PYTHON: "streamnative/pulsar-functions-python-runner:2.8.0.7"
166+
GO: "streamnative/pulsar-functions-go-runner:2.8.0.7"
167167
functionInstanceMinResources:
168168
cpu: 0.1
169169
ram: 10485760

.github/workflows/test-e2e-crypto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Build runner images
3636
run: |
37-
PULSAR_IMAGE_TAG=2.8.0-rc-202106091215 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh
37+
PULSAR_IMAGE_TAG=2.8.0.7 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh
3838
3939
- name: Install operator-sdk
4040
run: |

.github/workflows/test-function-key-based-batcher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Build runner images
3636
run: |
37-
PULSAR_IMAGE_TAG=2.8.0-rc-202106091215 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh
37+
PULSAR_IMAGE_TAG=2.8.0.7 PULSAR_IMAGE=streamnative/pulsar-all KIND_PUSH=true images/build.sh
3838
3939
- name: Install operator-sdk
4040
run: |

0 commit comments

Comments
 (0)