Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade pulsar image to 3.2 #1182

Merged
merged 4 commits into from
Jul 18, 2024
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
24 changes: 12 additions & 12 deletions charts/sn-platform-slim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,49 +108,49 @@ monitoring:
images:
zookeeper:
repository: streamnative/sn-platform-slim
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
customTools:
backup:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
restore:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
bookie:
repository: streamnative/sn-platform-slim
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/sn-platform-slim
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
broker:
repository: streamnative/sn-platform-slim
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
proxy:
repository: streamnative/sn-platform-slim
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
pulsar_detector:
repository: streamnative/sn-platform-slim
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
functions:
repository: streamnative/sn-platform-slim
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
function_worker:
repository: streamnative/sn-platform-slim
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
# NOTE: allow overriding the toolset image
toolset:
repository: streamnative/sn-platform-slim
tag: "3.0.1.5"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
busybox:
repository: busybox
Expand Down Expand Up @@ -187,7 +187,7 @@ images:
pullPolicy: "IfNotPresent"
pulsar_metadata:
repository: streamnative/sn-platform-slim
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
configmapReload:
repository: jimmidyson/configmap-reload
Expand Down
28 changes: 14 additions & 14 deletions charts/sn-platform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,24 +118,24 @@ monitoring:
images:
zookeeper:
repository: streamnative/sn-platform
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
customTools:
backup:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
restore:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
bookie:
repository: streamnative/sn-platform
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
presto:
repository: streamnative/sn-platform
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
exporter:
repository: bitnami/jmx-exporter
Expand All @@ -144,36 +144,36 @@ images:
# NOTE: allow overriding the presto worker image
# presto_worker:
# repository: streamnative/sn-platform
# tag: 3.1.1.1
# tag: 3.2.3.3
# pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/sn-platform
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
broker:
repository: streamnative/sn-platform
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
proxy:
repository: streamnative/sn-platform
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
pulsar_detector:
repository: streamnative/sn-platform
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
functions:
repository: streamnative/sn-platform
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
function_worker:
repository: streamnative/sn-platform
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
# NOTE: allow overriding the toolset image
toolset:
repository: streamnative/sn-platform
tag: "3.0.1.5"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
kafka:
repository: bitnami/kafka
Expand Down Expand Up @@ -233,7 +233,7 @@ images:
pullPolicy: IfNotPresent
pulsar_metadata:
repository: streamnative/sn-platform
tag: "3.1.1.1"
tag: "3.2.3.3"
pullPolicy: IfNotPresent
configmapReload:
repository: jimmidyson/configmap-reload
Expand Down
Loading