@@ -40,31 +40,31 @@ monitoring:
40
40
41
41
images :
42
42
zookeeper :
43
- repository : streamnative/pulsar-all
43
+ repository : streamnative/sn-platform
44
44
tag : 2.9.2.23
45
45
pullPolicy : IfNotPresent
46
46
bookie :
47
- repository : streamnative/pulsar-all
47
+ repository : streamnative/sn-platform
48
48
tag : 2.9.2.23
49
49
pullPolicy : IfNotPresent
50
50
autorecovery :
51
- repository : streamnative/pulsar-all
51
+ repository : streamnative/sn-platform
52
52
tag : 2.9.2.23
53
53
pullPolicy : IfNotPresent
54
54
broker :
55
- repository : streamnative/pulsar-all
55
+ repository : streamnative/sn-platform
56
56
tag : 2.9.2.23
57
57
pullPolicy : IfNotPresent
58
58
proxy :
59
- repository : streamnative/pulsar-all
59
+ repository : streamnative/sn-platform
60
60
tag : 2.9.2.23
61
61
pullPolicy : IfNotPresent
62
62
functions :
63
- repository : streamnative/pulsar-all
63
+ repository : streamnative/sn-platform
64
64
tag : 2.9.2.23
65
65
pullPolicy : IfNotPresent
66
66
presto :
67
- repository : streamnative/pulsar-all
67
+ repository : streamnative/sn-platform
68
68
tag : 2.9.2.23
69
69
pullPolicy : IfNotPresent
70
70
@@ -75,7 +75,7 @@ bookkeeper:
75
75
replicaCount : 0
76
76
metadata :
77
77
image :
78
- repository : streamnative/pulsar-all
78
+ repository : streamnative/sn-platform
79
79
tag : 2.9.2.23
80
80
configData :
81
81
PULSAR_PREFIX_autoRecoveryDaemonEnabled : " false"
@@ -109,7 +109,7 @@ bookkeeper:
109
109
110
110
pulsar_metadata :
111
111
image :
112
- repository : streamnative/pulsar-all
112
+ repository : streamnative/sn-platform
113
113
tag : 2.9.2.23
114
114
pullPolicy : IfNotPresent
115
115
@@ -172,9 +172,9 @@ functions:
172
172
disk : 1048576000
173
173
functionRuntimeFactoryConfigs :
174
174
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 "
178
178
functionInstanceMinResources :
179
179
cpu : 0.1
180
180
ram : 10485760
0 commit comments