Skip to content

Commit

Permalink
chore: bump pulsar image to 3.1
Browse files Browse the repository at this point in the history
Signed-off-by: ericsyh <[email protected]>
  • Loading branch information
ericsyh committed Nov 9, 2023
1 parent 5792b4f commit e4b8fe4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
24 changes: 12 additions & 12 deletions charts/sn-platform-slim/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,47 +120,47 @@ monitoring:
images:
zookeeper:
repository: streamnative/sn-platform-slim
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
customTools:
backup:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.0.0.4"
tag: "3.1.0.5"
restore:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.0.0.4"
tag: "3.1.0.5"
bookie:
repository: streamnative/sn-platform-slim
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/sn-platform-slim
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
broker:
repository: streamnative/sn-platform-slim
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
proxy:
repository: streamnative/sn-platform-slim
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
pulsar_detector:
repository: streamnative/sn-platform-slim
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
functions:
repository: streamnative/sn-platform-slim
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
function_worker:
repository: streamnative/sn-platform-slim
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
# NOTE: allow overriding the toolset image
toolset:
repository: streamnative/sn-platform-slim
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
busybox:
repository: busybox
Expand Down Expand Up @@ -197,7 +197,7 @@ images:
pullPolicy: "IfNotPresent"
pulsar_metadata:
repository: streamnative/sn-platform-slim
tag: "3.0.0.4"
tag: "3.1.0.5"
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 @@ -130,22 +130,22 @@ monitoring:
images:
zookeeper:
repository: streamnative/sn-platform
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
customTools:
backup:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.0.0.4"
tag: "3.1.0.5"
restore:
repository: "streamnative/pulsar-metadata-tool"
tag: "3.0.0.4"
tag: "3.1.0.5"
bookie:
repository: streamnative/sn-platform
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
presto:
repository: streamnative/sn-platform
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
exporter:
repository: bitnami/jmx-exporter
Expand All @@ -154,36 +154,36 @@ images:
# NOTE: allow overriding the presto worker image
# presto_worker:
# repository: streamnative/sn-platform
# tag: 3.0.0.4
# tag: 3.1.0.5
# pullPolicy: IfNotPresent
autorecovery:
repository: streamnative/sn-platform
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
broker:
repository: streamnative/sn-platform
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
proxy:
repository: streamnative/sn-platform
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
pulsar_detector:
repository: streamnative/sn-platform
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
functions:
repository: streamnative/sn-platform
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
function_worker:
repository: streamnative/sn-platform
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
# NOTE: allow overriding the toolset image
toolset:
repository: streamnative/sn-platform
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
kafka:
repository: bitnami/kafka
Expand Down Expand Up @@ -243,7 +243,7 @@ images:
pullPolicy: IfNotPresent
pulsar_metadata:
repository: streamnative/sn-platform
tag: "3.0.0.4"
tag: "3.1.0.5"
pullPolicy: IfNotPresent
configmapReload:
repository: jimmidyson/configmap-reload
Expand Down

0 comments on commit e4b8fe4

Please sign in to comment.