Skip to content

Commit 0864184

Browse files
committed
chore: upgrade pulsar image tag to 3.3.3.3 (#1207)
<!-- ### Contribution Checklist - Name the pull request in the form "[charts/<chart-name>] Title of the pull request". Skip *[charts/<chart-name>]* if the PR doesn't change a specific chart. E.g. `[docs] Fix typo in README`. - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review. - Each pull request should address only one issue, not mix up code from multiple issues. - Each commit in the pull request has a meaningful commit message - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below. **(The sections below can be removed for hotfixes of typos)** --> *(If this PR fixes a github issue, please add `Fixes #<xyz>`.)* Fixes #<xyz> *(or if this PR is one task of a github issue, please add `Master Issue: #<xyz>` to link to the master issue.)* Master Issue: #<xyz> ### Motivation *Explain here the context, and why you're making that change. What is the problem you're trying to solve.* ### Modifications *Describe the modifications you've done.* ### Verifying this change - [x] Make sure that the change passes the CI checks. *(Please pick either of the following options)* This change is a trivial rework / code cleanup without any test coverage. *(or)* This change is already covered by existing tests, such as *(please describe tests)*. *(or)* This change added tests and can be verified as follows: *(example:)* - *Added integration tests for end-to-end deployment with large payloads (10MB)* - *Extended integration test for recovery after broker failure* ### Documentation Check the box below. Need to update docs? - [ ] `doc-required` (If you need help on updating docs, create a doc issue) - [x] `no-need-doc` (Please explain why) - [ ] `doc` (If this PR contains doc changes) Signed-off-by: ericsyh <[email protected]> (cherry picked from commit 1d307ac)
1 parent 5907fa4 commit 0864184

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

charts/sn-platform-slim/values.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -123,52 +123,52 @@ monitoring:
123123
images:
124124
coordinator:
125125
repository: streamnative/sn-platform-slim
126-
tag: "3.2.3.3"
126+
tag: "3.3.3.3"
127127
zookeeper:
128128
repository: streamnative/sn-platform-slim
129-
tag: "3.2.3.3"
129+
tag: "3.3.3.3"
130130
pullPolicy: IfNotPresent
131131
customTools:
132132
backup:
133133
repository: "streamnative/pulsar-metadata-tool"
134-
tag: "3.2.3.3"
134+
tag: "3.3.3.3"
135135
pullPolicy: IfNotPresent
136136
restore:
137137
repository: "streamnative/pulsar-metadata-tool"
138-
tag: "3.2.3.3"
138+
tag: "3.3.3.3"
139139
pullPolicy: IfNotPresent
140140
bookie:
141141
repository: streamnative/sn-platform-slim
142-
tag: "3.2.3.3"
142+
tag: "3.3.3.3"
143143
pullPolicy: IfNotPresent
144144
autorecovery:
145145
repository: streamnative/sn-platform-slim
146-
tag: "3.2.3.3"
146+
tag: "3.3.3.3"
147147
pullPolicy: IfNotPresent
148148
broker:
149149
repository: streamnative/sn-platform-slim
150-
tag: "3.2.3.3"
150+
tag: "3.3.3.3"
151151
pullPolicy: IfNotPresent
152152
proxy:
153153
repository: streamnative/sn-platform-slim
154-
tag: "3.2.3.3"
154+
tag: "3.3.3.3"
155155
pullPolicy: IfNotPresent
156156
pulsar_detector:
157157
repository: streamnative/sn-platform-slim
158-
tag: "3.2.3.3"
158+
tag: "3.3.3.3"
159159
pullPolicy: IfNotPresent
160160
functions:
161161
repository: streamnative/sn-platform-slim
162-
tag: "3.2.3.3"
162+
tag: "3.3.3.3"
163163
pullPolicy: IfNotPresent
164164
function_worker:
165165
repository: streamnative/sn-platform-slim
166-
tag: "3.2.3.3"
166+
tag: "3.3.3.3"
167167
pullPolicy: IfNotPresent
168168
# NOTE: allow overriding the toolset image
169169
toolset:
170170
repository: streamnative/sn-platform-slim
171-
tag: "3.2.3.3"
171+
tag: "3.3.3.3"
172172
pullPolicy: IfNotPresent
173173
busybox:
174174
repository: busybox
@@ -205,7 +205,7 @@ images:
205205
pullPolicy: "IfNotPresent"
206206
pulsar_metadata:
207207
repository: streamnative/sn-platform-slim
208-
tag: "3.2.3.3"
208+
tag: "3.3.3.3"
209209
pullPolicy: IfNotPresent
210210
configmapReload:
211211
repository: jimmidyson/configmap-reload

charts/sn-platform/values.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -133,27 +133,27 @@ monitoring:
133133
images:
134134
coordinator:
135135
repository: streamnative/sn-platform-slim
136-
tag: "3.2.3.3"
136+
tag: "3.3.3.3"
137137
zookeeper:
138138
repository: streamnative/sn-platform
139-
tag: "3.2.3.3"
139+
tag: "3.3.3.3"
140140
pullPolicy: IfNotPresent
141141
customTools:
142142
backup:
143143
repository: "streamnative/pulsar-metadata-tool"
144-
tag: "3.2.3.3"
144+
tag: "3.3.3.3"
145145
pullPolicy: IfNotPresent
146146
restore:
147147
repository: "streamnative/pulsar-metadata-tool"
148-
tag: "3.2.3.3"
148+
tag: "3.3.3.3"
149149
pullPolicy: IfNotPresent
150150
bookie:
151151
repository: streamnative/sn-platform
152-
tag: "3.2.3.3"
152+
tag: "3.3.3.3"
153153
pullPolicy: IfNotPresent
154154
presto:
155155
repository: streamnative/sn-platform
156-
tag: "3.2.3.3"
156+
tag: "3.3.3.3"
157157
pullPolicy: IfNotPresent
158158
exporter:
159159
repository: bitnami/jmx-exporter
@@ -162,36 +162,36 @@ images:
162162
# NOTE: allow overriding the presto worker image
163163
# presto_worker:
164164
# repository: streamnative/sn-platform
165-
# tag: 3.2.3.3
165+
# tag: 3.3.3.3
166166
# pullPolicy: IfNotPresent
167167
autorecovery:
168168
repository: streamnative/sn-platform
169-
tag: "3.2.3.3"
169+
tag: "3.3.3.3"
170170
pullPolicy: IfNotPresent
171171
broker:
172172
repository: streamnative/sn-platform
173-
tag: "3.2.3.3"
173+
tag: "3.3.3.3"
174174
pullPolicy: IfNotPresent
175175
proxy:
176176
repository: streamnative/sn-platform
177-
tag: "3.2.3.3"
177+
tag: "3.3.3.3"
178178
pullPolicy: IfNotPresent
179179
pulsar_detector:
180180
repository: streamnative/sn-platform
181-
tag: "3.2.3.3"
181+
tag: "3.3.3.3"
182182
pullPolicy: IfNotPresent
183183
functions:
184184
repository: streamnative/sn-platform
185-
tag: "3.2.3.3"
185+
tag: "3.3.3.3"
186186
pullPolicy: IfNotPresent
187187
function_worker:
188188
repository: streamnative/sn-platform
189-
tag: "3.2.3.3"
189+
tag: "3.3.3.3"
190190
pullPolicy: IfNotPresent
191191
# NOTE: allow overriding the toolset image
192192
toolset:
193193
repository: streamnative/sn-platform
194-
tag: "3.2.3.3"
194+
tag: "3.3.3.3"
195195
pullPolicy: IfNotPresent
196196
kafka:
197197
repository: bitnami/kafka
@@ -251,7 +251,7 @@ images:
251251
pullPolicy: IfNotPresent
252252
pulsar_metadata:
253253
repository: streamnative/sn-platform
254-
tag: "3.2.3.3"
254+
tag: "3.3.3.3"
255255
pullPolicy: IfNotPresent
256256
configmapReload:
257257
repository: jimmidyson/configmap-reload

0 commit comments

Comments
 (0)